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

Add a new collection to track which collection critical sections are taken

    • Fully Compatible
    • Sharding 2021-03-22

      The goal of this new config.collectionCriticalSections shard-local collection is to track which collection critical sections are taken and by which DDL operation.

      This is needed to be able to resume DDL operations on step-up.

      We need the following fields:

      {
         nss: namespacestring,
         reason: object,
         additionalInfo: object, [OPTIONAL]
      }
      

            Assignee:
            sergi.mateo-bellido@mongodb.com Sergi Mateo Bellido
            Reporter:
            sergi.mateo-bellido@mongodb.com Sergi Mateo Bellido
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: