Details
Description
This is follow up work for SERVER-33244, to add a max lock acquisition timeout override (_maxLockTimeout) for transactions in order to prevent transactions from deadlocking with one another.
UninterruptibleLockGuard cannot be used in transaction operation code paths if we wish to prevent deadlocks. However, query currently uses UninterruptibleLockGuard in the find/agg code paths. So this work is blocked on the completion of SERVER-33575, to remove UninterruptibleLockGuard usages from query code paths.
Attachments
Issue Links
- depends on
-
SERVER-33575 Remove UninterruptibleLockGuards in query code to allow interruptible lock acquisition
-
- Closed
-
-
SERVER-45608 Remove UninterruptibleLockGuard from TransactionParticipant
-
- Closed
-
- related to
-
SERVER-33244 Make all lock acquisitions for transactions have 0 second timeout
-
- Closed
-