summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/bgsync.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-42555 Remove out-of-date comments of SERVER-27120.Siyuan Zhou2019-10-311-7/+0
* SERVER-44061: Fix race between setting replication maintenance mode and concu...Lingzhi Deng2019-10-301-1/+6
* SERVER-39484 IndexBuildsCoordinator receives notifications on rollback/step u...Benety Goh2019-10-181-0/+3
* SERVER-34722 Add new server status metrics about oplog applicationJudah Schvimer2019-10-111-0/+32
* SERVER-42997 Make OplogApplier::enqueue blockingMihai Andrei2019-10-071-4/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-17/+17
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-4/+4
* SERVER-41502 Track the number of times primary catchup concludes for each rea...Medha Potluri2019-08-131-2/+10
* SERVER-29803 Add replSetGetStatus field tooStaleA. Jesse Jiryu Davis2019-07-101-11/+8
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+5
* SERVER-39796 Remove oplog name parameter from OplogInterfaceLocal. Remove us...Matthew Russotto2019-04-241-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39139 Make lock mode for ReplicationStateTransitionLockGuard configurableVesselina Ratcheva2019-03-061-1/+1
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...Shreyas Kalyan2019-02-261-1/+1
* SERVER-39538 Convert replication setParameters to IDLJonathan Reams2019-02-261-27/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* Revert "SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsReco...Gregory Wlodarek2019-01-231-1/+1
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-31/+14
* SERVER-38282 RSTL lock guard refactoringSiyuan Zhou2019-01-111-1/+1
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-101-1/+1
* Revert "SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsReco...Gregory Wlodarek2019-01-041-1/+1