summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Collapse)AuthorAgeFilesLines
* Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match ↵HEADmasterauto-revert-processor2023-05-183-4/+8
| | | | | | the class name" This reverts commit de55cd2ac227dcc8cae2fd021abc291e86b2abb2.
* SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the ↵Kaloian Manassiev2023-05-173-8/+4
| | | | class name
* SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expressionsJuan Gu2023-05-1712-130/+146
|
* SERVER-76908 Fix generation and format of the "createDatabase" op entriesPaolo Polato2023-05-171-8/+17
|
* SERVER-76987 Make oplog notification robust to step-upMatthew Russotto2023-05-161-0/+4
|
* SERVER-76807 Avoid adding opTimes for non-retryable internal transactions to ↵Cheahuychou Mao2023-05-161-1/+2
| | | | the session migration new opTime buffer
* SERVER-77123 Make the readConcern for TransactionResources come from ↵Kaloian Manassiev2023-05-161-7/+3
| | | | prerequisites
* SERVER-72370 Fix incorrect serverless lock usage in Tenant MigrationDidier Nadeau2023-05-161-6/+6
|
* SERVER-77125 Avoid unnecessary construction of NamespaceString on collection ↵Jordi Serra Torrens2023-05-166-13/+13
| | | | acquisitions
* SERVER-76903 Run multi-tenant change stream suites only on all-feature-flags ↵Romans Kasperovics2023-05-161-22/+2
| | | | | | | | | variants Additionally: - remove the invariant that might be triggered by changing the FCV in tests - remove serverless change stream feature flag dependency from change stream option validation - remove serverless change stream feature flag dependency from run_aggregate.cpp
* SERVER-75276 writeConflictRetry should properly be using a ↵Sophia Tan2023-05-1524-398/+372
| | | | NamespaceStringOrUUID instead of a StringData
* SERVER-77025 Wait for index builds to complete on conflicting command ↵Josef Ahmad2023-05-121-12/+47
| | | | application
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to ↵mathisbessamdb2023-05-1215-45/+63
| | | | take in DatabaseName obj
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-112-1/+5
|
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-111-3/+1
|
* SERVER-74491 Make DatabaseName::toString privatemathisbessamdb2023-05-102-5/+6
|
* SERVER-76368 Allow TransactionRouter on a mongod to early reap retryable ↵Jack Mulrow2023-05-101-4/+0
| | | | sessions
* SERVER-76894 eliminate unnecessary OpObserver overrides using OpObserverNoop ↵Benety Goh2023-05-104-725/+8
| | | | for base class
* SERVER-74492 Make DatabaseName::toStringWithTenantId private - unit testmathisbessamdb2023-05-092-130/+130
|
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-0914-84/+178
|
* SERVER-65559 Get rid of legacy range deleter and RangeDeleterService feature ↵Pierlauro Sciarelli2023-05-081-5/+0
| | | | flag
* SERVER-76563 remove OpObserver::_onReplicationRollback() indirectionBenety Goh2023-05-064-15/+8
|
* SERVER-76563 move OpObserver rollback exception handling from inlined ↵Benety Goh2023-05-051-1/+9
| | | | interface function to RollbackImpl
* SERVER-76639 remove OpObserver::preRenameCollection() overloadBenety Goh2023-05-054-8/+8
|
* SERVER-76639 remove OpObserver::onRenameCollection() overloadBenety Goh2023-05-057-14/+23
|
* SERVER-76639 remove OpObserver::onDropCollection() overloadBenety Goh2023-05-0510-16/+21
|
* SERVER-74489 Make NamespaceString::toStringWithTenantId privateSophia Tan2023-05-051-13/+13
|
* Revert "SERVER-75497 Convert ordered containers in CollectionCatalog to ↵Gregory Wlodarek2023-05-041-1/+3
| | | | | | immutable" This reverts commit c4652075a355b6662ad9dc283e71f326d342b13d.
* SERVER-76737: Fix Index Build Race Condition in TMRS TestsChristopher Caplinger2023-05-032-73/+93
|
* SERVER-76289 Block opening new change streams during shard split or shard ↵Mickey. J Winters2023-05-037-0/+60
| | | | merge critical section
* SERVER-74592: Remove Shard Merge path from TMRSChristopher Caplinger2023-05-037-971/+161
|
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-021-3/+1
|
* SERVER-69317 Remove Feature Flag for PM-2213Moustafa Maher Khalil2023-05-012-12/+0
|
* SERVER-76636 Add accumulator to OpObserver::onInsertsMatt Kneiser2023-05-0110-10/+20
|
* SERVER-75237 Refactor TenantMigrationAccessBlockerRegistry and UtilsDidier Nadeau2023-04-2810-223/+181
|
* SERVER-75440 Add new consistency check for preimagesJordi Olivares Provencio2023-04-281-3/+7
|
* SERVER-76580 Allow overriding SerializationContext objs constructed in IDLHugh Tong2023-04-281-6/+10
|
* SERVER-74493 Make DatabaseName constructors private - test filesmathisbessamdb2023-04-274-6/+17
|
* SERVER-73142 Stub out timeseries arbitrary multi-updatesAlyssa Wagenmaker2023-04-271-11/+12
|
* SERVER-76134 Update documentation URL in invalid replica set config error ↵Ali Mir2023-04-271-8/+8
| | | | message
* SERVER-68151 Add a required feature flag IDL parameter of shouldBeFCVGatedHuayu Ouyang2023-04-272-2/+18
|
* SERVER-76562 Add accumulator to OpObserver::onUnpreparedTransactionCommitMatt Kneiser2023-04-274-4/+8
|
* SERVER-74563 remove unused function repl::logInsertOps()Benety Goh2023-04-263-141/+0
| | | | The implementation has been moved to OpObserverImpl.
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-268-23/+21
|
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog ↵Moustafa Maher Khalil2023-04-2614-57/+224
| | | | application failures
* SERVER-70984 Remove now unused 'indexesAffected' flag from various structs ↵Irina Yatsenko2023-04-261-2/+2
| | | | in update
* SERVER-74563 remove unused headers and std imports from oplog.cppBenety Goh2023-04-262-13/+0
| | | | | | Last reference to std::deque was removed in commit 6543f0dea026b6ff9ad6f701a8f6ca62f0679613. Last reference to ""_format() was removed in commit 320b66da2ed0ea95a082560af1ac1fb1800884bb. Last reference to MultiIndexBlock was removed in commit 0b8ad5785098eb5d7537e8f621aa3aa331284e65.
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-2618-18/+94
|
* SERVER-74563 move fail points addDestinedRecipient and ↵Benety Goh2023-04-261-3/+0
| | | | sleepBetweenInsertOpTimeGenerationAndLogOp to op_observer_util
* SERVER-74563 rename repl::_logOpsInner to logOplogRecords() and add to ↵Benety Goh2023-04-262-33/+48
| | | | oplog.h interface