summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/bgsync.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-1/+1
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-0/+5
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-5/+0
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-0/+5
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-1/+1
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-5/+0
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-0/+5
* SERVER-68496 Remove expensive dead code in bgsync related to minvalidMatthew Russotto2022-08-081-20/+0
* SERVER-67954 Notify BackgroundSync when data relevant to sync source selectio...Matthew Russotto2022-07-161-9/+43
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-2/+1
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-15/+4
* SERVER-64939 Send replSetStepUp command to recipient nodeDidier Nadeau2022-05-131-0/+9
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-63417 Oplog fetcher should not retry when a node is known to be downMatthew Russotto2022-03-161-2/+14
* SERVER-58410: Make minValid writes untimestampedLingzhi Deng2022-01-151-11/+0
* SERVER-62379 Fix deadlock between ReplicationCoordinator and BackgroundSync o...Moustafa Maher Khalil2022-01-111-1/+5
* SERVER-61977 Concurrent rollback and stepUp can cause a node to fetch from a ...Moustafa Maher Khalil2022-01-101-6/+17
* SERVER-59721 Stop using the minValid optime when resolving a sync sourceSamy Lanka2021-11-091-7/+1
* SERVER-55589 setMaintenanceMode should take RSTL in X modeVishnu Kaushik2021-07-231-2/+4
* SERVER-55963 Use "denylist" in replication subsystemsShreyas Kalyan2021-04-301-17/+17
* SERVER-52778 Remove unused 'allowImplictCollectionCreate' from the routerKaloian Manassiev2021-03-041-1/+0
* SERVER-53436 Make writes to appliedThrough untimestamped to make it work with...Henrik Edin2021-01-081-1/+3
* SERVER-51798 Pass an options struct into OplogFetcher rather than individual ...Matthew Russotto2020-12-151-6/+5
* SERVER-50869 Fix race condition in bgsync when clearing appliedThrough during...Samy Lanka2020-10-071-0/+15
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-4/+6
* SERVER-48930: Use lastFetched from previous batch when comparing optimes for ...XueruiFa2020-07-091-7/+9
* SERVER-47270: Only run the SyncSourceResolver if the syncing node is in rollb...XueruiFa2020-07-011-3/+10
* SERVER-46962 Blacklist sync sources that are shutting downPavi Vetriselvan2020-06-261-1/+13
* SERVER-46726 Using testing proctor to control diagnostics in "db/repl"Amirsaman Memaripour2020-06-101-2/+2
* SERVER-28068: Prevent nodes from going into rollback due to falling off the s...Xuerui Fa2020-05-211-11/+20
* SERVER-44068 Speed up transition to 'kSteadyStateOps' in RollbackTestWilliam Schultz2020-04-271-9/+9
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-2/+2
* SERVER-31429: Use last fetched instead of last applied OpTime to eval sync so...Xuerui Fa2020-04-161-3/+6
* SERVER-46120 Make OplogQueryMetadata non-optionalA. Jesse Jiryu Davis2020-03-251-2/+2
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-8/+6
* SERVER-46558 Abort index builds only after transitioning to rollback and when...Louis Williams2020-03-181-12/+2
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-94/+123
* SERVER-39112 Remove 1-second delays when starting and stopping OplogApplier. ...Matthew Russotto2020-02-271-7/+16
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-32/+28
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45574: Replace OplogFetcher with NewOplogFetcherLingzhi Deng2020-02-191-6/+6
* SERVER-45574: Use NewOplogFetcher in steady state replication and initial syncLingzhi Deng2020-02-191-11/+13
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-72/+156
* SERVER-45010 Avoid taking a checkpoint on clean shutdown if stableTimestamp <...William Schultz2020-01-221-0/+10
* SERVER-39452 Support rollback via refetch for two-phase index buildsLouis Williams2019-12-161-3/+11
* SERVER-43766 Additional optimizations for ReplSetTest initiate speedWilliam Schultz2019-12-101-3/+8
* SERVER-43766 Speed up initial syncs and awaitLastStableRecoveryTimestamp in R...William Schultz2019-12-051-3/+11
* SERVER-44820 Remove outer database MODE_X lock when reading the lastAppliedOp...Jason Chan2019-12-051-1/+0
* SERVER-35846 sanitize repl thread namesPavithra Vetriselvan2019-11-071-1/+1