summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/initial_syncer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expressionsJuan Gu2023-05-171-55/+59
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-4/+4
* SERVER-73887 Allow untimestamped writes for the entirety of initial sync retryFaustoleyva542023-03-161-1/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-65315 Enfore mutual exclusion between serverless operationsDidier Nadeau2022-09-291-0/+2
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-1/+1
* Revert "SERVER-65315 Enforce mutual exclusion between serverless operations"Sviatlana Zuiko2022-09-161-2/+0
* SERVER-69500: Remove outdated minvalid timestamping invariant.Daniel Gottlieb2022-09-161-2/+2
* SERVER-69001: Have initial sync persist its last oplog time into the minvalid...Daniel Gottlieb2022-09-151-43/+53
* SERVER-65315 Enforce mutual exclusion between serverless operationsMatt Broadstone2022-09-151-0/+2
* SERVER-65177 Use executor clock to calculate elapsed initial sync timeali-mir2022-08-231-1/+3
* SERVER-68812 Prevent extra Stats copies in InitialSyncer::_appendInitialSyncP...Vesselina Ratcheva2022-08-221-2/+2
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-68451 Allow initial sync retry to reset the catalog without untimestam...Yuhong Zhang2022-08-011-0/+3
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+1
* SERVER-66089 Initial sync should do transaction table read with a later after...Matthew Russotto2022-05-091-5/+9
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64627 Refactor onInitialSyncComplete and onStartupRecoveryComplete int...Vesselina Ratcheva2022-04-211-3/+0
* SERVER-64125 Avoid committing at the stable timestampJordi Olivares Provencio2022-04-011-5/+11
* SERVER-64517 Recover RecoverableCriticalSection after initialSync and startup...Jordi Serra Torrens2022-03-161-0/+3
* SERVER-62214 Replace some internal uses of ImplicitDefault read concernGabriel Marks2022-01-181-1/+1
* SERVER-58410: Make minValid writes untimestampedLingzhi Deng2022-01-151-3/+5
* SERVER-49748 Load sync source FCV into memory at beginning of initial syncJason Chan2021-11-181-0/+6
* SERVER-61198 Log unified statistics for logical and file copy based initial syncMoustafa Maher Khalil2021-11-041-31/+8
* SERVER-57806 Handle fallback to logical initial sync if FileCopyBasedInitialS...Huayu Ouyang2021-10-011-0/+4
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-2/+3
* SERVER-58154 Use server parameter initialSyncMethod to run either FCBIS or lo...Carolyn Duan2021-08-111-1/+1
* SERVER-57802 Create InitialSyncerBase and InitialSyncerFactory classesHuayu Ouyang2021-07-211-2/+24
* SERVER-58258 Fix race between 'replSetGetStatus' request and initial syncer c...Wenbin Zhu2021-07-061-13/+27
* SERVER-45407 Remove InitialSyncerOption's localOplogNS and remoteOplogNSCarolyn Duan2021-06-151-15/+16
* SERVER-44316 Remove incorrect log message in initial_syncer.cppCarolyn Duan2021-06-081-5/+3
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-1/+1
* SERVER-53428 Add initial sync result status in statistics.Wenbin Zhu2021-03-041-18/+21
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-1/+1
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-1/+1
* SERVER-53581: Refactor TenantMigrationAccessBlockLingzhi Deng2021-02-011-2/+2
* SERVER-52848: Increase delayMillis in initial_sync_chooses_correct_sync_sourc...r4.9.0-alpha1XueruiFa2021-01-191-0/+8
* SERVER-51798 Pass an options struct into OplogFetcher rather than individual ...Matthew Russotto2020-12-151-6/+8
* SERVER-53017 Make sure download rate is calculated as a double when calculati...Jason Chan2020-12-021-3/+4
* SERVER-47863 Add fields to initial sync progress metricsJason Chan2020-11-161-3/+29
* SERVER-51445 Must destroy retryableOperation before entering Complete in init...Matthew Russotto2020-10-211-0/+4
* SERVER-49177 Make "start blocking" write's onAbort handler call TenantMigrati...Cheahuychou Mao2020-10-091-1/+0
* SERVER-50572 Make initial sync clear and recover a tenant migration donor's i...Jason Zhang2020-09-291-0/+3
* SERVER-48808 Make dependency injection of OplogFetcherMock easier.Matthew Russotto2020-09-291-29/+4
* SERVER-50320 Fix cancellation races in initial syncerMatthew Russotto2020-09-161-46/+92
* SERVER-50607 Must hold mutex when calling _checkForShutdownAndConvertStatus_i...Matthew Russotto2020-09-021-4/+8
* SERVER-50264: Better FCV const correctnessLingzhi Deng2020-08-271-1/+1