-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report & show replication lag #5578
Conversation
⚪ |
⚪ |
⚪ |
87bddba
to
6e715a5
Compare
6e715a5
to
a8ec546
Compare
a8ec546
to
6239e78
Compare
⚪ |
⚪ |
6239e78
to
11f2150
Compare
⚪
|
⚪
|
sFunc(TEvents::TEvPoison, PassAway); | ||
} | ||
} | ||
|
||
private: | ||
static constexpr ui32 MaxAttempts = 3; | ||
static constexpr TDuration LagReportInterval = TDuration::Seconds(7); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Почему 7? Может стоит хотя бы в отдельный config.h вынести?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Чтобы в среднем было 10.
Changelog entry
...
Changelog category
Additional information
...