summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync_tail_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43193 Always disable document validation on secondariesJudah Schvimer2019-11-081-2/+2
* SERVER-36004 SessionUpdateTracker should ignore no-op entries for pre/post im...Randolph Tan2019-06-041-0/+125
* SERVER-32146 Log slow oplog entry applicationVesselina Ratcheva2019-01-231-0/+132
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
* SERVER-32148 Make NamespaceNotFound an acceptable error for emptyCapped and c...Chibuikem Amaechi2018-08-131-0/+34
* SERVER-32935 log exception during oplog applicationBenety Goh2018-06-071-1/+1
* SERVER-32935 add characterization test for exception handling in oplog applic...Benety Goh2018-06-071-0/+39
* SERVER-34651 Squash writes for updates to config.transactions during secondar...Randolph Tan2018-05-071-1/+37
* SERVER-33618 initial sync should consider applyOps a CrudOpTypeBenety Goh2018-04-041-0/+31
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-151-114/+285
* SERVER-32238 Revert erroneous high error codesMatthew Russotto2017-12-121-1/+1
* SERVER-29453 Disallow removing featureCompatibilityVersion document and renam...Xiangyu Yao2017-12-071-43/+0
* SERVER-31952 Return error if collMod provides a UUID that does not match the ...Xiangyu Yao2017-12-071-0/+55
* SERVER-31783 Prevent secondaries from generating UUIDs during upgradeGeert Bosch2017-11-081-1/+1
* SERVER-31356 update the following unit tests to not mutate OplogEntry after c...Benety Goh2017-11-071-30/+69
* SERVER-31387 oplog application conflates upserting with being in steady state...Judah Schvimer2017-10-301-68/+133
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-1/+1
* SERVER-31189 SERVER-31426 fail rollback on downgradeJudah Schvimer2017-10-201-58/+259
* SERVER-31019 fail initial sync if fCV changes during oplog applicationJudah Schvimer2017-10-091-0/+77
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-15/+24
* SERVER-31260: Adorn secondary upserts with timestamps.Daniel Gottlieb2017-09-281-21/+0
* SERVER-31086 adorn secondary inserts and vector inserts with timestampsEric Milkie2017-09-251-3/+18
* SERVER-4941 Allow renameCollection during initial syncGeert Bosch2017-09-211-14/+0
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+3
* SERVER-30521 in syncApply, throw NamespaceNotFound rather than returning a st...Judah Schvimer2017-08-091-1/+2
* SERVER-30262 Update session info during batch apply in secondariesJack Mulrow2017-07-311-0/+88
* SERVER-28918 Move rsOplogName to NamespaceStringJack Mulrow2017-07-191-1/+1
* SERVER-30220 Lock correct nss for syncApply by UUIDGeert Bosch2017-07-191-11/+55
* SERVER-29942 Introduce IdempotencyTest::testOpsAreIdempotent() to sync_tail_...may2017-07-181-78/+15
* SERVER-29943 Move IdempotencyTest test fixture to its own librarymay2017-07-171-381/+6
* SERVER-29282 Prevent BSON Document size from being exceeded when grouping ins...William Schultz2017-07-131-1/+133
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-7/+10
* SERVER-27581 Only fetch missing documents on update oplog entries during initialJudah Schvimer2017-07-111-42/+10
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-3/+2
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-281-31/+45
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-1/+8
* SERVER-29487 IdempotencyTest::validate() should also verify consistency of co...may2017-06-201-52/+172
* SERVER-29274 make reaper mandatory in Database::dropCollection()Benety Goh2017-06-011-52/+76
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-0/+10
* SERVER-29274 update repl and op observer tests to use new ReplicationCoordina...Benety Goh2017-05-231-5/+1
* SERVER-28846 Use IDL to generate oplog entry parsersJudah Schvimer2017-05-171-42/+14
* SERVER-28846 replace public variables with getters in OplogEntryJudah Schvimer2017-05-031-25/+25
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-1/+1
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-1/+1
* SERVER-27834 applyOperation_inlock() fails index creation if collection is mi...Benety Goh2017-03-241-0/+44
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-8/+7
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-134/+139
* SERVER-28071 add missing FTS indexing error codes to replication whitelistDavid Storch2017-02-231-0/+100
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-4/+4
* SERVER-26887 Idempotency of createCollection with optionsSiyuan Zhou2016-11-111-4/+111