summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/initial_syncer_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32335 remove multiInitialSyncApplyBenety Goh2018-05-301-2/+2
* SERVER-32825 Add upgrade/downgrade infrastructure for timestamp safe unique i...nehakhatri52018-05-181-7/+61
* SERVER-32335 remove unused InitialSyncerOptions::batchLimitsBenety Goh2018-05-151-2/+0
* SERVER-34900 initial sync uses SyncTail::BatchLimits to hold oplog applicatio...Benety Goh2018-05-091-0/+2
* SERVER-34828 remove unused getSlaveDelay initial sync optionBenety Goh2018-05-031-2/+0
* SERVER-31995 omit cloner stats from initial sync stats if too largeBenety Goh2018-05-021-8/+8
* SERVER-31995 added characterization test for initial sync stats on a large da...Benety Goh2018-05-021-1/+67
* SERVER-32335 remove unused initial sync functions from DataReplicatorExternal...Benety Goh2018-03-221-19/+10
* SERVER-32335 extend InitialSyncer external state function multiApply function...Benety Goh2018-03-221-5/+4
* SERVER-33562 Move FeatureCompatibilityVersion::kCollection/kDatabase into nam...Dianna Hohensee2018-03-161-6/+6
* SERVER-33873 change StorageInterface methods to accept NamespaceStringOrUUIDKyle Suarez2018-03-151-20/+20
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-121-0/+1
* SERVER-33732 extend SyncTail::MultiSyncApplyFunc to accept an OperationContextBenety Goh2018-03-091-3/+4
* SERVER-33625 replace use of OldThreadPool in cloners and TaskRunner with Thre...Benety Goh2018-03-061-5/+5
* SERVER-33561 Add a FCV parser file, refactoring FCV codeDianna Hohensee2018-03-021-15/+16
* SERVER-32272 Remove 3.4 to 3.6-specific UUID handlingMaria van Keulen2018-03-011-92/+0
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-211-6/+6
* SERVER-33290 secondaries must set multikey before releasing parallel batch wr...Judah Schvimer2018-02-161-9/+12
* SERVER-30577 Don't update the stable timestamp if database is in an inconsist...William Schultz2017-11-211-6/+14
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-6/+5
* SERVER-31356 update the following tests to use new OplogEntry constructorBenety Goh2017-11-071-6/+15
* SERVER-31734 Add Status::withContext() and addContext()Mathias Stearn2017-11-021-12/+9
* SERVER-31254 Fail initial sync if fCV targetVersion is set or if there is no ...Judah Schvimer2017-10-271-1/+384
* SERVER-30131 Ensure collections on local have UUIDsMaria van Keulen2017-10-091-2/+106
* Revert "SERVER-30131 Ensure collections on local have UUIDs"Maria van Keulen2017-10-091-106/+2
* SERVER-30131 Ensure collections on local have UUIDsMaria van Keulen2017-10-091-2/+106
* SERVER-31086 adorn secondary inserts and vector inserts with timestampsEric Milkie2017-09-251-10/+24
* SERVER-30827 SERVER-30639 Timestamp bulk writes via changes to optime generatorEric Milkie2017-09-121-16/+22
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-12/+12
* SERVER-29898 Change StorageEngine args to ServiceContext argsWilliam Schultz2017-08-171-3/+3
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+2
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-101-1/+4
* SERVER-29891 Call setStableTimestamp() when commit point or last applied opti...William Schultz2017-08-081-2/+3
* Revert "SERVER-29893 Rename recovery code and make it accessible to both star...Mathias Stearn2017-08-071-4/+1
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-071-1/+4
* SERVER-30309: Stage changes for supportsRecoverToStableTimestampDaniel Gottlieb2017-08-021-1/+1
* SERVER-30185 Call setInitialDataTimestamp at the beginning and end of initial...Judah Schvimer2017-08-011-0/+19
* SERVER-29949 Fix race condition in InitialSyncerResetsOptimes unit testWilliam Schultz2017-07-141-3/+5
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-2/+3
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-5/+6
* SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-091-5/+2
* SERVER-28677 InitialSyncer should reset optimes on every attemptWilliam Schultz2017-06-081-0/+26
* SERVER-29492 Remove task runner from collection bulk loader.Andy Schwerin2017-06-081-1/+1
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-16/+28
* SERVER-28846 Use IDL to generate oplog entry parsersJudah Schvimer2017-05-171-118/+136
* SERVER-28214 clean up TaskExecutorMockBenety Goh2017-04-261-56/+57
* SERVER-28624 Replace references to ReplicationExecutor with TaskExecutor.Andy Schwerin2017-04-181-3/+1
* SERVER-28209 Implement RollbackCommonPointResolverJudah Schvimer2017-04-181-308/+217
* SERVER-28204 moved TaskExecutorMock out of initial_syncer_test.cpp into its o...Benety Goh2017-03-201-38/+1
* SERVER-27995 rename DataReplicator to InitialSyncerJudah Schvimer2017-03-141-0/+3618