summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-017-25/+26
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-012-4/+11
* SERVER-58502 mongos hello loadBalanced optionBilly Donahue2021-08-301-0/+6
* SERVER-51075: Remove FCV checks for :2 oplog entriesEthan Zhang2021-08-261-12/+0
* SERVER-59516: Create opCtx outside of lock in oplog fetcherXueruiFa2021-08-241-1/+1
* SERVER-59413 Make sure tenant_migration_fetch_committed_transactions_retry.js...Jason Chan2021-08-242-15/+17
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-2320-65/+90
* SERVER-58122 Replace searching logs for invariant failure with failpoint usag...ali-mir2021-08-201-0/+8
* SERVER-59293 Remove featureFlagDefaultReadConcernLocalSamy Lanka2021-08-201-8/+0
* SERVER-54730 Remove featureFlagUseSecondaryDelaySecsali-mir2021-08-201-8/+0
* SERVER-59438 clean up db/catalog/SConscript LIBDEPSBenety Goh2021-08-191-0/+4
* SERVER-53354 Remove generic FCV references in isVersionCompatible function in...ali-mir2021-08-195-143/+36
* SERVER-59089 Link to latest reconfig TLA+ spec, not v4.4A. Jesse Jiryu Davis2021-08-181-5/+2
* SERVER-59081 Remove logic to perform reconfig when upgrading / downgrading on...ali-mir2021-08-187-198/+9
* SERVER-49382: Remove FCV check in ReplSetHeartbeatArgsV1::addToBSONLingzhi Deng2021-08-181-7/+1
* SERVER-52936 Remove featureFlagTenantMigrationJason Chan2021-08-182-11/+1
* SERVER-48903 Update the replication architecture guide with two phase index b...Gregory Wlodarek2021-08-181-0/+11
* SERVER-57617 Have the OplogFetcher in Tenant Migrations do an aggregation que...Jason Chan2021-08-176-46/+210
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-145-7/+5
* SERVER-59227 Remove featureFlagDefaultWriteConcernMajorityMoustafa Maher2021-08-122-11/+1
* SERVER-48545 Remove upgrade/downgrade support for initial sync semantics proj...Huayu Ouyang2021-08-1110-111/+2
* SERVER-58154 Use server parameter initialSyncMethod to run either FCBIS or lo...Carolyn Duan2021-08-116-19/+42
* SERVER-54735 Make AsyncTry-Until loops set results to ShutdownInProgress on e...Amirsaman Memaripour2021-08-102-13/+1
* SERVER-59206 Remove the accidentally added comment line for tenant_migration_...Wenbin Zhu2021-08-101-1/+1
* SERVER-57194 Fix unit-tests to run with lock-free reads enabledDianna Hohensee2021-08-101-24/+0
* SERVER-59074 Do not acquire storage tickets just to set/wait on oplog visibilityGregory Wlodarek2021-08-102-7/+15
* SERVER-58438 Speed up tenant migration retryable write pre-fetch pipeline by ...Wenbin Zhu2021-08-091-37/+48
* SERVER-55415: Store retryable images in the side collection by default.Daniel Gottlieb2021-08-091-4/+5
* SERVER-57737 Index builds must save and restore the collection scanning curso...Dianna Hohensee2021-08-091-2/+14
* SERVER-54206 SERVER-54208 Create a non-blocking API for the Fetcher class (or...Jason Zhang2021-08-052-24/+30
* SERVER-58068 Multi updates interrupted by tenant migration should wait for mi...Jack Mulrow2021-08-045-20/+62
* SERVER-59026 Move TLA+ dir from repl/ to mongo/A. Jesse Jiryu Davis2021-08-0415-1829/+3
* SERVER-58735 Repurpose LastError for NotPrimaryError trackerYoonsoo Kim2021-08-043-7/+7
* SERVER-58353 re-enable failing replication testsTyler Seip2021-08-041-5/+11
* SERVER-56846 Fail reconfig for shard server if it would change DWCF and CWWC ...Moustafa Maher2021-08-036-18/+70
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-0226-82/+79
* SERVER-57262 Relax vote constraint to allow voting for candidates with newer ...Wenbin Zhu2021-08-023-15/+24
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-312-3/+5
* SERVER-55589 setMaintenanceMode should take RSTL in X modeVishnu Kaushik2021-07-2312-39/+61
* SERVER-58744 applyOps on capped collections can violate the multi-timestamp c...Gregory Wlodarek2021-07-221-9/+13
* SERVER-56800 Fail addShard if CWWC disagrees with existing CWWC on clusterMoustafa Maher2021-07-223-0/+12
* SERVER-53437 Fix formatting error in default write concern section in replica...ali-mir2021-07-221-1/+1
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-221-1/+0
* SERVER-57802 Create InitialSyncerBase and InitialSyncerFactory classesHuayu Ouyang2021-07-218-70/+336
* SERVER-53437 Architecture Guide updates for Change the Default Write Concern ...ali-mir2021-07-211-0/+78
* SERVER-56479 Server logging of BSON containing BinData does not roundtripMark Benvenuto2021-07-203-4/+4
* SERVER-58392 Unpin durable history on rollback to refetchDan Larkin-York2021-07-203-8/+20
* SERVER-58385 StorageInterfaceImpl::setIndexIsMultikey() looks up collection b...Benety Goh2021-07-202-2/+2
* SERVER-58385 add SetIndexIsMultikeyLooksUpCollectionByUUID test case to Stora...Benety Goh2021-07-201-0/+12
* SERVER-58385 StorageInterface::setIndexIsMultikey() accepts collection UUIDBenety Goh2021-07-196-17/+37