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
cluster metadata is notified when membership changes (via ring updates), however, when membership changes nodes entering the overlay do nothing else. It is worth investigating the following:
throwing away a singleton node's cluster metadata when it joins the cluster (this also solves one known issue w/ activating bucket types)
requiring an exchange when nodes leave the cluster gracefully
handling down nodes specially in the overlay
The text was updated successfully, but these errors were encountered:
cluster metadata is notified when membership changes (via ring updates), however, when membership changes nodes entering the overlay do nothing else. It is worth investigating the following:
down
nodes specially in the overlayThe text was updated successfully, but these errors were encountered: