summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rollback_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog applic...Moustafa Maher Khalil2023-04-261-1/+1
* SERVER-65974 Replace HistoricalIdentTracker with checkpoint cursorsGregory Wlodarek2023-04-181-4/+0
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+2
* Revert "SERVER-54150 Recovery from a stable checkpoint should fassert on oplo...Moustafa Maher Khalil2023-04-121-1/+1
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-2/+2
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-10/+10
* SERVER-73119 Update top-level prepared txn states during secondary oplog appl...Wenbin Zhu2023-03-291-0/+6
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog applic...Moustafa Maher Khalil2023-03-281-1/+1
* SERVER-74485 Always include tenant in db name attributes in log linesmathisbessamdb2023-03-281-2/+2
* SERVER-73887 Allow untimestamped writes for the entirety of initial sync retryFaustoleyva542023-03-161-1/+1
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-041-1/+1
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-1/+1
* SERVER-71033 Deserialize NamespaceString correctly during rollbackHugh Tong2023-01-131-4/+7
* SERVER-72736 Pull `Collection::makePlanExecutor` up into the query layerKaloian Manassiev2023-01-121-4/+5
* SERVER-69847 Handle repl rollback of global indexesJosef Ahmad2022-09-301-17/+38
* SERVER-65315 Enfore mutual exclusion between serverless operationsDidier Nadeau2022-09-291-0/+2
* SERVER-67123 Add getter for index list in shard roleAllison Easton2022-09-191-0/+1
* Revert "SERVER-65315 Enforce mutual exclusion between serverless operations"Sviatlana Zuiko2022-09-161-2/+0
* SERVER-65315 Enforce mutual exclusion between serverless operationsMatt Broadstone2022-09-151-0/+2
* SERVER-67893 Add _shardsvrDropGlobalIndex commandYu Jin Kang Park2022-09-081-0/+1
* SERVER-67439 Change IndexBuildsCoordinator to take in dbName as DatabaseNameSophia Tan2022-09-061-2/+2
* SERVER-67892 Add _shardsvrCreateGlobalIndex commandJosef Ahmad2022-08-301-0/+1
* SERVER-68421 Remove CommandHelper::parseNsCollectionRequired(StringData dbnam...Sophia Tan2022-08-231-3/+3
* SERVER-68215 make MongoDSessionCatalog a decoration on ServiceContextBenety Goh2022-08-231-1/+2
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-3/+3
* SERVER-68820 Move temp collection cleanup paths out of DatabaseKaloian Manassiev2022-08-151-8/+3
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-2/+2
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-7/+7
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-65971: Have _restoreTxnsTableEntryFromRetryableWrites declare its inte...Daniel Gottlieb2022-07-261-0/+1
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-2/+1
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-1/+1
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-12/+11
* 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-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