summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70671: Shard Merge copies change collections and cluster paramsChristopher Caplinger2023-01-1111-112/+151
* SERVER-69193 Timestamp index build aborts during the oplog replay phase of in...Gregory Wlodarek2023-01-111-0/+8
* SERVER-72499 Make SplitPrepareSessionManager accessible through replication c...Wenbin Zhu2023-01-118-4/+36
* SERVER-72574 Dump lock manager before RSTL timeout for stepdownGregory Noma2023-01-101-26/+21
* SERVER-72118 Add implementation for the SplitPrepareSessionManager class.Wenbin Zhu2023-01-104-12/+211
* SERVER-72000 Send commit decision in recipientForgetMigration for mergeDidier Nadeau2023-01-102-9/+16
* SERVER-72500: Change oplog application to work on batches of ApplierOperation...Daniel Gottlieb2023-01-1016-90/+119
* SERVER-72584 ensure that oplog entries for partial transactions have both log...Benety Goh2023-01-061-0/+5
* SERVER-72453 Support adding config server as a shard with basic operationsJack Mulrow2023-01-031-7/+22
* SERVER-66283 Correct tailable cursor support on unreplicated capped collectionsLouis Williams2022-12-291-0/+4
* SERVER-72400 Shard merge recipient doesn't need explicit reload views for sys...Suganthi Mani2022-12-271-10/+0
* SERVER-72399 Remove stale tenantMigrationInfo code from create oplog entry.Suganthi Mani2022-12-271-5/+0
* SERVER-72214 Recover merge tenant access blocker on restart/rollbackDidier Nadeau2022-12-231-36/+51
* SERVER-71263 Create RTAB at the start of merge using the tenantIdsDidier Nadeau2022-12-227-72/+215
* SERVER-65364 Allow fine-grained selection of indexes to updateAlberto Massari2022-12-212-4/+12
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-211-1/+3
* Revert "SERVER-72088 Use ShardRemote for config shard in ShardRegistry"Jack Mulrow2022-12-201-3/+1
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-201-1/+3
* SERVER-70634: Fix data race in _implicitDefaultWriteConcernMajorityLingzhi Deng2022-12-161-6/+2
* SERVER-71262 Add tenantIds field to shard merge state documents and tenant mi...Didier Nadeau2022-12-163-3/+41
* SERVER-71653 Create a skeleton for the new SplitPrepareSessionManager class.Wenbin Zhu2022-12-153-0/+153
* SERVER-68985 Tenant migration donor should set _forgetMigrationDurablePromise...Esha Maharishi2022-12-141-5/+5
* SERVER-70193 Add sendTxnCommand to async rpc APIJason Chan2022-12-141-4/+9
* SERVER-72085 Add ReplicaSetAwareService method to observe setting replica set...Jack Mulrow2022-12-147-0/+44
* SERVER-71186 Tenant migration access blocker registry to use TenantId object ...mathisbessamdb2022-12-132-2/+24
* SERVER-72076 Check multitenancySupport server parameter before setting tid fi...jannaerin2022-12-131-3/+5
* SERVER-72006 add OpObserver::onTransactionStart()Benety Goh2022-12-133-0/+6
* SERVER-71754 Define a new remote command to notify the completion of an addSh...Enrico Golfieri2022-12-122-1/+11
* SERVER-71187 Index Build Coordinator to use TenantId object instead of String...mathisbessamdb2022-12-092-0/+19
* SERVER-71260 Add tenantIds parameter to donorStartMigrationDidier Nadeau2022-12-091-11/+32
* SERVER-71657 OpObserver::onUnpreparedTransactionCommit() does not modify Tran...Benety Goh2022-12-083-3/+3
* SERVER-71657 OpObserver::preTransactionPrepare() does not modify TransactionO...Benety Goh2022-12-086-14/+15
* SERVER-71657 OpObserver::onTransactionPrepare() accepts TransactionOperationsBenety Goh2022-12-083-3/+3
* SERVER-69152 Always acquire the client lock before setting LSIDSaman Memaripour2022-12-083-23/+41
* Revert "SERVER-71187 Index Build Coordinator to use TenantId object instead o...mathisbessamdb2022-12-072-19/+0
* SERVER-71187 Index Build Coordinator to use TenantId object instead of String...mathisbessamdb2022-12-072-0/+19
* SERVER-71683 Tenant collection cloner reads the next batch from socket buffer...Suganthi Mani2022-12-073-161/+17
* SERVER-71873: Update access blocker util methods to use DatabaseNameChristopher Caplinger2022-12-068-44/+65
* SERVER-71184 Shard Split State Document to use array<tenant_id>mathisbessamdb2022-12-052-4/+5
* SERVER-71797 un-inline MutableOplogEntry::setTid()Benety Goh2022-12-025-11/+17
* SERVER-59673 Exclude profiling from taking RSTL lockJordi Olivares Provencio2022-12-024-16/+70
* SERVER-70573 Create feature flag for applying prepared txns in parallel.Wenbin Zhu2022-12-021-0/+4
* SERVER-71488 TransactionOperations::getApplyOpsInfo() returns prepared transa...Benety Goh2022-11-282-2/+2
* SERVER-68867 Add simplecpplint check for UninterruptibleLockGuardYu Jin Kang Park2022-11-254-5/+9
* SERVER-69229: Drop donated files collection when marking as garbageChristopher Caplinger2022-11-232-12/+24
* SERVER-67241 Log metrics for first ingress hello commandVojislav Stojkovic2022-11-221-2/+14
* SERVER-71367 Make getDocumentKey get the shardKeyPattern from collectionPtr i...Jordi Serra Torrens2022-11-222-3/+5
* SERVER-70432 Change CollectionCloner to be tenant awarejannaerin2022-11-196-26/+129
* SERVER-71179 Update the ShardSplitCommands to use the TenantId classmathisbessamdb2022-11-181-0/+22
* SERVER-69237 Make preImage doc available to CollectionUpdateArgsIsrael Hsu2022-11-182-7/+7