summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/bgsync.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29400 Make OplogFetcher and CollectionCloner batchSize configurableJason Chan2017-06-141-1/+7
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-11/+14
* SERVER-28214 add remoteOplogNss and maxFetcherRestarts arguments to RollbackI...Benety Goh2017-05-041-7/+10
* SERVER-28214 BackgroundSync falls back on 3.4 algorithm if RollbackImpl retur...Benety Goh2017-04-271-16/+30
* SERVER-28490 Check the state after acquiring the lock in bgsync.Siyuan Zhou2017-04-211-4/+14
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-201-5/+3
* Revert "SERVER-26848 Exit catchup mode when not syncing more data."Robert Guo2017-04-201-3/+5
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-191-5/+3
* SERVER-28209 Implement RollbackCommonPointResolverJudah Schvimer2017-04-181-5/+4
* SERVER-26360 Node should be able to leave RECOVERING after going too staleWilliam Schultz2017-04-031-0/+24
* SERVER-28204 added server parameter to select between 3.4 and 3.6 rollback im...Benety Goh2017-03-231-60/+116
* SERVER-28181 Fix the deadlock in OplogFetcher's constructor.Siyuan Zhou2017-03-221-7/+7
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-2/+1
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-03-081-49/+16
* SERVER-27329 moved BackgroundSync::_rollback() to rs_rollback.cppBenety Goh2017-03-081-95/+10
* SERVER-27329 cleaned up BackgroundSync::_rollback() argument.Benety Goh2017-03-081-18/+21
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-39/+40
* SERVER-27120 Increase synchronization between producer/applier threads and st...Siyuan Zhou2017-02-271-95/+82
* SERVER-27543 Process OplogQueryMetadata with backwards and forwards compatibi...Judah Schvimer2017-02-151-3/+6
* SERVER-27680 Merge stopOplogFetcher and pauseRsBgSyncProducer failpoint into ...Spencer T Brody2017-01-181-11/+12
* SERVER-27680 Make bgsync check stopOplogFetcher failpoint before scheduling a...Spencer T Brody2017-01-131-0/+4
* SERVER-27123 Only update the commit point as a secondary from oplog queries a...Spencer T Brody2017-01-041-0/+12
* SERVER-27282 clean up RS rollback error handlingMathias Stearn2017-01-031-37/+78
* SERVER-27050 Ensure upstream node doesn't roll back after checking MinValidMathias Stearn2017-01-031-45/+64
* SERVER-26538 improve sync source change loggingJudah Schvimer2016-12-161-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