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

need to clear errors when replication is restarted successfully

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 4.0.0
    • 4.0.0
    • XDCR
    • Security Level: Public
    • Untriaged
    • Yes

    Description

      As part of fix for MB-14501, pipeline errors are cleared when pipeline is restarted.

      pipeline_manager.go:
      if pipeline_mgr.reportFixed(r) == nil

      { r.rep_status.ClearErrors() r.current_error = nil return true }

      The clear error op in rep_status.ClearErrors() was unexpectedly removed in a later checkin, the fix for MB-14564, though.

      Need to add rep_status.ClearErrors() back to restore the original functionality.

      Attachments

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

        Activity

          People

            yu Yu Sui (Inactive)
            yu Yu Sui (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty