Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
3.7.3
-
None
-
Fully Compatible
-
Repl 2018-03-26
Description
Since SERVER-32638, global and database locks can be interrupted when an OperationContext is killed and throw a DBException with an Interrupted error code. This includes all AutoGet helpers.
The following places in the replication code have temporary UninterruptibleLockGuard s to prevent crashing due to inadequate exception handling:
src/mongo/db/repl/master_slave.cpp:886
src/mongo/db/repl/master_slave.cpp:1307
src/mongo/db/repl/replication_coordinator_impl.cpp:1588