summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/initial_syncer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-45008 Make sure allDatabaseCloner completion callback runs on correct ...Matthew Russotto2019-12-101-2/+6
* SERVER-43000 Remove typedefs for vectors of OplogEntryA. Jesse Jiryu Davis2019-11-211-4/+3
* SERVER-43001 Move BatchLimits to OpQueueBatcherHaley Connelly2019-11-181-1/+0
* SERVER=44014 Add missing synchronization points to initial sync fuzzerSamyukta Lanka2019-11-121-13/+31
* SERVER-44494 Do not reset client outside lock in InitialSyncerMatthew Russotto2019-11-111-1/+1
* SERVER-43275 Implement retry-on-network-error logic in cloners, except for qu...Matthew Russotto2019-11-071-1/+2
* SERVER-43875 Start initial sync oplog fetching from an earlier point to fetch...Samyukta Lanka2019-11-051-37/+82
* SERVER-44280 Make InitialSyncSharedData into a class and add methods for retry.Matthew Russotto2019-10-301-5/+3
* SERVER-43274 Implement cloners using DBClient with basic functionality and un...Matthew Russotto2019-10-301-44/+47
* Fix clang bugMatthew Russotto2019-10-171-1/+1
* SERVER-43805 Create InitialSyncSharedData structure.Matthew Russotto2019-10-161-0/+8
* SERVER-43885 Rename OplogApplierImpl methodsMihai Andrei2019-10-141-1/+1
* SERVER-42997 Make OplogApplier::enqueue blockingMihai Andrei2019-10-071-2/+2
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-30/+28
* SERVER-41650 Use IDL to parse OpTime and wall fieldsXuerui Fa2019-09-131-10/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-20/+22