-
Notifications
You must be signed in to change notification settings - Fork 727
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
server/*: add trend to check etcd healthy #7682
Conversation
[REVIEW NOTIFICATION] This pull request has not been approved. To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
Skipping CI for Draft Pull Request. |
917406f
to
bb948c4
Compare
bb948c4
to
7d0da1b
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #7682 +/- ##
==========================================
- Coverage 73.82% 73.77% -0.06%
==========================================
Files 429 432 +3
Lines 47542 47668 +126
==========================================
+ Hits 35100 35165 +65
- Misses 9458 9492 +34
- Partials 2984 3011 +27
Flags with carried forward coverage won't be shown. Click here to find out more. |
6c4c64f
to
e6a5e29
Compare
4b6993f
to
0789d3e
Compare
009de55
to
3756ffd
Compare
7916105
to
fa54400
Compare
3eb0bea
to
87f57b9
Compare
87f57b9
to
3607af1
Compare
Fixed by #7737. |
What problem does this PR solve?
Issue Number: Ref #7251
What is changed and how does it work?
trend
struct which has 2 windows, related to slow node detection20s
, big windows duration is60s
rate = (small_windows_avg - big_windows_avg - unSenseVal)/small_windows_avg
We can get -> δ/Sb = δ/(δ+Sa) <= (m+1-n) => (big_dur-small_dur) * base / (base * bid_dur +spike * t) <= (m+1-n)
rate graph
fsync graph
Check List
Tests
Release note