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.
The text was updated successfully, but these errors were encountered:
Original: KaymeKaydex/go-vshard-router#73
In
BucketDiscovery
we callBucketSet
that may have a differentidToReplicasetRef
andconsistentView
due to race. It would be more safe and convenient to work with the sameidToReplicasetRef
andconsistentView
during execution this function. The same thing stands for other methods.The text was updated successfully, but these errors were encountered: