-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
Unfreeze active nodes metrics once a consenter is evicted #3536
Unfreeze active nodes metrics once a consenter is evicted #3536
Conversation
…ad of being frozen we set it to 0 once halt is called. Tests. Signed-off-by: Vladyslav Kopaihorodskyi <[email protected]>
d880bf3
to
32f4139
Compare
code looks good, will re-run UTs |
Do we want to backport this fix into 2.2 and 2.3? |
I don't know, doesn't seem anyone besides you noticed this :-) @denyeart do we want this backported? |
@Mergifyio backport release-2.5 |
…ad of being frozen we set it to 0 once halt is called. Tests. (#3536) Signed-off-by: Vladyslav Kopaihorodskyi <[email protected]> (cherry picked from commit ba61a1b)
✅ Backports have been created
|
@Mergifyio backport release-2.4 |
@Mergifyio backport release-2.2 |
✅ Backports have been created
|
…ad of being frozen we set it to 0 once halt is called. Tests. (#3536) Signed-off-by: Vladyslav Kopaihorodskyi <[email protected]> (cherry picked from commit ba61a1b)
…ad of being frozen we set it to 0 once halt is called. Tests. (#3536) Signed-off-by: Vladyslav Kopaihorodskyi <[email protected]> (cherry picked from commit ba61a1b) # Conflicts: # orderer/consensus/etcdraft/chain_test.go
✅ Backports have been created
|
Our policy now is to backport to in-flight releases (release-2.5), latest release (release-2.4), and latest LTS release (release-2.2) if somebody sees a need. |
…ad of being frozen we set it to 0 once halt is called. Tests. (#3536) Signed-off-by: Vladyslav Kopaihorodskyi <[email protected]> (cherry picked from commit ba61a1b)
…ad of being frozen we set it to 0 once halt is called. Tests. (#3536) Signed-off-by: Vladyslav Kopaihorodskyi <[email protected]> (cherry picked from commit ba61a1b)
Fixed active nodes metrics for etcdraft when a node is evicted. Instead of being frozen we set it to 0 once halt is called. Tests.