Details
-
Job Story
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
0
Description
Suggested release note:
The Bucket Manager API is now forward-compatible with future versions of Couchbase Server that might support storage engine types other than "magma" and "couchstore".
only "magma" and "couchstore" are supported. see BucketSettings.toCore()
return storageBackend.alias().equals(StorageBackend.MAGMA.alias()) ? CoreStorageBackend.MAGMA : CoreStorageBackend.COUCHSTORE;
Yet one can create "MAGMA", which. is not "magma". So it's "couchstore"
Attachments
For Gerrit Dashboard: JVMCBC-1391 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
114115,3 | JVMCBC-1391: Transparently retry certain KV error codes | master | couchbase-jvm-clients | Status: MERGED | +2 | +1 |
197922,2 | JVMCBC-1391 Bucket Manager incorrectly assumes storage backed is either "magma" or "couchstore" | master | couchbase-jvm-clients | Status: MERGED | +2 | +1 |