summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rollback_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-281-0/+2
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-181-1/+2
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-2/+1
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-141-1/+2
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-031-2/+4
* SERVER-55305 Add new step to replication rollback to restore the txns table t...Jason Chan2021-05-041-0/+330
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-171-3/+8
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-2/+2
* SERVER-52778 Remove unused 'allowImplictCollectionCreate' from the routerKaloian Manassiev2021-03-041-2/+0
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-36/+37
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-2/+4
* SERVER-33183 Removed the kConvertToCapped type from OplogEntry classAnthony Perkins2020-10-051-9/+1
* SERVER-49030 Make CurOp::_start and CurOp::_end atomicJustin Seyster2020-08-041-1/+5
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-031-2/+4
* SERVER-49151 Fix malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-011-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47070 fixing recursion in util_testGabriel Russell2020-03-241-6/+5
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-2/+1
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-171-1/+1
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-7/+7
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-10/+18
* SERVER-45721 truncation using the oplogTruncateAfterPoint is always non-inclu...Dianna Hohensee2020-01-291-3/+3
* SERVER-44623 Rework JSON generation from BSONObjHenrik Edin2019-12-181-5/+5
* SERVER-44938 Primaries will run applyOps with inner operations that have a 't...Samyukta Lanka2019-12-061-37/+24
* SERVER-37260 Fix unchecked status in replication_coordinator_test_fixture.cpp...Ali Mir2019-10-211-1/+1
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-16/+19
* SERVER-42834: Register an onRollback handler when adding a drop pending names...Daniel Gottlieb2019-08-211-1/+2
* SERVER-42563 Rename and remove try...catch around rollback critical sectionJudah Schvimer2019-08-061-2/+1
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-65/+27
* SERVER-41261 Use the oplog entry after the common point to calculate rollback...Jason Chan2019-07-121-5/+31
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-9/+9
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-9/+9
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-4/+2
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-201-2/+2
* SERVER-41035 Rollback should kill all user operations before taking RSTL lock...Judah Schvimer2019-05-171-0/+46
* SERVER-40566 fix fast count when rolling back a large unprepared transactionBenety Goh2019-05-161-3/+1
* SERVER-40566 add test cases for rolling back unprepared transactionsBenety Goh2019-05-161-0/+118
* SERVER-40614 Make rollback errors fatal between aborting and reconstructing p...Vesselina Ratcheva2019-05-091-78/+63
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-4/+5
* SERVER-39796 Remove oplog name parameter from OplogInterfaceLocal. Remove us...Matthew Russotto2019-04-241-3/+2
* SERVER-39514 Move CollectionCatalogEntry ownership to UUIDCatalogXiangyu Yao2019-04-051-5/+1
* SERVER-40018 Remove ServerTransactionMetrics::getOldestActiveOpTime and suppo...Samy Lanka2019-04-031-27/+0
* Revert "SERVER-35811 disallow committing at the prepareTimestamp and pin stab...Pavi Vetriselvan2019-04-011-3/+0
* SERVER-39507 Transfer Collection ownership to UUIDCatalogDivjot Arora2019-03-201-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-28/+27
* SERVER-38800 rollback fixes collection counts using o2 fields of drop and ren...Benety Goh2019-01-091-4/+7
* SERVER-38684 unshim CollectionBenety Goh2018-12-181-3/+3