summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/bgsync.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28490 Check the state after acquiring the lock in bgsync.Siyuan Zhou2017-05-021-4/+11
* SERVER-26360 Node should be able to leave RECOVERING after going too staleRamon Fernandez2017-04-201-0/+24
* Revert "SERVER-26360 Node should be able to leave RECOVERING after going too ...Ramon Fernandez2017-04-201-24/+0
* SERVER-26360 Node should be able to leave RECOVERING after going too staleWilliam Schultz2017-04-171-0/+24
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-04-061-49/+16
* SERVER-27543 Process OplogQueryMetadata with backwards and forwards compatibi...Judah Schvimer2017-04-061-3/+6
* SERVER-28181 Fix the deadlock in OplogFetcher's constructor.Siyuan Zhou2017-04-041-7/+7
* SERVER-27120 Increase synchronization between producer/applier threads and st...Siyuan Zhou2017-04-041-95/+82
* SERVER-27329 moved BackgroundSync::_rollback() to rs_rollback.cppBenety Goh2017-03-311-95/+10
* SERVER-27329 cleaned up BackgroundSync::_rollback() argument.Benety Goh2017-03-311-22/+26
* SERVER-27680 Merge stopOplogFetcher and pauseRsBgSyncProducer failpoint into ...Spencer T Brody2017-01-231-11/+12
* SERVER-27123 Only update the commit point as a secondary from oplog queries a...Spencer T Brody2017-01-231-0/+12
* SERVER-27680 Make bgsync check stopOplogFetcher failpoint before scheduling a...Spencer T Brody2017-01-131-0/+4
* SERVER-27050 Ensure upstream node doesn't roll back after checking MinValidMathias Stearn2017-01-131-80/+140
* SERVER-26538 improve sync source change loggingJudah Schvimer2016-12-281-8/+10
* SERVER-26972 BackgroundSync should compare minValidSaved to _lastOpTimeFetchedJudah Schvimer2016-11-101-6/+7
* SERVER-26928 Check for shutdown in pauseRsBgSyncProducer failpointJudah Schvimer2016-11-081-1/+4
* SERVER-25145 BackgroundSync provides minValid to sync source selection in REC...Benety Goh2016-11-021-0/+6
* SERVER-25145 SyncSourceResolver selects sync sources based on required optime...Benety Goh2016-11-021-0/+2
* SERVER-23070 migrated bgsync to use SyncSourceResolver instead of Replication...Benety Goh2016-11-011-4/+28
* SERVER-23070 bgsync uses ReplicationCoordinator directly to select sync sourceBenety Goh2016-11-011-2/+1
* SERVER-26282 Make sync source change logging clearerJudah Schvimer2016-09-231-1/+2
* SERVER-25702 added server parameter for oplog fetcher max fetcher restartsBenety Goh2016-09-221-14/+14
* SERVER-25702 added OplogFetcher constructor argument for max fetcher restartsBenety Goh2016-09-221-0/+1
* SERVER-25268 renamed OplogBuffer::blockingPeek to waitForData and removed pee...Benety Goh2016-09-161-4/+2
* SERVER-26106 raise oplog socket timeout for rollbackEric Milkie2016-09-151-2/+2
* SERVER-25949 Don't hang if BGSync::consume() is called after shutdown()Mathias Stearn2016-09-081-3/+10
* SERVER-24991 log redaction for sharding, repl filesRamon Fernandez2016-08-291-8/+10
* SERVER-25071 Flush data replication queue as part of clean shutdownMathias Stearn2016-08-261-14/+22
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-08-231-7/+11
* SERVER-23478 Move server status metrics from OplogReader and BackgroundSync t...Judah Schvimer2016-08-171-46/+17
* SERVER-25638: log sync source member selection infoScott Hernandez2016-08-161-1/+2
* SERVER-23802 Shut down shard if it rolls back the shardIdentity document.Spencer T Brody2016-08-151-0/+20
* SERVER-23663 New primary syncs from chosen node to catch up with timeoutSiyuan Zhou2016-08-041-10/+36
* SERVER-24784 BackgroundSync uses task executor from ReplicationCoordinatorExt...Benety Goh2016-06-271-23/+2
* SERVER-24784 BackgroundSync checks local shutdown flag instead of global mong...Benety Goh2016-06-251-3/+12
* SERVER-24744 added BackgroundSync::startup() to start oplog buffer and task e...Benety Goh2016-06-231-26/+25
* SERVER-24577 removed OperationContext argument from some OplogBuffer function...Benety Goh2016-06-161-3/+3
* SERVER-24577 added OperationContext argument to OplogBuffer interfaceBenety Goh2016-06-161-28/+39
* SERVER-24560 replaced references to BlockingQueue in BackgroundSync with Oplo...Benety Goh2016-06-141-19/+26
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-06-011-7/+4
* SERVER-24318 change BackgroundSync to one owned object by the Repl ExternalSt...Eric Milkie2016-06-011-33/+0
* Revert "SERVER-24222 Update current known primary from command metadata"Eric Milkie2016-05-311-4/+7
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+7
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-05-271-7/+4
* SERVER-23308 integrated repl::multiApply into data replicatorBenety Goh2016-05-241-12/+21
* SERVER-22775 integrated OplogFetcher into BackgroundSyncBenety Goh2016-04-261-302/+174
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-2/+2
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-2/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-2/+2