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

[BP 6.6.1] Multiple partition tombstones for an index during rebalance can lead to partition cleanup on restart

    XMLWordPrintable

Details

    • Untriaged
    • 1
    • No

    Description

      1. During rebalance of a partitioned index, individual partitions move between nodes.
      e.g. partition P1 and P2 are moving from nodeA to nodeB and nodeC.

      2. Once the partitions have successfully moved to nodeB/nodeC, those need to be cleaned up from nodeA. The cleanup involves both metadata cleanup and actual partition data cleanup.

      3. After metadata cleanup, a tombstone is created to make sure the actual partition cleanup can happen even if the indexer crashes.

      In this example, 2 tombstone records will get created (one for P1 and one for P2). Each tombstone has its own instanceId with PendingDelete state.

      4. These tombstones get deleted by the indexer on next subsequent restart.
      Also, if the partition with tombstone were to be recreated as part of subsequent rebalance(e.g. P1 or P2 moving back again on nodeA), it will cleanup the tombstone for the partition to make sure indexer doesn't delete a valid partition after restart.

      5. The tombstone cleanup mechanism has a bug due to which some of the tombstones can skip the cleanup if there are multiple tombstones for the same index.
      The function returns prematurely after it has found the first tombstone.
      https://github.com/couchbase/indexing/blob/d17aa55f4fd2ec421b563b913862c34481265905/secondary/manager/topology.go#L545

      6. In the presence of such tombstones, any indexer restart can lead to partition data being cleaned up for a valid partition on the node.

      Attachments

        Issue Links

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

          Activity

            People

              mihir.kamdar Mihir Kamdar (Inactive)
              deepkaran.salooja Deepkaran Salooja
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                PagerDuty