In two_phase_index_build.js, we check the number of oplog entries generated by index builds. In the case of a mismatch, we print out the number of oplog entries without any information on the contents of the oplog. It would be more informative to use ReplSetTest.dumpOplog() for this purpose.
- is depended on by
-
SERVER-39239 Two-phase index builds on secondaries will wait for the commitIndexBuild oplog entry before committing.
- Closed
- is related to
-
SERVER-42760 emit no-op commitIndexBuild oplog entry on successful createIndexes command
- Closed