You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rebalancer: reduce spam of "Some buckets are not active" logs
Before this patch "Some buckets are not active ..." logs were printed every
`REBALANCER_WORK_INTERVAL` seconds, flooding the log file with redundant
messages. Also these records were lacking of information about replicaset
that has non-active buckets during rebalancing. This patch fixes the issue
by limiting this log frequency and adding information about replicaset's id
and rebalancer's retry time to log messages.
Closes#212
NO_DOC=bugfix
0 commit comments