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
In BucketDiscovery we call BucketSet that may have a different idToReplicasetRef and consistentView due to race. It would be more safe and convenient to work with the same idToReplicasetRef and consistentView during execution this function. The same thing stands for other methods.