summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32935 add characterization test for exception handling in oplog applic...Benety Goh2018-06-081-0/+1
* SERVER-32569 allow config servers and shard replica sets to start in non-clus...r3.4.11-rc0r3.4.11Misha Tyulenev2018-01-221-1/+1
* SERVER-26848 Remove dead code of primary catch-up.Siyuan Zhou2017-06-161-17/+0
* SERVER-27995 rename DataReplicator to InitialSyncerJudah Schvimer2017-04-061-6/+6
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-04-061-10/+10
* SERVER-27329 moved BackgroundSync::_rollback() to rs_rollback.cppBenety Goh2017-03-311-3/+3
* SERVER-27231 added disableMaxSyncSourceLagSecs failpoint to turn off re-evalu...Benety Goh2017-01-211-0/+1
* SERVER-27397 disable OplogFetcher sync source re-evaluation during initial syncBenety Goh2017-01-211-1/+11
* SERVER-27611 make DatabaseCloner single-use only. If a DatabaseCloner is shut...Benety Goh2017-01-211-0/+1
* SERVER-27052 added asynchronous operation support to DataReplicatorBenety Goh2016-12-221-0/+17
* SERVER-26834 replset7.js should cause documents to be seen twice in initial syncTess Avitabile2016-11-101-0/+11
* Revert "SERVER-26834 replset7.js should cause documents to be seen twice in i...Tess Avitabile2016-11-091-5/+2
* SERVER-26834 replset7.js should cause documents to be seen twice in initial syncTess Avitabile2016-11-091-2/+5
* SERVER-25662 removed non-initial sync functionality from Data ReplicatorBenety Goh2016-11-091-1/+0
* SERVER-23070 migrated bgsync to use SyncSourceResolver instead of Replication...Benety Goh2016-11-011-0/+1
* SERVER-23070 rewrote SyncSourceResolver to select sync source asynchronouslyBenety Goh2016-11-011-1/+27
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-261-2/+0
* SERVER-26520 CollectionCloner fetches document count for progress tracking fr...Benety Goh2016-10-081-3/+10
* Revert "SERVER-26520 CollectionCloner fetches document count for progress tra...Spencer Jackson2016-10-071-10/+3
* SERVER-26520 CollectionCloner fetches document count for progress tracking fr...Benety Goh2016-10-071-3/+10
* SERVER-26448 moved progress meter from CollectionBulkLoaderImpl to the Collec...Benety Goh2016-10-061-1/+1
* SERVER-26411 Move balancer sources under mongo/db/sKaloian Manassiev2016-10-051-0/+1
* SERVER-26448 added a progress meter to the CollectionBulkLoaderBenety Goh2016-10-051-0/+1
* Revert "SERVER-26411 Move balancer sources under mongo/db/s"Benety Goh2016-10-051-1/+0
* SERVER-26411 Move balancer sources under mongo/db/sKaloian Manassiev2016-10-051-0/+1
* SERVER-25702 added support to OplogFetcher for restarting oplog queryBenety Goh2016-09-261-0/+1
* SERVER-25268 added OplogBufferProxy. caches front and back values of the unde...Benety Goh2016-09-201-0/+20
* SERVER-23892 Do periodic replicated writes while idleMisha Tyulenev2016-08-261-0/+1
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-08-231-0/+1
* SERVER-23478 Move server status metrics from OplogReader and BackgroundSync t...Judah Schvimer2016-08-171-1/+3
* SERVER-24506 Cloner support for viewsJames Wahlin2016-08-091-0/+2
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-0/+1
* SERVER-25380 StorageInterfaceImpl should use provided OperationContext in isA...Benety Goh2016-08-021-0/+1
* SERVER-25322 DatabasesCloner runs one database cloner at a timeBenety Goh2016-07-291-0/+1
* SERVER-25114 removed unused Applier classBenety Goh2016-07-201-22/+0
* SERVER-25048 added unit test for MultiApplierBenety Goh2016-07-141-0/+13
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-0/+2
* SERVER-23103 Split several libraries out of db/serveronlyAndrew Morrow2016-07-111-2/+45
* SERVER-24945 convert DatabasesCloner to use TaskExecutorBenety Goh2016-07-111-1/+5
* Revert "SERVER-24495 convert DatabasesCloner to use TaskExecutor"Benety Goh2016-07-111-5/+1
* SERVER-24495 convert DatabasesCloner to use TaskExecutorBenety Goh2016-07-111-1/+5
* SERVER-24945 convert CollectionCloner and DatabaseCloner to use TaskExecutor ...Benety Goh2016-07-111-7/+12
* SERVER-24928 Remove the ReadConcernResponse classKaloian Manassiev2016-07-071-9/+0
* SERVER-23750: use storage interface for cloners and fixes for DataReplicator:...Scott Hernandez2016-07-061-1/+25
* SERVER-23750 fixed missing dependency in 'data_replicator_external_state_mock'Benety Goh2016-06-301-0/+1
* SERVER-24784 migrated MultiApplier to use task executor instead of replicatio...Benety Goh2016-06-281-1/+3
* SERVER-24490 Implemented blocking pop and peek in OplogBufferCollectionJudah Schvimer2016-06-221-0/+1
* SERVER-24697 deprecated StorageInterface::writeOpsToOplog in favor of Storage...Benety Goh2016-06-211-1/+0
* SERVER-24490 oplog buffer collection should use storage interfaceBenety Goh2016-06-201-4/+3
* SERVER-23059: storage interface improvementsScott Hernandez2016-06-171-0/+1