summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/initial_syncer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-49780 Create TenantMigrationSharedDataVesselina Ratcheva2020-08-251-1/+1
* SERVER-49070: add and use FCV gating helpersGrace Luong2020-07-251-2/+1
* SERVER-49064 Update references of "last-stable" to use "last-continuous" and ...Jason Chan2020-07-231-1/+1
* SERVER-47845 Remove usage of ReplicationCoordinator::DataConsistency typeWilliam Schultz2020-07-161-3/+2
* SERVER-49060: added comments for generic FCV constants and conditional checksGrace Luong2020-07-151-0/+1
* SERVER-49060: updating generic FCV constantsGrace Luong2020-07-091-2/+2
* SERVER-47270: Only run the SyncSourceResolver if the syncing node is in rollb...XueruiFa2020-07-011-18/+18
* SERVER-48332 Failed initial sync attempts should abort all in-progress index ...Gregory Wlodarek2020-06-041-1/+6
* Revert "SERVER-48332 Failed initial sync attempts should abort all in-progres...Gregory Wlodarek2020-06-041-8/+0
* SERVER-48332 Failed initial sync attempts should abort all in-progress index ...Gregory Wlodarek2020-06-041-0/+8
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-2/+2
* SERVER-46085 Fail initial sync attempt if sync source is in initial syncMatthew Russotto2020-03-271-0/+2
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-1/+2
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-69/+114
* SERVER-44272 Re-implement replSetSyncFrom logic while in initial syncJason Chan2020-03-131-0/+16
* SERVER-46586 Remove FCV references in InitialSyncSharedDataVesselina Ratcheva2020-03-121-2/+1
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-1/+2
* SERVER-33627: InitialSyncer needs to handle exceptionsLingzhi Deng2020-03-021-3/+11
* SERVER-45995: Test that nodes in initial sync maintain and gossip the commit ...Xuerui Fa2020-02-261-0/+8
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-47/+37
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45574: Replace OplogFetcher with NewOplogFetcherLingzhi Deng2020-02-191-37/+37
* SERVER-45574: Use NewOplogFetcher in steady state replication and initial syncLingzhi Deng2020-02-191-39/+36
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-73/+149
* SERVER-45722: Use OplogFetcherMock in InitialSyncerTestLingzhi Deng2020-02-031-20/+69
* SERVER-45503 Arrange events so cloner onCompletion is never run with lock heldMatthew Russotto2020-01-281-26/+34
* SERVER-45423 Use isRetriableError instead of isNetworkError for transient err...Matthew Russotto2020-01-221-9/+9
* SERVER-43280 Implement new initial sync statisticsMatthew Russotto2020-01-211-1/+33
* SERVER-44597 Make last oplog fetcher for stop timestamp respect initial sync ...Matthew Russotto2020-01-091-6/+55
* SERVER-43279 Make OplogFetcher called from initial sync use the initial sync ...Matthew Russotto2020-01-071-3/+21
* SERVER-30622 RollbackChecker should retry on network failures.Matthew Russotto2019-12-171-5/+39
* SERVER-30622 Refactor outage determination in initialSyncSharedDataMatthew Russotto2019-12-171-1/+5
* SERVER-45061 Release lock before releasing completion guard when executors ar...Matthew Russotto2019-12-111-0/+4