summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29499 Schedule a catchup takeover on receiving heartbeats from the cur...Samy Lanka2017-06-301-0/+20
* SERVER-28545 Do not wait for election to finish while holding global lockSpencer T Brody2017-06-281-4/+6
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-281-4/+5
* SERVER-29383 When catchUpTimeoutMillis is 0, we should skip doing catchup ent...Siyuan Zhou2017-06-281-2/+10
* SERVER-28150 Add support for readConcern::afterClusterTime for level == localMisha Tyulenev2017-06-211-52/+38
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-11/+13
* SERVER-26498 change error message for replSetStepDownchorn2017-06-161-1/+2
|\
| * SERVER-26498 change error message for replSetStepDownchorn2017-06-121-1/+2
* | SERVER-29254 parse MinValid document with IDLJudah Schvimer2017-06-151-0/+2
* | SERVER-29382 Fix cancel race related to the timeout in ReplicationCoordinator...Siyuan Zhou2017-06-121-5/+10
* | SERVER-28677 InitialSyncer should reset optimes on every attemptWilliam Schultz2017-06-081-0/+1
|/
* SERVER-29037: Updated logging in replication coordinator to show new replSetC...Allison Chang2017-06-061-1/+3
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-0/+1
* SERVER-29264 Replace RequestInterface with OpMsgRequest in mongod command dis...Mathias Stearn2017-05-301-1/+0
* SERVER-29275 ReplicationCoordinatorExternalState::notifyOplogMetadataWaiters(...Benety Goh2017-05-191-1/+1
* SERVER-28865 Replace ReplicationExecutor with ThreadPoolTaskExecutor in Repli...Andy Schwerin2017-05-181-123/+58
* SERVER-29077 Rename MemberHeartbeatData in topology coordinatorMatthew Russotto2017-05-171-35/+35
* SERVER-26990 Unify tracking of secondary state between replication and topolo...Matthew Russotto2017-05-151-460/+99
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-121-1/+0
* SERVER-28907 Fix hidden argument warnings caused by opCtx renameMaria van Keulen2017-05-041-3/+3
* Revert "SERVER-26990 Unify tracking of secondary state between replication an...Matthew Russotto2017-05-041-95/+453
* SERVER-26990 Unify tracking of secondary state between replication and topolo...Matthew Russotto2017-05-041-453/+95
* SERVER-27659 ReplicationCoordinatorImpl::prepareReplMetadata() should not fet...Benety Goh2017-05-031-3/+7
* SERVER-28751 Allow stepDown command to work against primary in catchup modeSiyuan Zhou2017-05-021-34/+47
* SERVER-28427 Implement timeouts for the TicketHolderGeert Bosch2017-05-011-1/+2
* SERVER-28988 add ReplicationProcessBenety Goh2017-04-281-3/+6
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-281-22/+22
* Revert "SERVER-27659 Persist Rollback Id"ADAM David Alan Martin2017-04-281-22/+22
* SERVER-28865 Replace ReplicationExecutor's prng in ReplicationCoordinatorImpl...Andy Schwerin2017-04-271-3/+9
* SERVER-28545 don't schedule setFollowerMode on ReplicationExecutorJudah Schvimer2017-04-241-40/+8
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-211-22/+22
* SERVER-26848 Remove dead code of primary catch-up.Siyuan Zhou2017-04-201-90/+0
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-201-88/+195
* Revert "SERVER-26848 Exit catchup mode when not syncing more data."Robert Guo2017-04-201-195/+88
* Revert "SERVER-26848 Remove dead code of primary catch-up."Robert Guo2017-04-201-0/+90
* SERVER-26848 Remove dead code of primary catch-up.Siyuan Zhou2017-04-191-90/+0
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-191-88/+195
* SERVER-28865 Keep a unique pointer to the executor instead of a value.Andy Schwerin2017-04-191-73/+73
* SERVER-28624 Replace references to ReplicationExecutor with TaskExecutor.Andy Schwerin2017-04-181-15/+14
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-061-0/+5
* SERVER-27083 Refactor ReplicationCoordinatorImpl to eliminate topoMutex.Matthew Russotto2017-03-221-126/+112
* SERVER-26772 removed old initial sync codeJudah Schvimer2017-03-161-70/+56
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-3/+2
* SERVER-27995 rename DataReplicator to InitialSyncerJudah Schvimer2017-03-141-27/+27
* SERVER-27771 add readConcern::afterClusterTimeMisha Tyulenev2017-03-131-5/+75
* SERVER-28275 fixed election log message in ReplicationCoordinatorImpl::_start...Benety Goh2017-03-131-1/+1
* SERVER-27555 Use proper locking when reading _memberStateSpencer T Brody2017-03-091-13/+36
* SERVER-28244 Implement correct waiting for completion of replSetReconfig comm...Andy Schwerin2017-03-081-10/+18
* SERVER-28243 Introduce a helper function for canceling elections inside Repli...Andy Schwerin2017-03-081-27/+22
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-102/+103