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

XDCR - collections router incorrectly handles manifest for rollback

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 7.0.0
    • Cheshire-Cat
    • XDCR
    • None
    • Untriaged
    • 1
    • Unknown

    Description

      Collections router has an entry way to receive manifest updates from ckpt manager (UpdateBrokenMappingsPair). However, it doesn't handle rollback correctly if the manifest ID rolls back too:

      	if lastKnownManifestId > latestManifest.Uid() {
      		err = fmt.Errorf("Odd error: New manifest coming in is older than currently known manifest")
      		return
      	}
      

      Attachments

        Issue Links

          For Gerrit Dashboard: MB-44734
          # Subject Branch Project Status CR V

          Activity

            People

              neil.huang Neil Huang
              neil.huang Neil Huang
              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