Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
2.4.8
-
None
-
None
Description
Unable to run any memcahced bucket tests:
MemcachedBucketTests
MemcachedBucketTests_Isolated
Also seems to affect:
MemcachedBucketManagerTests
Attachments
Issue Links
- is caused by
-
NCBC-1479 Update test projects so that we can toggle between RBAC and older auth modes
-
- Resolved
-
There is a bug that for every nth+1 node that is initialized the bucketname is passed into authenticate (ScramShaMechanism) instead of the username. If you test on a single node cluster it will appear to work fine, if you add a node you will see initialization fail for each additional node and the client will return NodeUnavailableException, which will never resolve.