-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
Fully Compatible
-
ALL
-
Repl 2018-10-22
-
58
Although steady state oplog application puts applyOps command with prepare: true in its own batch in SERVER-35307. The batcher of OplogApplier used by initial sync and replication recovery doesn't do that. SERVER-35880 will revert this and parallelizes oplog application of transaction operations. For initial sync and replication recovery, it's natural to parallelize transaction operations since we don't apply ops until we see the 'commitTransaction' oplog entry.
- is related to
-
SERVER-37506 Blacklist no_writes_to_config_transactions_with_prepared_transaction.js in initial sync passthrough suite
- Closed
- related to
-
SERVER-35880 Apply ops within a prepare oplog entry in parallel, and mix them in with other CRUD ops
- Closed