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

data path is reset when node is rebalanced out so 1.8.1behavior will be different when node is added back to the cluster

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Blocker
    • 1.8.1
    • 1.8.1-release-candidate
    • ns_server
    • Security Level: Public
    • 181-884-rel

    Description

      To reproduce this:-
      1) Set data_path of 2 nodes as /mnt
      storage path after fresh installation of nodes:-
      storage":{"ssd":[],"hdd":[

      {"path":"/mnt","quotaMb":"none","state":"ok"}

      ]}

      2) Rebalance in a node
      after rebalancing in:-
      "storage":{"ssd":[],"hdd":[

      {"path":"/mnt","quotaMb":"none","state":"ok"}

      ]}

      3) Rebalance out a node
      after rebalancing the node out
      "storage":{"ssd":[],"hdd":[

      {"path":"/opt/couchbase/var/lib/couchbase/data"}

      ]]

      4) Rebalance in the same node that is removed
      after rebalancing the node out
      "storage":{"ssd":[],"hdd":[

      {"path":"/opt/couchbase/var/lib/couchbase/data"}

      ]]

      The storage path should get updated to /mnt instead of the default path.

      This is a regression from 180, cross checked this with 180 build.

      Attachments

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

        Activity

          People

            mccouch MC Brown (Inactive)
            karan Karan Kumar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty