summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/initial_syncer_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-051-1/+2
* SERVER-39989 Use a config.transactions find command for the begin fetching op...Vesselina Ratcheva2019-03-281-242/+314
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-211-74/+74
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-79/+103
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36489 Start initial sync oplog fetching from the 'oldest active transa...Samy Lanka2019-02-111-50/+374
* SERVER-38891 Fix some `collection_cloner_test` races.ADAM David Alan Martin2019-01-251-8/+10
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-47/+19
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-3/+3
* SERVER-36473 Make a dedicated RAII class to manage Client lifetimeGregory Wlodarek2018-11-081-3/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-24620 distinguish HostNotFound, NodeNotFound, and HostUnreachableablack122018-10-041-4/+4
* SERVER-36096 Convert CollectionCloner to use DBClientConnection.Matthew Russotto2018-09-191-38/+49
* SERVER-34489 Enable timestamp safe unique indexes via FCV.nehakhatri52018-08-061-6/+3
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-5/+3
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-271-1/+5
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-52/+52
* 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