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

Remove the usage of UninterruptibleLockGuard in the IndexBuildsCoordinator

    • Storage Execution
    • Execution Team 2024-09-16

      The IndexBuildsCoordinator uses the UninterruptibleLockGuard twice - as part of aborting an index build, and as part of removing the index build entry after commit/abort.

      We'd like to remove UninterruptibleLockGuard because it is error-prone and adds complexity, and complicates our interruption story for operations. This ticket is to remove these two usages of the type.

            Assignee:
            gregory.noma@mongodb.com Gregory Noma
            Reporter:
            george.wangensteen@mongodb.com George Wangensteen
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated: