Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-29136

ns_server endpoint showing incorrect default value for "maxRollbackPoints": 5

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • 5.5.0
    • 5.0.1
    • ns_server
    • None
    • Generic platform environment.
    • Untriaged
    • Unknown

    Description

      When we use the following curl command to gather indexer settings details we see that the maxRollbackPoints option is set to 5, however the correct value should be 2 as this is the new default value for 5.x and above.

      $ curl http://127.0.0.1:8091/settings/indexes -u Administrator:password | python -m json.tool
      {
          "indexerThreads": 0, 
          "logLevel": "info", 
          "maxRollbackPoints": 5, 
          "memorySnapshotInterval": 200, 
          "stableSnapshotInterval": 5000, 
          "storageMode": "plasma"
      }

      Please can we fix this to reflect the correct value of 2.

       

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              amit.krishnan Amit Krishnan (Inactive)
              rohinton.kazak Rohinton Kazak (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty