Uploaded image for project: 'Couchbase Kubernetes'
  1. Couchbase Kubernetes
  2. K8S-112

Rebalance started event doesn't occur until rebalance finishes

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 1.0.0
    • 0.7.0
    • operator

    Description

      After a rebalance we create a rebalance started event which reads "A rebalance has been started" , although the actual operation has finished by the time this text is posted:

          if err := c.rebalance(removeNodes); err != nil {
              ...     
          }   
        _, err := c.eventsCli.Create(k8sutil.RebalanceEvent(c.cluster))

       

      I think we should move the event before the rebalance or add a rebalance finished event.

       

      Attachments

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

        Activity

          People

            simon.murray Simon Murray
            tommie Tommie McAfee (Inactive)
            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