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: add replicaset.id in "Some buckets are not active" log
Before this patch the function `rebalancer_download_states` didn't
return information about replicaset from which the states could not
be downloaded. As a result, the log "Some buckets are not active
..." lacks of valuable information about unhealthy replicaset.
Now, we return `(BUCKETS_NOT_IN_PROPER_STATE error with replicaset.
id, nil)` instead of `nil` in case when rebalancer can't download
state from this replicaset. Also we add replicaset.id in "Some
buckets are not active ..." log.
Also we change `rebalancer/rebalancer.test.lua` test which expected
the old "Some buckets are not active" log without replicaset.id.
Closes#212
NO_DOC=bugfix
0 commit comments