Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
1
Description
When waitUntilReady is used on a Bucket, the SDK waits until (in the config) the number of KV nodes in nodesExt are the same as the number of nodes in the config nodes section. This assumption is flawed and can lead to waitUntilReady timeouts on clusters that are behaving just fine. So this check needs to be removed.