-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Storage Execution
-
Fully Compatible
-
Execution Team 2024-09-16
dropDatabase uses the UninterruptibleLockGuard twice - as part resetting the drop-pending state in the event of failures.
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.
- is depended on by
-
SERVER-68868 Remove all instances of UninterruptibleLockGuard
- Blocked
-
SERVER-90804 Remove UninterruptibleLockGuard and InterruptibleLockGuard
- Closed