summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rollback_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-1/+0
* SERVER-63218 Backup cursor returns the namespace and UUID at the checkpoint t...Gregory Wlodarek2022-02-221-0/+4
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+3
* SERVER-63058 Change StorageEngineImpl::listDatabases() to return a list of Te...Sophia Tan2022-01-281-10/+11
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-1/+1
* SERVER-61977 Concurrent rollback and stepUp can cause a node to fetch from a ...Moustafa Maher Khalil2022-01-101-0/+2
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-6/+7
* SERVER-60096: Add rollbackHangCommonPointBeforeReplCommitPoint failpo…XueruiFa2021-09-211-4/+5
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-4/+4
* SERVER-58122 Replace searching logs for invariant failure with failpoint usag...ali-mir2021-08-201-0/+8
* SERVER-58370 dangling refs in RollbackImpl log statementBilly Donahue2021-07-081-3/+8
* SERVER-56585 replace MONGO_COMPILER_VARIABLE_UNUSED with c++17 attribute mayb...Benety Goh2021-05-041-1/+1
* SERVER-55305 Add new step to replication rollback to restore the txns table t...Jason Chan2021-05-041-0/+83
* SERVER-55070 Separate OpTime and WallTime in IDL, aviod parsing entire oplog ...Wenbin Zhu2021-03-311-3/+3
* SERVER-48179 Allow transition to SECONDARY at the end of rollback even it was...Wenbin Zhu2021-03-161-1/+5
* SERVER-52778 Remove unused 'allowImplictCollectionCreate' from the routerKaloian Manassiev2021-03-041-1/+0
* SERVER-50710 Consolidate SBE and classic yielding pathsDavid Storch2021-03-031-1/+1
* SERVER-53581: Refactor TenantMigrationAccessBlockLingzhi Deng2021-02-011-2/+2
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-11/+11
* SERVER-49737 delete dead codemoustafamaher2020-12-101-1/+0
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-6/+6
* SERVER-49177 Make "start blocking" write's onAbort handler call TenantMigrati...Cheahuychou Mao2020-10-091-1/+0
* SERVER-33183 Removed the kConvertToCapped type from OplogEntry classAnthony Perkins2020-10-051-1/+0
* SERVER-51142: Log and apply importCollection oplog entryLingzhi Deng2020-10-021-0/+18
* SERVER-48940 Make replication rollback clear and recover a tenant migration d...Cheahuychou Mao2020-09-281-0/+4
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-3/+3
* SERVER-50344 Rename Client methods to clarify that they are about being kille...Spencer T Brody2020-08-251-1/+1
* SERVER-50105 check return value from IndexBuildsCoordinator::abortIndexBuildB...Benety Goh2020-08-131-1/+2
* SERVER-47845 Remove usage of ReplicationCoordinator::DataConsistency typeWilliam Schultz2020-07-161-2/+1
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-2/+3
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-14/+9
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47252 IndexBuildsCoordinator shutdown and index build wait functions a...Benety Goh2020-04-081-1/+1
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-25/+24
* SERVER-46517: Clean up incrementTopologyVersion and setFollowerModeStrictLingzhi Deng2020-03-191-2/+1
* SERVER-46558 Abort index builds only after transitioning to rollback and when...Louis Williams2020-03-181-18/+12
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-154/+133
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-171-7/+5
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-62/+52
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45405 Allow implicit collection creation inside multi-doc txnsMaria van Keulen2020-02-191-2/+4
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-109/+239
* SERVER-45721 truncation using the oplogTruncateAfterPoint is always non-inclu...Dianna Hohensee2020-01-291-33/+6
* SERVER-45558 Revert logging additions for TLA+ Trace Checker projectA. Jesse Jiryu Davis2020-01-291-1/+0
* SERVER-43589 Trace logging for RaftMongo.tlaA. Jesse Jiryu Davis2019-12-101-0/+1
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-3/+3
* SERVER-39451 Support recover-to-stable rollback for two-phase index buildsLouis Williams2019-11-141-6/+3
* SERVER-43936 Implement simpler, quicker python based C++ linterMark Benvenuto2019-10-251-1/+0
* SERVER-42825 Log and track metrics.repl.stateTransition counters after stoppe...Xuerui Fa2019-10-161-5/+10
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-1/+2