summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60701 Block reads to local database from user connections while in Fil...Matthew Russotto2021-11-013-0/+28
* SERVER-61007 ReplSetGetStatus calls storage with no lockHuayu Ouyang2021-10-2911-17/+80
* SERVER-58756 Move ApplyOpsCommandInfo into a separate libraryCheahuychou Mao2021-10-295-156/+262
* SERVER-58756 Store stmtIds for the operations in retryable internal transacti...Cheahuychou Mao2021-10-293-20/+47
* SERVER-54909 Report last durable and last applied operation wall times for al...Vesselina Ratcheva2021-10-271-0/+5
* SERVER-59519 Fold repl_settings.idl into repl_server_parameters.idlReo Kimura2021-10-275-66/+31
* SERVER-60931 oplog application delegates UUID lookup to processCollModCommand()Benety Goh2021-10-271-11/+4
* Revert "SERVER-59907 Add an explicit stage field to tenant migration currentO...Vesselina Ratcheva2021-10-272-97/+7
* Revert "SERVER-59907 Add an explicit stage field to tenant migration currentO...Vesselina Ratcheva2021-10-274-125/+29
* SERVER-60931 pass CollMod details to coll_mod.cpp using IDL typeBenety Goh2021-10-261-2/+5
* SERVER-60509 onReplicationRollback should crash on failureJason Chan2021-10-263-9/+11
* SERVER-57828 Complete initial sync and doing replication recoveryMoustafa Maher Khalil2021-10-253-15/+36
* Revert "SERVER-59495 Donor and recipient tenant migration state machines will...Suganthi Mani2021-10-2510-193/+69
* SERVER-60869 Re-add logic to set feature compatibility version on arbitersali-mir2021-10-251-0/+9
* SERVER-60828 Allow ignoring recover to stable timestamp invariant in setMinVa...ali-mir2021-10-255-7/+21
* SERVER-60752 PrimaryOnlyService conflict detection APIA. Jesse Jiryu Davis2021-10-258-15/+66
* SERVER-60537 Support clustering non-explicitly replicated collections by arbi...Josef Ahmad2021-10-251-1/+6
* SERVER-60782: ThreadPool::waitForIdle should not be called concurrently with ...Lingzhi Deng2021-10-251-3/+4
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-10-2310-69/+193
* SERVER-60645 Recoverability of recipient shard critical section of a moveChun...Jordi Serra Torrens2021-10-221-0/+1
* SERVER-60579 - Adding a feature flag for shard splitmathisbessamdb2021-10-211-0/+5
* SERVER-59219 Check oplog visibility lock semantics for possible deadlockDan Larkin-York2021-10-211-0/+1
* SERVER-59907 Add an explicit stage field to tenant migration currentOp output...Vesselina Ratcheva2021-10-204-29/+125
* SERVER-60509 make OpObserver::OnReplicationRollback noexceptJason Chan2021-10-193-3/+6
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObservers (Part 2)Kaloian Manassiev2021-10-1911-36/+35
* SERVER-59907 Add an explicit stage field to tenant migration currentOp output...Vesselina Ratcheva2021-10-182-7/+97
* Revert "SERVER-59907 Add an explicit stage field to tenant migration currentO...Kaloian Manassiev2021-10-182-97/+7
* SERVER-59907 Add an explicit stage field to tenant migration currentOp output...Vesselina Ratcheva2021-10-182-7/+97
* SERVER-60585 - Update uses of sliceMerge in the codebase to not refermathisbessamdb2021-10-151-3/+3
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObserversKaloian Manassiev2021-10-159-17/+17
* SERVER-59409 Fix race between reconfig replication and stepupAndrew Shuvalov2021-10-141-2/+42
* SERVER-56127 Fixing retryable writes on update and delete commands to not exe...Bobby Morck2021-10-142-0/+23
* SERVER-59798 Display clusteredIndex in listIndexes for clustered collectionsHaley Connelly2021-10-132-1/+11
* Revert "SERVER-56127 Fixing retryable writes on update and delete commands to...Ethan Zhang2021-10-132-23/+0
* SERVER-60606 Abort index builds conflicting with emptycapped during initial syncYuhong Zhang2021-10-121-0/+1
* SERVER-60515 Add local.replset.election namespace as a constant to namespace_...ali-mir2021-10-121-15/+30
* SERVER-60468 Check that replication is not shutting down before using _initia...Huayu Ouyang2021-10-111-18/+18
* SERVER-59108 Resolve race with transaction operation not killed after stepdownVesselina Ratcheva2021-10-111-0/+4
* SERVER-56127 Fixing retryable writes on update and delete commands to not exe...Bobby Morck2021-10-082-0/+23
* SERVER-60544 Replace remaining references to slaveDelay in replication systemali-mir2021-10-085-19/+18
* SERVER-60424 Have TenantOplogFetcher recreate cursors with initial maxTimeoutJason Chan2021-10-081-1/+5
* SERVER-57827 Allow putSingleton override in storage_interface_mock.h and main...ali-mir2021-10-073-4/+17
* SERVER-59041 Update replication architecture guide for the relaxed voting con...Wenbin Zhu2021-10-061-6/+7
* SERVER-58636 Allow initial syncing nodes to see entries from uncommitted batc...Vesselina Ratcheva2021-10-041-0/+12
* SERVER-60153 Replenish INFO level logging for elections and repl startup.Wenbin Zhu2021-10-044-25/+71
* SERVER-58721 Set stable timestamp during replSetInitiateVesselina Ratcheva2021-10-044-7/+39
* SERVER-60343 Single-phase index builds perform timestamped catalog writes on ...Gregory Wlodarek2021-10-043-0/+6
* SERVER-57806 Handle fallback to logical initial sync if FileCopyBasedInitialS...Huayu Ouyang2021-10-015-80/+131
* SERVER-60351 writing last vote to local.replset.election should not acquire P...Benety Goh2021-10-011-0/+5
* SERVER-57817 Build BackupFileCloner class (based on InitialSyncCloner)Matthew Russotto2021-09-282-10/+22