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

UI needs to show new rebalance setting

    XMLWordPrintable

Details

    • Untriaged
    • 1
    • No

    Description

      New rebalance setting, "Max moves per node during rebalance", takes integer values between 1-64. 

      The setting should also come with a warning that,

      "Changing this setting can leads to degradation of front-end ops, due to changes caused in resource utilization on the node(s)."

       

      Can get/set this setting as,

      $ curl -X GET -u Administrator:asdasd http://localhost:9000/settings/rebalance
      {"rebalanceMovesPerNode":4}
       
      $ curl -X POST -u Administrator:asdasd -d 'rebalanceMovesPerNode=64' http://localhost:9000/settings/rebalance
      {"rebalanceMovesPerNode":64}
       
      $ curl -X GET -u Administrator:asdasd http://localhost:9000/settings/rebalance
      {"rebalanceMovesPerNode":64}
       
      $ curl -X POST -u Administrator:asdasd -d 'rebalanceMovesPerNode=65' http://localhost:9000/settings/rebalance
      {"errors":{"rebalanceMovesPerNode":"The value must be in range from 1 to 64"}}

       

      Attachments

        Issue Links

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

          Activity

            People

              Balakumaran.Gopal Balakumaran Gopal
              Abhijeeth.Nuthan Abhijeeth Nuthan
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty