summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27052 make CollectionCloner single-use. CollectionCloner should also f...Benety Goh2016-11-291-17/+58
* SERVER-27046 CollectionCloner should wait for active inserts to complete befo...Benety Goh2016-11-161-1/+3
* SERVER-26834 replset7.js should cause documents to be seen twice in initial syncTess Avitabile2016-11-101-0/+14
* Revert "SERVER-26834 replset7.js should cause documents to be seen twice in i...Tess Avitabile2016-11-091-14/+0
* SERVER-26834 replset7.js should cause documents to be seen twice in initial syncTess Avitabile2016-11-091-0/+14
* SERVER-26520 CollectionCloner fetches document count for progress tracking fr...Benety Goh2016-10-081-8/+96
* Revert "SERVER-26520 CollectionCloner fetches document count for progress tra...Spencer Jackson2016-10-071-96/+8
* SERVER-26520 CollectionCloner fetches document count for progress tracking fr...Benety Goh2016-10-071-8/+96
* SERVER-26448 moved progress meter from CollectionBulkLoaderImpl to the Collec...Benety Goh2016-10-061-1/+15
* SERVER-25874 Add server parameter configuration for initial sync metadata ret...Judah Schvimer2016-09-011-6/+7
* SERVER-24991 log redaction for sharding, repl filesRamon Fernandez2016-08-291-2/+2
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-161-8/+17
* Revert "SERVER-25125 Report initial sync progress in ReplSetGetStatus"Judah Schvimer2016-08-151-17/+8
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-151-8/+17
* SERVER-25374 CollectionCloner should disable replicated writes on operation c...Benety Goh2016-08-011-2/+7
* SERVER-25281 renamed CollectionCloner and DatabaseCloner lifecycle functionsBenety Goh2016-07-261-4/+4
* SERVER-25281 renamed Fetcher lifecycle functionsBenety Goh2016-07-261-2/+2
* SERVER-25197 DataReplicator tests should explicitly override CollectionCloner...Benety Goh2016-07-221-1/+1
* SERVER-25069 CollectionCloner accepts db worker thread pool at constructionBenety Goh2016-07-161-6/+3
* SERVER-25013: Ignore NamespaceNotFound errors from listIndexes in CollectionC...Scott Hernandez2016-07-131-0/+14
* SERVER-25016: CollectionCloner should not create _id_ index when there is no ...Scott Hernandez2016-07-131-0/+6
* SERVER-24945 convert CollectionCloner and DatabaseCloner to use TaskExecutor ...Benety Goh2016-07-111-49/+27
* SERVER-24952: Handle an empty getmore response in collection_clonerScott Hernandez2016-07-111-37/+38
* SERVER-9115: cloner stats and reportingScott Hernandez2016-07-081-0/+36
* SERVER-23750: Add retries for metadata command during initial syncScott Hernandez2016-07-061-2/+20
* SERVER-23750: use storage interface for cloners and fixes for DataReplicator:...Scott Hernandez2016-07-061-41/+128
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-221/+217
* SERVER-18036 renamed Fetcher::BatchData to QueryResponseBenety Goh2015-06-191-2/+2
* SERVER-18623 Make ReplicationExecutor implement the TaskExecutor interfaceSpencer T Brody2015-06-111-2/+2
* SERVER-18778 fixed hidden parameter warning in CollectionCloner::_finishCallbackBenety Goh2015-06-081-3/+3
* SERVER-18035 clean up collection and database cloners to not hold mutex when ...Benety Goh2015-05-291-54/+48
* SERVER-18606 permit callers to compose getMore command for fetcherEric Milkie2015-05-281-8/+25
* SERVER-18015 SERVER-17894 data replication collection cloner cleanupBenety Goh2015-04-211-5/+6
* SERVER-17894 added data replication collection clonerBenety Goh2015-04-101-0/+299