Uploaded image for project: 'Java Couchbase JVM Core'
  1. Java Couchbase JVM Core
  2. JVMCBC-1391

Bucket Manager incorrectly assumes storage backend is either "magma" or "couchstore"

    XMLWordPrintable

Details

    • Story
    • Resolution: Fixed
    • Major
    • 2.5.0
    • 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

        Activity

          People

            david.nault David Nault
            michael.reiche Michael Reiche
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty