summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28204 added Rollback interface and 3.6 implementationBenety Goh2017-03-235-0/+844
* SERVER-28204 added RollbackTest fixtureBenety Goh2017-03-234-55/+255
* SERVER-27083 Refactor ReplicationCoordinatorImpl to eliminate topoMutex.Matthew Russotto2017-03-2211-421/+291
* SERVER-28181 Fix the deadlock in OplogFetcher's constructor.Siyuan Zhou2017-03-221-7/+7
* SERVER-28294 Host CollectionUUID on top of standalone UUID librarysamantharitter2017-03-221-4/+4
* SERVER-28219 Extend OplogBufferCollection so that it can be initialized using...Judah Schvimer2017-03-228-22/+746
* SERVER-28204 migrate OplogFetcher to use AbstractAsyncComponentBenety Goh2017-03-204-137/+17
* SERVER-28204 added AbstractAsyncComponentBenety Goh2017-03-204-0/+894
* SERVER-28204 moved TaskExecutorMock out of initial_syncer_test.cpp into its o...Benety Goh2017-03-204-39/+151
* SERVER-27098 Review and fix log levels in initial sync codeWilliam Schultz2017-03-201-2/+2
* SERVER-26772 removed old initial sync codeJudah Schvimer2017-03-1620-1286/+121
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-1521-156/+106
* SERVER-28181 Deadlock involving the mutexes of oplog fetcher and replication ...Siyuan Zhou2017-03-142-21/+28
* SERVER-28200 Extend dropIndexes oplog entry to include dropped index specJudah Schvimer2017-03-141-0/+139
* SERVER-27995 rename DataReplicator to InitialSyncerJudah Schvimer2017-03-1412-599/+596
* SERVER-27771 add readConcern::afterClusterTimeMisha Tyulenev2017-03-136-26/+220
* SERVER-28275 fixed election log message in ReplicationCoordinatorImpl::_start...Benety Goh2017-03-133-21/+44
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-138-13/+18
* SERVER-27908 Log every heartbeat during testingWilliam Schultz2017-03-092-6/+29
* SERVER-27555 Use proper locking when reading _memberStateSpencer T Brody2017-03-091-13/+36
* SERVER-27329 added unit tests for rollback() (rs_rollback.cpp)Benety Goh2017-03-081-1/+118
* SERVER-28244 Implement correct waiting for completion of replSetReconfig comm...Andy Schwerin2017-03-082-13/+21
* SERVER-28243 Introduce a helper function for canceling elections inside Repli...Andy Schwerin2017-03-083-45/+35
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-03-0816-160/+421
* SERVER-27329 moved BackgroundSync::_rollback() to rs_rollback.cppBenety Goh2017-03-085-112/+121
* SERVER-27329 cleaned up BackgroundSync::_rollback() argument.Benety Goh2017-03-085-65/+103
* SERVER-27329 added insertion operator to MemberStateBenety Goh2017-03-081-0/+9
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-084-6/+24
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-075-19/+24
* SERVER-28158 SnapshotThread should stop using LogicalClock to trigger snapshotsRandolph Tan2017-03-071-4/+9
* SERVER-27938 Fix compile issues and typos in txn to opCtx renameMaria van Keulen2017-03-071-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-0792-2859/+2914
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-068-31/+119
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-068-119/+31
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-0664-997/+982
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-068-31/+119
* SERVER-28110 Set secondaryCatchUpPeriodSecs smaller when requesting remote pr...Siyuan Zhou2017-03-022-1/+9
* SERVER-27768 Implement HMAC key for signing Logical clock's storage & distrib...Jack Mulrow2017-03-022-1/+7
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-021-1/+1
* SERVER-26830 Randomize priority takeover delayWilliam Schultz2017-03-014-98/+287
* SERVER-27704 persist chunk metadata on shard primaryDianna Hohensee2017-03-012-1/+7
* SERVER-27773 add operationTime field to the command responseMisha Tyulenev2017-02-281-1/+3
* SERVER-26494 removed unused function arguments from SyncSourceFeedbackBenety Goh2017-02-282-16/+10
* SERVER-26484 removed unreachable code in SyncSourceFeedback. Blacklisting of ...Benety Goh2017-02-281-17/+2
* SERVER-27120 Increase synchronization between producer/applier threads and st...Siyuan Zhou2017-02-2719-315/+400
* revert "SERVER-18410: Replace RWLock with OperationContext/LockManager"Daniel Gottlieb2017-02-261-1/+1
* SERVER-28075 Wait for DB works in simulateSuccessfulV1ElectionAt()Siyuan Zhou2017-02-241-0/+5
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-02-241-1/+1
* SERVER-27890 Remove tempness of cappedTruncateAfterMaria van Keulen2017-02-232-4/+3
* SERVER-28071 add missing FTS indexing error codes to replication whitelistDavid Storch2017-02-231-0/+100