summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs_initialsync.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26772 removed old initial sync codeJudah Schvimer2017-03-161-576/+0
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-4/+2
* SERVER-27995 rename DataReplicator to InitialSyncerJudah Schvimer2017-03-141-1/+1
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-131-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-46/+46
* SERVER-27120 Increase synchronization between producer/applier threads and st...Siyuan Zhou2017-02-271-1/+2
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-1/+1
* SERVER-27603 Rename mongo::inShutdown() to mongo::globalInShutdownDeprecated(...Andy Schwerin2017-01-151-4/+4
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-3/+3
* SERVER-27295 Always set slaveOk to true on remote commands in the old initial...Tess Avitabile2016-12-121-1/+1
* SERVER-26834 replset7.js should cause documents to be seen twice in initial syncTess Avitabile2016-11-101-5/+7
* Revert "SERVER-26834 replset7.js should cause documents to be seen twice in i...Tess Avitabile2016-11-091-7/+5
* SERVER-26834 replset7.js should cause documents to be seen twice in initial syncTess Avitabile2016-11-091-5/+7
* SERVER-25145 OplogReader::connectToSyncSource selects sync sources based on r...Benety Goh2016-11-021-1/+1
* Revert "SERVER-25145 OplogReader::connectToSyncSource selects sync sources ba...Benety Goh2016-11-021-1/+1
* SERVER-25145 OplogReader::connectToSyncSource selects sync sources based on m...Benety Goh2016-11-021-1/+1
* SERVER-26764 Do not defer creation of _id index for replicated collectionsTess Avitabile2016-10-281-1/+18
* SERVER-25662: pass runner OperationContext* to 3.2 initial sync codeScott Hernandez2016-09-271-30/+27
* SERVER-25403 DataReplicator initial sync should be resilient to applier failu...Siyuan Zhou2016-09-211-1/+1
* SERVER-25874 Add server parameter configuration for initial sync metadata ret...Judah Schvimer2016-09-011-0/+2
* SERVER-24991 log redaction for sharding, repl filesRamon Fernandez2016-08-291-2/+2
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-08-231-15/+4
* SERVER-23476: wire resync back upScott Hernandez2016-08-111-1/+0
* SERVER-24506 Cloner support for viewsJames Wahlin2016-08-091-2/+3
* SERVER-24304 DataReplicator::doInitialSync accepts maxRetriesBenety Goh2016-07-271-1/+1
* SERVER-25032: do retries during sync source selection in DR::InitialSyncScott Hernandez2016-07-251-5/+2
* SERVER-23750: use storage interface for cloners and fixes for DataReplicator:...Scott Hernandez2016-07-061-6/+0
* SERVER-24784 syncDoInitialSync maintains its own instance of BackgroundSyncBenety Goh2016-06-271-5/+21
* SERVER-24697 deprecated StorageInterface::writeOpsToOplog in favor of Storage...Benety Goh2016-06-211-4/+4
* SERVER-23059: storage interface improvementsScott Hernandez2016-06-171-56/+57
* SERVER-24577 added OperationContext argument to OplogBuffer interfaceBenety Goh2016-06-161-6/+8
* SERVER-24273 moved writeOpsToOplog to repl storage interfaceBenety Goh2016-06-011-1/+4
* SERVER-24318 change BackgroundSync to one owned object by the Repl ExternalSt...Eric Milkie2016-06-011-10/+12
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+4
* SERVER-23308 added initial sync tests for handing failed updates on missing d...Benety Goh2016-05-201-0/+11
* SERVER-23919 gather all collection names at the start of initial syncEric Milkie2016-05-021-46/+80
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-4/+4
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-4/+4
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-4/+4
* SERVER-18038 replaced uses of minvalid.h with repl storage interfaceBenety Goh2016-04-181-5/+5
* SERVER-23513 Move SocketException to its own librarysamantharitter2016-04-071-0/+1
* SERVER-19200: move initial sync behavior out of rs_syncScott Hernandez2016-04-051-13/+26
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-5/+5
* SERVER-21958 Remove mayYield and mayBeInterrupted flags from cloner, as it is...Andy Schwerin2015-12-211-2/+0
* SERVER-21478: use lastWrite instead of replCoord::lastOpTime when transitioni...r3.2.0-rc3Scott Hernandez2015-11-161-0/+5
* SERVER-21410: Removed dead appliedBuffer codeScott Hernandez2015-11-111-4/+0
* SERVER-18983: enforce batch write durability in setMinvalid functionScott Hernandez2015-10-011-16/+17
* SERVER-19905 consistently use t as the field name for the term portion of an ...matt dannenberg2015-09-171-1/+1
* SERVER-19855 Parsing/serialization logic for OpTimeKaloian Manassiev2015-08-121-1/+1
* SERVER-19775: Do not apply the first oplog entry during initial syncScott Hernandez2015-08-071-33/+2