summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-144-11/+40
* SERVER-24811 TopologyCoordinator::prepareFreezeResponse returns next action; ...Benety Goh2016-09-146-43/+98
* SERVER-24866 Balancer recoveryDianna Hohensee2016-09-141-4/+0
* SERVER-24811 replSetFreeze should fail if node is primary or running for elec...Benety Goh2016-09-131-0/+9
* SERVER-26003 Protect stepdown waiters with _mutex rather than _topoMutex.Siyuan Zhou2016-09-123-60/+53
* SERVER-23990 allow parallel oplog application on collection with non-simple c...David Storch2016-09-121-8/+5
* SERVER-25734 Add a drain mode completion hook which runs outside of the globa...Kaloian Manassiev2016-09-106-17/+36
* SERVER-26034 fsync+lock should never see intermediate states of secondary bat...Mathias Stearn2016-09-091-5/+3
* SERVER-23990 move BSONObj/BSONElement hashing into {BSONObj,BSONElement}::Com...David Storch2016-09-091-1/+2
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-1/+2
* SERVER-26011 Use all threads for secondary applicationMathias Stearn2016-09-082-15/+5
* SERVER-25071 Remove temporary invariantsMathias Stearn2016-09-081-8/+0
* SERVER-25949 Don't hang if BGSync::consume() is called after shutdown()Mathias Stearn2016-09-087-154/+10
* SERVER-14596 move free function escape out of bsonelementMatt Cotter2016-09-081-0/+1
* SERVER-24536 Nodes can run an election while stepping down.Siyuan Zhou2016-09-081-4/+5
* Revert "SERVER-25666 add invariants to ensure proper primary transition state...Eric Milkie2016-09-081-7/+0
* SERVER-25666 add invariants to ensure proper primary transition state changesEric Milkie2016-09-071-0/+7
* SERVER-25978 Do not clear the CollectionShardingState map on stepdownKaloian Manassiev2016-09-071-2/+2
* SERVER-25982 Improve log message after finish event in data replicatorJudah Schvimer2016-09-071-1/+1
* SERVER-25131: release collection/db locks on collection clone failure.Scott Hernandez2016-09-063-45/+77
* SERVER-25916: disable doc validation for all writes during bulk collection cl...Scott Hernandez2016-09-061-2/+3
* SERVER-25912 Disable periodic noop writes in jstestsSpencer T Brody2016-09-021-6/+15
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-021-1/+6
* SERVER-25800 StorageInterface::insertDocuments no longer checks for empty arr...Benety Goh2016-09-012-11/+4
* SERVER-25800 insertDocuments falls back on inserting documents one at a time ...Benety Goh2016-09-012-16/+78
* SERVER-25914 OplogFetcher should shutdown and join Fetcher at destructionBenety Goh2016-09-012-10/+16
* Revert "SERVER_25914 OplogFetcher should shutdown and join Fetcher at destruc...Benety Goh2016-09-012-16/+10
* SERVER_25914 OplogFetcher should shutdown and join Fetcher at destructionBenety Goh2016-09-012-10/+16
* SERVER-25874 Add server parameter configuration for initial sync metadata ret...Judah Schvimer2016-09-018-48/+53
* SERVER-24991 re-added causedBy logging constructDan Pasette2016-08-311-3/+3
* SERVER-25805 set default catch-up period to 2 secondsEric Milkie2016-08-311-2/+1
* SERVER-25519 moved checkForCappedOplog from oplog.cpp to db.cppBenety Goh2016-08-312-17/+0
* SERVER-25519 repl::checkForCappedOplog accepts db pointer to local databaseBenety Goh2016-08-312-6/+4
* Revert "SERVER-25519 repl::checkForCappedOplog accepts db pointer to local da...Benety Goh2016-08-302-4/+6
* Revert "SERVER-25519 moved checkForCappedOplog from oplog.cpp to db.cpp"Benety Goh2016-08-302-0/+17
* SERVER-25519 moved checkForCappedOplog from oplog.cpp to db.cppBenety Goh2016-08-302-17/+0
* SERVER-25519 repl::checkForCappedOplog accepts db pointer to local databaseBenety Goh2016-08-302-6/+4
* SERVER-25863 removed DataReplicator::_applierActive and flushAndPauseBenety Goh2016-08-302-27/+8
* SERVER-25858 MultiApplier waits for completion callback to finish before sett...Benety Goh2016-08-304-6/+79
* SERVER-25031 removed unused function MultiApplier::applyUntilAndPauseBenety Goh2016-08-302-84/+0
* SERVER-25632 Add serverParameter configuration for initial sync retry paramsJudah Schvimer2016-08-304-9/+9
* SERVER-25850: log slave progress during wc-repl-timeout failes in testingScott Hernandez2016-08-302-0/+19
* SERVER-24991 log redaction for sharding, repl filesRamon Fernandez2016-08-2914-94/+106
* SERVER-25031 removed redundant arguments from MultiApplier callback. These va...Benety Goh2016-08-295-76/+42
* SERVER-23892 Do periodic replicated writes while idleMisha Tyulenev2016-08-2610-0/+416
* SERVER-25071 Flush data replication queue as part of clean shutdownMathias Stearn2016-08-268-169/+113
* SERVER-25546 Fix InitialSync::_applyOplogTo for behavior change of tryPopAndW...Mathias Stearn2016-08-261-2/+2
* SERVER-25677 Clear cached clusterId if config.version document is rolled back.Spencer T Brody2016-08-262-6/+6
* SERVER-25618: do not report progress during m/s initial syncScott Hernandez2016-08-262-23/+67
* SERVER-23476: Cleanup help note.Scott Hernandez2016-08-261-1/+1