summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync_tail.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26005 FTDC shouldn't conflict with secondary batch applicationMathias Stearn2016-09-161-3/+3
* SERVER-26016 Add a basic test of oplog replay on startupMathias Stearn2016-09-161-4/+5
* SERVER-25268 renamed OplogBuffer::blockingPeek to waitForData and removed pee...Benety Goh2016-09-161-1/+1
* SERVER-23990 allow parallel oplog application on collection with non-simple c...David Storch2016-09-121-8/+5
* 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-26011 Use all threads for secondary applicationMathias Stearn2016-09-081-14/+4
* SERVER-25071 Remove temporary invariantsMathias Stearn2016-09-081-8/+0
* SERVER-24991 re-added causedBy logging constructDan Pasette2016-08-311-3/+3
* SERVER-24991 log redaction for sharding, repl filesRamon Fernandez2016-08-291-16/+19
* SERVER-25071 Flush data replication queue as part of clean shutdownMathias Stearn2016-08-261-74/+51
* SERVER-7200 Limit secondary apply batches to 10% of the oplog sizeMathias Stearn2016-08-231-27/+33
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-08-231-75/+48
* SERVER-7200 stop consulting shouldShutdown in OpQueueBatcherMathias Stearn2016-08-231-8/+5
* SERVER-25546 move slaveDelay handling into tryPopAndWaitForMoreMathias Stearn2016-08-231-74/+46
* SERVER-25638: log sync source member selection infoScott Hernandez2016-08-161-0/+6
* SERVER-25522 ensure oplog entries applied serially to collection with non-sim...David Storch2016-08-111-26/+51
* SERVER-24242 Raise replication op batch limit to 50,000Mathias Stearn2016-08-111-1/+1
* SERVER-23476: wire resync back upScott Hernandez2016-08-111-4/+0
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-2/+2
* SERVER-23663 New primary syncs from chosen node to catch up with timeoutSiyuan Zhou2016-08-041-1/+2
* SERVER-24242 Make replica set apply batch size tunableMathias Stearn2016-08-011-2/+22
* SERVER-23476: break out rs_sync runSyncThread into its own classScott Hernandez2016-07-231-8/+11
* SERVER-25081 SyncTail::oplogApplication() should set minvalid using last opti...Benety Goh2016-07-161-1/+1
* Revert "SERVER-25069 SyncTail::oplogApplication() should set minvalid using l...Benety Goh2016-07-161-1/+1
* SERVER-24242 Parallelize oplog writing on secondariesMathias Stearn2016-07-151-33/+79
* SERVER-24242 Start writing the Oplog on secondaries while divvying up workMathias Stearn2016-07-151-13/+31
* SERVER-25069 SyncTail::oplogApplication() should set minvalid using last opti...Benety Goh2016-07-151-1/+1
* SERVER-24997 Ignore CannotIndexParallelArrays errors during initial syncJudah Schvimer2016-07-121-2/+5
* SERVER-24878 capture InterruptedAtShutdown when replicating for all code pathsEric Milkie2016-07-081-24/+12
* SERVER-24927 Ignore NamespaceNotFound errors during initial sync apply opsJudah Schvimer2016-07-071-0/+6
* SERVER-23750: use storage interface for cloners and fixes for DataReplicator:...Scott Hernandez2016-07-061-6/+1
* SERVER-24878 capture InterruptedAtShutdown when replicating, to avoid non-zer...Eric Milkie2016-07-011-7/+11
* SERVER-24733 use ScopedTransactions to abandon snapshots in replication stora...Judah Schvimer2016-07-011-3/+0
* SERVER-24733 abandon snapshot when getting oplog entries from oplog bufferJudah Schvimer2016-06-231-0/+3
* SERVER-24242 Only get slaveDelaySecs from the replCoordinator once per batchMathias Stearn2016-06-221-3/+2
* SERVER-24242 Use FastClockSource when enforcing replBatchLimitSecondsMathias Stearn2016-06-221-9/+10
* SERVER-24242 Stop copying OplogEntries so muchMathias Stearn2016-06-221-91/+86
* SERVER-24697 deprecated StorageInterface::writeOpsToOplog in favor of Storage...Benety Goh2016-06-211-4/+8
* SERVER-24577 added OperationContext argument to OplogBuffer interfaceBenety Goh2016-06-161-6/+6
* SERVER-24273 added unit tests for repl::multiSyncApplyBenety Goh2016-06-031-28/+40
* Revert "added unit tests for repl::multiSyncApply"Benety Goh2016-06-031-40/+28
* added unit tests for repl::multiSyncApplyBenety Goh2016-06-031-28/+40
* SERVER-24273 added unit tests for repl::multiInitialSyncApplyBenety Goh2016-06-021-15/+19
* SERVER-24273 added unit tests for repl::multiApplyBenety Goh2016-06-011-1/+15
* SERVER-24292 SyncTail accepts optional writer thread pool at constructionBenety Goh2016-06-011-12/+24
* SERVER-24273 moved writeOpsToOplog to repl storage interfaceBenety Goh2016-06-011-6/+4
* SERVER-24318 change BackgroundSync to one owned object by the Repl ExternalSt...Eric Milkie2016-06-011-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+4
* SERVER-24292 repl::multiApply uses external thread poolBenety Goh2016-05-261-8/+11