summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19898 shorter heartbeat interval when a node does not have a sync sour...matt dannenberg2015-08-245-41/+58
* SERVER-9666 Tag cyclic or incomplete libraries, add more missing edgesAndrew Morrow2015-08-241-1/+35
* SERVER-17294: Boost 1.59 compilation fixesMark Benvenuto2015-08-241-1/+1
* SERVER-19945 Update term on election in a single node replsetSiyuan Zhou2015-08-213-3/+19
* SERVER-18384 Only the primary should act on downstream liveness information.Eric Milkie2015-08-213-5/+13
* SERVER-19831 updateTerm test cleanupBenety Goh2015-08-217-69/+42
* SERVER-19831 integrated replication coordinator metadata with steady syncBenety Goh2015-08-211-10/+37
* SERVER-19975: use cached protocol version (atomic)Scott Hernandez2015-08-213-14/+8
* SERVER-19950: serverStatus({repl:1})Scott Hernandez2015-08-211-1/+1
* SERVER-19876 Remove duplicate setting of replset nameSpencer T Brody2015-08-191-1/+0
* SERVER-19876 Include replica set name in ismaster response from removed repli...Andy Schwerin2015-08-192-2/+5
* SERVER-20021 pull keepalive value from replCoord into sync source feedback, r...Eric Milkie2015-08-198-37/+9
* SERVER-19984 Block read committed reads after metadata changes, rather than r...matt dannenberg2015-08-195-7/+22
* SERVER-19543 SERVER-19992 Move ConfigServerMode enum from ServerGlobalParams ...Spencer T Brody2015-08-184-12/+12
* SERVER-20013 Don't blacklist the upstream if its config version is greaterSiyuan Zhou2015-08-181-2/+2
* SERVER-19830 do not mark removed nodes as downEric Milkie2015-08-182-3/+7
* SERVER-19933 check validity of "configsvr:true" at config validation timematt dannenberg2015-08-175-69/+32
* SERVER-19925 move protocolVersion field to top levelmatt dannenberg2015-08-174-66/+71
* SERVER-19833 fix compilationEric Milkie2015-08-171-17/+15
* SERVER-19830 liveness detection for downstream membersmatt dannenberg2015-08-1714-21/+388
* Revert "SERVER-19855 Include min OpTime with shard version"Kaloian Manassiev2015-08-141-48/+0
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-141-0/+48
* SERVER-19554 populate lastOpVisible in ReplSetMetadatamatt dannenberg2015-08-149-16/+47
* SERVER-19466 TTLMonitor::doTTLForIndex() use IXSCAN => FETCH => DELETEQingyang Chen2015-08-134-7/+8
* SERVER-19637 add election timeout to replica set configmatt dannenberg2015-08-133-37/+100
* SERVER-19876 Include host seed list information in ismaster response of remov...Andy Schwerin2015-08-122-40/+44
* SERVER-19155 Remove authcommon target's dependency on DBClientWithCommandssamantharitter2015-08-123-3/+3
* SERVER-19855 Parsing/serialization logic for OpTimeKaloian Manassiev2015-08-1211-36/+62
* SERVER-19212 Make w:majority wait for any reserved snapshots to be visibleMathias Stearn2015-08-128-35/+92
* SERVER-19213 Turn repl SnapshotThread on by defaultMathias Stearn2015-08-121-3/+1
* SERVER-19213 Throttle repl SnapshotThread by sleeping 1ms between loopsMathias Stearn2015-08-121-3/+12
* SERVER-19213 Move old snapshot cleanup out of the repl mutexMathias Stearn2015-08-121-0/+3
* SERVER-19212 Hide indexes and collections from stale majority concern readsMathias Stearn2015-08-127-5/+26
* SERVER-19764 Store the last vote when voting for myselfSiyuan Zhou2015-08-124-51/+157
* SERVER-19830 added testing-only heartbeatIntervalMillis field to replica set ...Benety Goh2015-08-125-25/+111
* SERVER-19554 merge ReplSetMetadata and ReplicationMetadatamatt dannenberg2015-08-1216-317/+92
* SERVER-19390 Make read concern args accept optional parametersRandolph Tan2015-08-115-36/+105
* SERVER-19861 fixed incorrect conversion of default heartbeat timeout Topology...Benety Goh2015-08-111-2/+1
* SERVER-19861 converted uses of std::chrono::duration::count() to mongo::durat...Benety Goh2015-08-1110-44/+56
* SERVER-9666 Add more misssing LIBDEP edgesAndrew Morrow2015-08-101-0/+1
* SERVER-19537 allow replSetInitiate on nodes not started with --replSetBenety Goh2015-08-081-5/+4
* SERVER-19537 replication coordinator processReplSetInitiate() validates confi...Benety Goh2015-08-082-31/+231
* SERVER-19537 replication coordinator external state initiateOplog() should by...Benety Goh2015-08-081-4/+22
* SERVER-19537 added updateReplOpTime to ReplicationCoordinatorExternalState::i...Benety Goh2015-08-086-12/+16
* SERVER-19537 extended _logOp and createOplog to accept optional collection na...Benety Goh2015-08-082-26/+76
* SERVER-19564: revertMartin Bligh2015-08-082-8/+9
* SERVER-19732 SERVER-19524 SERVER-19545 Use configsvr instead of configServer ...Spencer T Brody2015-08-086-11/+11
* SERVER-19524 SERVER-19739 Additional validation and behavior for replica set ...Spencer T Brody2015-08-088-35/+185
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-08-082-9/+8
* SERVER-17528: no vote members must have priority 0Scott Hernandez2015-08-078-408/+152