summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/database_cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33625 replace use of OldThreadPool in cloners and TaskRunner with Thre...Benety Goh2018-03-061-1/+1
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-12/+6
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-7/+6
* SERVER-29476 Fix ODR violation in fetcherSara Golemon2017-12-081-0/+1
* SERVER-31267 CollectionCloner fails if collection is dropped between getMore ...Matthew Russotto2017-11-281-3/+2
* SERVER-31019 fail initial sync if fCV changes during oplog applicationJudah Schvimer2017-10-091-1/+23
* SERVER-31339 Handle NamespaceNotFound in collection_cloner count/findGeert Bosch2017-10-061-0/+16
* SERVER-19605 make oplog timeout configurableJudah Schvimer2017-09-131-1/+2
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-121-1/+5
* Revert "SERVER-29617 replace fetcher with ARM and add numCursors server param...William Schultz2017-08-111-5/+1
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-111-1/+5
* SERVER-29400 Make OplogFetcher and CollectionCloner batchSize configurableJason Chan2017-06-141-1/+7
* SERVER-29256 DatabaseCloner accepts CollectionOptions with UUIDBenety Goh2017-05-171-1/+1
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-121-1/+0
* SERVER-28814 Add and use ReadPreferenceSetting::secondaryPreferredMetadata()Mathias Stearn2017-05-121-1/+1
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-061-18/+0
* SERVER-28294 Host CollectionUUID on top of standalone UUID librarysamantharitter2017-03-221-4/+4
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-081-1/+18
* SERVER-27611 make DatabaseCloner single-use only. If a DatabaseCloner is shut...Benety Goh2017-01-211-16/+54
* SERVER-27611 DatabaseCloner::shutdown() should shut down CollectionClonerBenety Goh2017-01-211-0/+4
* Revert "SERVER-27611 DatabaseCloner::shutdown() should shut down CollectionCl...Benety Goh2017-01-121-4/+0
* SERVER-27611 DatabaseCloner::shutdown() should shut down CollectionClonerBenety Goh2017-01-121-0/+4
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-27052 make CollectionCloner single-use. CollectionCloner should also f...Benety Goh2016-11-291-1/+1
* SERVER-25874 Add server parameter configuration for initial sync metadata ret...Judah Schvimer2016-09-011-3/+4
* SERVER-24991 log redaction for sharding, repl filesRamon Fernandez2016-08-291-2/+3
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-161-10/+34
* Revert "SERVER-25125 Report initial sync progress in ReplSetGetStatus"Judah Schvimer2016-08-151-34/+10
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-151-10/+34
* SERVER-24506 Cloner support for viewsJames Wahlin2016-08-091-2/+6
* SERVER-25281 renamed CollectionCloner and DatabaseCloner lifecycle functionsBenety Goh2016-07-261-5/+5
* SERVER-25281 renamed Fetcher lifecycle functionsBenety Goh2016-07-261-1/+1
* SERVER-25197 DatabaseCloner should not override CollectionCloner::_scheduleDb...Benety Goh2016-07-221-5/+4
* SERVER-25197 DataReplicator tests should explicitly override CollectionCloner...Benety Goh2016-07-221-2/+2
* SERVER-25069 CollectionCloner accepts db worker thread pool at constructionBenety Goh2016-07-161-0/+1
* SERVER-25069 DatabaseCloner accepts db worker thread pool at constructionBenety Goh2016-07-161-0/+3
* SERVER-24945 convert CollectionCloner and DatabaseCloner to use TaskExecutor ...Benety Goh2016-07-111-4/+5
* SERVER-9115: cloner stats and reportingScott Hernandez2016-07-081-0/+30
* SERVER-23750: Add retries for metadata command during initial syncScott Hernandez2016-07-061-1/+10
* SERVER-23750: use storage interface for cloners and fixes for DataReplicator:...Scott Hernandez2016-07-061-45/+90
* SERVER-23750: enable slaveOk/Secondary read preference for fetch/oplogFetcherScott Hernandez2016-06-171-1/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-13/+19
* 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-245/+238
* SERVER-18036 renamed Fetcher::BatchData to QueryResponseBenety Goh2015-06-191-1/+1
* SERVER-18035 clean up collection and database cloners to not hold mutex when ...Benety Goh2015-05-291-49/+51
* SERVER-18606 permit callers to compose getMore command for fetcherEric Milkie2015-05-281-5/+12
* SERVER-18015 added data replication database clonerBenety Goh2015-04-211-0/+331