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

Remove the usage of UninterruptibleLockGuard in the IndexBuildsCoordinator

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • 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:
            Unassigned Unassigned
            Reporter:
            george.wangensteen@mongodb.com George Wangensteen
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated: