summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55766 Introduce an optimized "for restore" startup replication recover...Matthew Russotto2021-04-294-18/+115
* SERVER-55689 Calculate default write concern on startupAli Mir2021-04-297-0/+212
* SERVER-56188 Nested applyOps can hold onto global X lock while blocking on mi...Jason Zhang2021-04-291-58/+20
* SERVER-55873 Force secondaries to apply each write to config.localReshardingO...Blake Oler2021-04-291-0/+11
* SERVER-47123 remove AutoGetOrCreateDb from repl::StorageInterfaceImplBenety Goh2021-04-291-4/+5
* SERVER-56054: Change minThreads value for replication writer thread pool to 0Lingzhi Deng2021-04-285-9/+31
* SERVER-47123 remove AutoGetOrCreateDb from non-catalog unit testsBenety Goh2021-04-281-3/+3
* SERVER-55501 Avoid element-wise iteration and copy when appending to an objec...Dan Larkin-York2021-04-281-1/+11
* SERVER-55882: Invalidate in-memory transactions when fetching committed trans...XueruiFa2021-04-281-0/+7
* SERVER-56353 Cleanup incomplete chunks from a failed pre-5.0 shard/dropCollec...Kaloian Manassiev2021-04-281-2/+2
* SERVER-55353: Ignore pre/post image when tenant oplog batcher can't find oneLingzhi Deng2021-04-283-20/+29
* SERVER-55305 Do not coalesce updates across different txnNumbers for retryabl...Jason Chan2021-04-275-13/+85
* SERVER-55913 Display recipient and donor access blocker status in serverStatu...Vishnu Kaushik2021-04-274-19/+29
* SERVER-56367 Fix race when enabling failpoint in tenant migration recipient t...Wenbin Zhu2021-04-271-28/+31
* SERVER-54030 Validate state transitions in TenantMigrationAccessBlockerCheahuychou Mao2021-04-265-66/+165
* SERVER-53711 Update header comment in TenantMigrationAccessBlockerCheahuychou Mao2021-04-261-37/+39
* SERVER-56293: Fix out of scope opCtx capture in checkIfCanReadOrBlockLingzhi Deng2021-04-231-14/+15
* SERVER-55051: Donor should block non-timestamped reads after migration has co...Lingzhi Deng2021-04-238-36/+64
* SERVER-16049 Replicate capped collection deletesGregory Wlodarek2021-04-231-3/+11
* SERVER-16049 TenantOplogApplier does not enforce operation constraintsGregory Wlodarek2021-04-231-0/+1
* SERVER-55359 pre/post image ops after startFetchingDonorOpTime should be filt...Pavi Vetriselvan2021-04-221-25/+45
* SERVER-56248 Refactor logic for aborting a tenant migration donorJack Mulrow2021-04-223-50/+59
* SERVER-55473 DBClientBase::_auth returns original status instead of Authentic...Wenbin Zhu2021-04-221-7/+1
* SERVER-55355: Retry tenant migration on oplog fetcher errorsXueruiFa2021-04-212-5/+23
* SERVER-55380 Serialize oplog application of writes to the tenant migration na...Jason Chan2021-04-212-4/+66
* SERVER-55229 Implement and test recipient cloner stats after failoverVishnu Kaushik2021-04-216-65/+351
* SERVER-53790 Test tenant migration recipient respects the provided read prefe...Wenbin Zhu2021-04-211-5/+152
* SERVER-54207 Add test coverage for interrupting tenant migration donor operat...Jason Zhang2021-04-202-10/+21
* SERVER-55687 Add function to calculate write concern default formulaMoustafa Maher2021-04-203-6/+67
* SERVER-55193 Support back-to-back tenant migrationsJason Chan2021-04-128-93/+240
* SERVER-55780 Simplify cancellation for tenant migration donorsJack Mulrow2021-04-092-198/+136
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-093-5/+5
* SERVER-54696 Serialize DDL operations on step-upTommaso Tocci2021-04-096-8/+14
* SERVER-54829 Avoid crashing during kUpgrading/kDowngrading state if config ha...Pavi Vetriselvan2021-04-084-43/+70
* Revert "SERVER-54696 Serialize DDL operations on step-up"Tommaso Tocci2021-04-086-14/+8
* SERVER-54696 Serialize DDL operations on step-upTommaso Tocci2021-04-076-8/+14
* SERVER-53807: Add tenant migrations passthrough coverage for transactionsXueruiFa2021-04-071-1/+2
* SERVER-55762 Fix secondaryDelaySecs upgrade FCV checks when 4.9 becomes last-...Pavi Vetriselvan2021-04-061-0/+5
* SERVER-53438 Create Feature flag for Change the Default Write Concern to Majo...Moustafa Maher2021-04-061-0/+7
* SERVER-55559 StorageInterfaceImpl should use bounded collection scans on clus...Louis Williams2021-04-064-17/+53
* SERVER-55357: Start a new retryable write chain on each migrationLingzhi Deng2021-04-053-21/+46
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-025-14/+14
* SERVER-55744: Use kTenantMigration log component verbosity in tenant_migratio...XueruiFa2021-04-021-1/+1
* SERVER-54829 consolidate validateConfigForReconfig paths into a single onePavi Vetriselvan2021-04-024-60/+47
* SERVER-54924 awaitReplication errors are too easily ignoredMoustafa Maher2021-04-011-1/+1
* SERVER-34938 Secondary slowdown or hang due to content pinned in cache by sin...Moustafa Maher2021-04-012-1/+7
* SERVER-55598: Avoid parsing oplog entries again in _logOpsInner for abortInde...Lingzhi Deng2021-03-313-70/+67
* SERVER-54486: Clear resharding filtering metadata on primary stepUp.Daniel Gottlieb2021-03-311-89/+101
* SERVER-55070 Separate OpTime and WallTime in IDL, aviod parsing entire oplog ...Wenbin Zhu2021-03-3116-96/+98
* SERVER-55547 Make tenant migration donor abort index builds before fetching keysJack Mulrow2021-03-312-23/+41