Details
-
Bug
-
Resolution: Fixed
-
Major
-
2.2.7
-
None
-
None
Description
Example:
var createResult = _clusterManager.CreateBucket(BucketName, replicaNumber:ReplicaNumber.Zero, flushEnabled: true);
Result:
The bucket is created with the Flush setting disabled rather than enabled. Using false will enable the Flush setting.
Attachments
Issue Links
- relates to
-
NCBC-1109 indexReplicas Setting On ClusterManager.CreateBucket Is Reversed
- Resolved