-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
Fully Compatible
-
Repl 2018-11-19
Currently we do many reads and writes on step up to write to the oplog, drop temporary collections, and initialize sharding state. These are guarded by the GlobalLock in mode X but to remove that lock we need these reads and writes to take their own locks.
- is depended on by
-
SERVER-37988 recover locks on step up at the beginning of the state transition rather than at the end
- Closed
-
SERVER-37381 Allow prepared transactions to survive state transitions
- Closed