Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-56567

Add boolean field to reshardingFields to indicate whether an abort came from a user cancelation

    • Fully Compatible
    • Sharding 2021-05-17
    • 2

      {reshardingFields: {state: "committing"}}
      {reshardingFields: {state: "aborting", userCanceled: true}}
      {reshardingFields: {state: "aborting", userCanceled: false}}
      

      This extra boolean allows resharding metrics on participants to discern between an unrecoverable failure caused by a node and a manual abort triggered by the abortReshardCollection command.

            Assignee:
            blake.oler@mongodb.com Blake Oler
            Reporter:
            blake.oler@mongodb.com Blake Oler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: