summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65084: Ensure backup cursor is opened at time > startMigrationDonorTim...Christopher Caplinger2022-04-152-19/+76
* SERVER-63206 Change CollectionCatalog::_viewsForDatabase to be keyed by Tenan...Sophia Tan2022-04-141-1/+1
* SERVER-65652 Delegate `TickSourceMock` to `ServiceContextMongoDTest`Gregory Noma2022-04-141-1/+1
* SERVER-65495 Reject inconsistent set names in heartbeat responsesMatt Broadstone2022-04-144-2/+67
* SERVER-65297 Run `OplogApplierImplTest` with `wiredTiger`Gregory Noma2022-04-133-55/+113
* SERVER-65455 Constructed ReplSetConfig should always construct the recipientC...mathisbessamdb2022-04-132-4/+45
* Revert "SERVER-64979 Range deleter must start with same range deletion task o...Allison Easton2022-04-111-3/+2
* SERVER-64635 Remove const in return type of _getSyncSourceReadPreference(With...Matthew Russotto2022-04-082-2/+2
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-0721-3127/+63
* SERVER-51236 Merge UncommittedCollections with UncommittedCatalogUpdatesFaustoleyva542022-04-071-2/+2
* SERVER-64979 Range deleter must start with same range deletion task on step upAllison Easton2022-04-071-2/+3
* SERVER-63122: Remove logical cloning procedure for shard merge protocolChristopher Caplinger2022-04-067-70/+81
* SERVER-64083 Add a missing step to create tenant migration access blockers fo...mathisbessamdb2022-04-062-0/+59
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-15/+19
* SERVER-65059 Store recipient connection string in state documentMatt Broadstone2022-04-022-19/+0
* SERVER-61864 Disallow removing custom write concern during reconfig if it is ...Vesselina Ratcheva2022-04-0211-0/+435
* SERVER-64475 Change isOperationVersioned to isComingFromRouterKaloian Manassiev2022-04-011-3/+2
* SERVER-65024 Fix the uniqueness constraint handling for foreground index buildsYuhong Zhang2022-04-011-2/+2
* SERVER-64125 Avoid committing at the stable timestampJordi Olivares Provencio2022-04-011-5/+11
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-016-12/+6
* SERVER-64996 Dump all locks before fasserting on RSTL timeoutAdi Zaimi2022-03-301-0/+4
* SERVER-63838 expose createIndexes and create events from chunkMigration only ...Misha Tyulenev2022-03-297-7/+14
* SERVER-61117 Prevent uncaught errors in ReplicationCoordinatorImpl::startLoad...Vesselina Ratcheva2022-03-291-19/+37
* Revert "SERVER-61117 Prevent uncaught errors in ReplicationCoordinatorImpl::s...Vesselina Ratcheva2022-03-291-37/+19
* SERVER-61117 Prevent uncaught errors in ReplicationCoordinatorImpl::startLoad...Vesselina Ratcheva2022-03-281-19/+37
* SERVER-63457 Add userWriteBlockMode to serverStatus.replGabriel Marks2022-03-252-0/+22
* SERVER-63975 Allow internal connection reads on donor replset when access blo...Hugh Tong2022-03-242-0/+14
* SERVER-63047 Make delete batches fully transactionalJosef Ahmad2022-03-243-0/+6
* SERVER-62785 Write change stream pre-images in the main storage engine transa...Mindaugas Malinauskas2022-03-233-12/+48
* SERVER-61141 Make access blockers for shard mergeA. Jesse Jiryu Davis2022-03-2212-129/+303
* SERVER-63621 Push user write blocking state onto newly added shards in the ad...Jordi Serra Torrens2022-03-223-0/+32
* SERVER-64059: Fetch committed txn entries lte startApplyingDonorOpTimeChristopher Caplinger2022-03-213-12/+12
* SERVER-56571 rename and unprotect invariant.hBilly Donahue2022-03-201-1/+1
* SERVER-63512 Fix locking for optimized heartbeat reconfigMatthew Russotto2022-03-181-9/+12
* SERVER-64517 Recover RecoverableCriticalSection after initialSync and startup...Jordi Serra Torrens2022-03-168-0/+65
* SERVER-63417 Oplog fetcher should not retry when a node is known to be downMatthew Russotto2022-03-1624-40/+417
* SERVER-64487 Fix donor access blocker cleanupA. Jesse Jiryu Davis2022-03-152-8/+19
* SERVER-63512 Use optimized (no isSelf calls) reconfiguration on heartbeat rec...Matthew Russotto2022-03-152-2/+125
* SERVER-64420 Fix split acceptance to successfully complete split operationDidier Nadeau2022-03-141-0/+5
* SERVER-62082 Decrement numAwaitingTopologyChanges on error after waiting in a...Vesselina Ratcheva2022-03-122-7/+93
* SERVER-64428 Fix crash in tenant_migration_donor_initial_sync_recovery.jsA. Jesse Jiryu Davis2022-03-112-4/+9
* SERVER-63397 Abort all index builds during shard mergeA. Jesse Jiryu Davis2022-03-108-102/+250
* SERVER-60754: Ensure primaries write multikey paths in timestamp order.Daniel Gottlieb2022-03-091-103/+98
* SERVER-63090 Recipient garbarge collects itself on primary step upmathisbessamdb2022-03-092-0/+15
* SERVER-63444 Make retryable findAndModify executed in internal transactions r...Cheahuychou Mao2022-03-092-63/+0
* SERVER-63531 Prevent all buildIndexes:false nodes from being included in comm...Louis Williams2022-03-091-9/+8
* SERVER-64304 Prevent a server crash due to index builds started when using th...Gregory Wlodarek2022-03-092-4/+10
* SERVER-63417 Refactor shouldChangeSyncSource and improve tests for it in topl...Matthew Russotto2022-03-083-28/+250
* Revert "SERVER-63417 Refactor shouldChangeSyncSource and improve tests for it...Matthew Russotto2022-03-083-250/+28
* SERVER-63531 Correct error to indicate that non-voting members can be include...Louis Williams2022-03-081-1/+1