summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61633 Join _oplogFetcherExecutor in resharding recipient at exit.Max Hirschhorn2021-11-204-0/+17
* SERVER-54909 Report last durable and last applied operation wall times for al...Vesselina Ratcheva2021-11-191-0/+5
* SERVER-61532 Expose opcounters to detect constraint violationsJudah Schvimer2021-11-192-9/+88
* SERVER-61496 [SBE] Fix handling of nested SORT_MERGE stages in buildSortMergeMihai Andrei2021-11-191-14/+56
* SERVER-61307 Add context to 'partitionBy' optimization errorsNicholas Zolnierz2021-11-191-1/+9
* SERVER-61565 Data race in TenantMigrationRecipientServiceA. Jesse Jiryu Davis2021-11-191-14/+27
* SERVER-59721 Stop using the minValid optime when resolving a sync sourceSamy Lanka2021-11-183-11/+2
* SERVER-60632 return NamespaceExists from mongos when dropTarget=falsePierlauro Sciarelli2021-11-182-2/+2
* SERVER-58736 Add BatchedCollectionCatalogWriter classHenrik Edin2021-11-175-0/+205
* SERVER-61039 Make sharded time-series listIndexes report the view's namespaceArun Banala2021-11-171-1/+1
* SERVER-61482 Avoid resharding holding open an oplog hole on configsvr.Max Hirschhorn2021-11-171-7/+19
* SERVER-61483 Fix resharding coordinator to recover its abort decision.Max Hirschhorn2021-11-161-0/+5
* SERVER-61473 Make ReshardingMetrics::onCompletion() idempotent.Max Hirschhorn2021-11-162-0/+12
* SERVER-60969 Race in tenant migration state machine, try 2A. Jesse Jiryu Davis2021-11-162-9/+111
* SERVER-59806 Change upsert for insert when writing chunks in create sharded c...Marcos Jose Grillo Ramirez2021-11-151-33/+30
* SERVER-60567 Acquire AutoGetDB before parsing and verify collection existence...Mihai Andrei2021-11-132-14/+25
* SERVER-61353: Remove development version warning logVarun Ravichandran2021-11-121-11/+0
* SERVER-60946 Retry NotWritablePrimary error when initiating replset to handle...Wenbin Zhu2021-11-121-1/+3
* SERVER-61027 Add permitMigration flag to prevent balancer rounds and migratio...Marcos José Grillo Ramirez2021-11-124-2/+14
* SERVER-51329: Fix Unexpected non-retryable error when shutting down aKshitij Gupta2021-11-123-6/+11
* SERVER-59719 Ensure resharding commit/abort completes before verifyingBrett Nawrocki2021-11-115-31/+28
* SERVER-61309 Fix time-series bucket lock reacquisition logicDan Larkin-York2021-11-094-124/+132
* SERVER-60616: change hash to use kAnyNumberOfArgsNeil Shweky2021-11-081-1/+1
* SERVER-60869 Re-add logic to set feature compatibility version on arbitersr5.1.0-rc3ali-mir2021-11-021-0/+9
* SERVER-59925 Stress test time-series insertsGregory Noma2021-11-023-5/+15
* SERVER-61094 Use a dedicated pooled KeyString builder per indexHenrik Edin2021-11-0213-60/+91
* SERVER-56483 Adding indexName to execution stats explain output for ix_scan a...Bobby Morck2021-11-011-0/+1
* SERVER-60782: ThreadPool::waitForIdle should not be called concurrently with ...Lingzhi Deng2021-11-011-3/+4
* SERVER-61108 Remove wtimeout from resharding coordinator write concernLuis Osta2021-11-011-10/+9
* SERVER-61034 Don't always add extra match to $graphLookupTed Tuckman2021-11-011-3/+10
* SERVER-61106 Use woCompare to generate timeseries summariesDan Larkin-York2021-10-301-1/+1
* SERVER-61052 Remove wtimeout from resharding write concernLuis Osta2021-10-292-2/+11
* SERVER-60762 Error when partitionBy is a constant arrayDavid Percy2021-10-291-2/+6
* Revert "SERVER-60081 Make ChunkVersion::IGNORED not consider the migration cr...Kaloian Manassiev2021-10-291-12/+13
* SERVER-60363 Make assertion for amount of retries in ocsp_retry_backoffs less...Erwin Pe2021-10-291-0/+13
* SERVER-61096 ResetDbPath sometimes errors while recreating dbpath on WindowsRichard Samuels2021-10-291-1/+14
* SERVER-60511 getPinnedOplog return value should always be std::min compared w...Dianna Hohensee2021-10-291-1/+1
* SERVER-60954 BACKPORT-11035 Deflake executor_stress_test_fixture.cppAndrew Shuvalov2021-10-292-4/+24
* SERVER-60691 remove global service context initialization from benchmark_mainBenety Goh2021-10-283-3/+9
* SERVER-60691 commands_bm requires idl_parserBenety Goh2021-10-281-0/+3
* SERVER-60691 fail_point_bm requires fail_point libraryBenety Goh2021-10-281-0/+1
* SERVER-59965 Limit max time wait behind critical section during filtering met...Jordi Serra Torrens2021-10-282-4/+33
* SERVER-60916 Attempt to reload ShardRegistry in resharding coordinator.Max Hirschhorn2021-10-281-1/+1
* SERVER-61026 Invert order of shards receiving drop collection participant com...Pierlauro Sciarelli2021-10-282-7/+12
* SERVER-60730 shardsvrDropDatabase should always join existing coordinatorAllison Easton2021-10-282-2/+22
* SERVER-60731 Postpone database critical section release in drop database coor...Allison Easton2021-10-282-2/+43
* SERVER-60811 Drop database could drop new collections after stepdownAllison Easton2021-10-281-9/+9
* SERVER-59662 Test killing time-series insertsGregory Noma2021-10-283-24/+32
* SERVER-59505 Fix TS pushdown predicate to capture variable typesamontea2021-10-277-60/+196
* SERVER-61030 Add 'authenticate' command to the OP_QUERY allowlistDavid Storch2021-10-272-6/+27