summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_recovery.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65273 Enhance waiting API of oplog buffer.Matthew Russotto2022-05-121-1/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-10/+0
* SERVER-64627 Refactor onInitialSyncComplete and onStartupRecoveryComplete int...Vesselina Ratcheva2022-04-211-0/+7
* SERVER-64304 Prevent a server crash due to index builds started when using th...Gregory Wlodarek2022-03-091-4/+9
* SERVER-62745: Clear appliedThrough after startupRecoveryForRestoreLingzhi Deng2022-02-021-0/+5
* SERVER-58410: Make minValid writes untimestampedLingzhi Deng2022-01-151-1/+26
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-8/+3
* SERVER-61379 ReconstructPreparedTransactions should not run during startup re...Matthew Russotto2021-11-121-2/+3
* SERVER-57828 Complete initial sync and doing replication recoveryMoustafa Maher Khalil2021-10-251-11/+25
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-1/+2
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-2/+4
* SERVER-58392 Unpin durable history on rollback to refetchDan Larkin-York2021-07-201-1/+8
* SERVER-57176 Set 'validateFeaturesAsPrimary=false' while in replication recoveryVesselina Ratcheva2021-06-171-0/+16
* SERVER-54666 Use earlier oplog entry if recovery timestamp cannot be found in...Vesselina Ratcheva2021-06-081-1/+47
* SERVER-55305 Add new step to replication rollback to restore the txns table t...Jason Chan2021-05-041-0/+4
* SERVER-55766 Introduce an optimized "for restore" startup replication recover...Matthew Russotto2021-04-291-15/+89
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-1/+1
* SERVER-55070 Separate OpTime and WallTime in IDL, aviod parsing entire oplog ...Wenbin Zhu2021-03-311-6/+5
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-1/+1
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-291-1/+1
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-2/+3
* SERVER-51049 Cannot assume recovery timestamp can be found in oplogMatthew Russotto2020-12-031-9/+39
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-52624: Cache the pointer to the oplog collection before running recove...Lingzhi Deng2020-11-061-0/+3
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-2/+2
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-1/+3
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1
* SERVER-48149 Move callers of RecoveryUnit::waitUntilDurable onto JournalFlush...Dianna Hohensee2020-08-281-1/+2
* SERVER-44349 Clean up some logging in replication recoveryWilliam Schultz2020-07-141-10/+8
* SERVER-47844 Set the stable timestamp without using the stable optime candida...William Schultz2020-06-301-7/+1
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-121-0/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-9/+6
* SERVER-41873 Remove most remaining uses of 'oplogReplay' flagDavid Storch2020-03-261-4/+2
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-63/+56
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-56/+83
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rulesLingzhi Deng2020-03-131-20/+10
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-46488 recoverFromOplogUpTo should use the recovery timestampGregory Wlodarek2020-02-281-9/+9
* SERVER-45567 converting the remainder of the users of MONGO_LOG_COMPONENT and...Gabriel Russell2020-02-281-10/+22
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-281-2/+4
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-12/+12
* SERVER-46185 Add StorageInterface utilities for replicate before journaling c...Dianna Hohensee2020-02-191-63/+39
* SERVER-46108 Improvements to validate dbtest test failure debuggingDianna Hohensee2020-02-191-1/+1
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-63/+129
* SERVER-45839 recoverFromOplogUpTo should not invariant if there are no oplog ...Gregory Wlodarek2020-01-301-3/+20
* SERVER-45842 Remove assertion that checks whether the last applied oplog entr...Gregory Wlodarek2020-01-291-6/+1
* SERVER-45721 truncation using the oplogTruncateAfterPoint is always non-inclu...Dianna Hohensee2020-01-291-20/+29
* SERVER-44442 Allow queryableBackupMode to perform replication recoveryGregory Wlodarek2020-01-061-25/+89
* SERVER-44612 recoverFromOplogAsStandalone with takeUnstableCheckpointOnShutdo...Judah Schvimer2019-12-021-0/+87