summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60518 Best effort checks in range deleter must not leave orphansr5.0.4-rc0r5.0.4Pierlauro Sciarelli2021-11-033-96/+86
* SERVER-57700 Measure latency/throughput of resharding::data_copy::fillBatchFo...Matt Walak2021-11-039-184/+317
* SERVER-57697 Measure latency/throughput of ReshardingOplogApplier::_applyBatchMatt Walak2021-11-036-23/+278
* SERVER-59925 Stress test time-series insertsGregory Noma2021-11-024-5/+96
* SERVER-60869 Re-add logic to set feature compatibility version on arbitersali-mir2021-11-022-0/+34
* SERVER-53335 Queries, updates, and deletes with non-"simple" collations may m...Jason Zhang2021-11-029-14/+448
* SERVER-60948 Insert document in new collection in migration_id_index.js to aw...ali-mir2021-11-021-0/+4
* SERVER-59505 Fix TS pushdown predicate to capture variable typesamontea2021-11-029-61/+351
* SERVER-61094 Use a dedicated pooled KeyString builder per indexHenrik Edin2021-11-0213-60/+91
* SERVER-58960 Add benchmarks to measure the overhead from ShardingWriteRouter ...Luis Osta2021-11-018-4/+384
* SERVER-59191 Use expansions in modulesVlad Rachev2021-11-012-23/+23
* SERVER-60695 Increase wait time after executing resmoke during test_resmoke.pytrahman13182021-11-011-1/+1
* SERVER-61108 Remove wtimeout from resharding coordinator write concernLuis Osta2021-11-011-10/+9
* Revert "SERVER-60081 Make ChunkVersion::IGNORED not consider the migration cr...Kaloian Manassiev2021-10-311-12/+13
* SERVER-54623 Wait longer for session collection in ShardedClusterFixtureBrett Nawrocki2021-10-303-14/+28
* SERVER-61052 Remove wtimeout from resharding write concernLuis Osta2021-10-292-2/+11
* SERVER-61096 ResetDbPath sometimes errors while recreating dbpath on WindowsRichard Samuels2021-10-291-1/+14
* SERVER-59934 Take a MODE_X collection lock when dropping regular viewsPavi Vetriselvan2021-10-291-1/+4
* SERVER-57131: BACKPORT-11036 Fix trivial race in topology_listener_testAndrew Shuvalov2021-10-291-2/+1
* SERVER-60511 getPinnedOplog return value should always be std::min compared w...Dianna Hohensee2021-10-291-1/+1
* SERVER-59883 suppress deprecation message with quiet flagZituo Jin2021-10-291-10/+10
* SERVER-59965 Limit max time wait behind critical section during filtering met...Jordi Serra Torrens2021-10-282-4/+33
* SERVER-55412 shardVersion propogated for mirrored readsAlex Li2021-10-286-37/+163
* SERVER-60916 Attempt to reload ShardRegistry in resharding coordinator.Max Hirschhorn2021-10-281-1/+1
* SERVER-59159 Update $min/max window functions to ignore null values to match ...Mihai Andrei2021-10-282-0/+38
* SERVER-60730 shardsvrDropDatabase should always join existing coordinatorAllison Easton2021-10-284-11/+31
* SERVER-61026 Invert order of shards receiving drop collection participant com...Pierlauro Sciarelli2021-10-282-7/+12
* 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-60913 fix suse12 package testsZakhar Kleyman2021-10-273-0/+141
* SERVER-55557 Range deletion of aborted migration can fail after a refine shar...Jordi Serra Torrens2021-10-274-2/+30
* SERVER-60766 Add 'does_not_support_transactions' for sharded time-series testsArun Banala2021-10-274-0/+5
* SERVER-59849 Add test to verify behavior of ReshardingOplogFetcher wh…Randolph Tan2021-10-263-4/+170
* SERVER-60418 Add tag to drop_sharded_timeseries_collection.js for unsupported...Bikash Chandra2021-10-261-0/+1
* SERVER-60739 Reduce the chunk size in timeseries_balancer.js to avoid heavy r...Bikash Chandra2021-10-261-2/+2
* SERVER-58915 Remove unused variablesRandolph Tan2021-10-251-2/+0
* SERVER-58915 Implement ReshardingDonorWriteRouter functionality along…Randolph Tan2021-10-2525-303/+281
* SERVER-58914 Create ReshardingDonorWriteRouter class with function stubsJunhson Jean-Baptiste2021-10-253-0/+121
* SERVER-60971: Remove calls to BF Suggestion serviceDavid Bradford2021-10-252-32/+0
* SERVER-57376 Ensure CollectionImpl and IndexCatalogImpl stats are initializedHaley Connelly2021-10-252-7/+8
* SERVER-60661 Ensure CRUD operations work when the sharded timeseries feature ...Rui Liu2021-10-251-0/+194
* SERVER-58485 Add retry to insert inside transactions to prevent transient errorsMarcos José Grillo Ramirez2021-10-251-8/+13
* SERVER-60450 Add error check for $dateSubtract when negating amount valueMilena Ivanova2021-10-244-4/+13
* SERVER-60859 Fix wait in ReshardingCoordinator to use cancel token.Max Hirschhorn2021-10-232-24/+34
* SERVER-60859 Explicitly quiesce commit monitor in ReshardingCoordinator.Max Hirschhorn2021-10-234-25/+75
* SERVER-60651 Backport the autoSplitVector logic to v5.0Pierlauro Sciarelli2021-10-2224-171/+1211
* SERVER-58407 Retry on FailedToSatisfyReadPreference in resharding.Max Hirschhorn2021-10-221-0/+1
* SERVER-59885 Wait for replica set to stabilize before validating collectionsVishnu Kaushik2021-10-218-0/+28
* SERVER-60877: Correct an unintended heavy object copy.Daniel Gottlieb2021-10-211-17/+17
* SERVER-60858 Interrupt wait on joined ReshardingCoordinator on stepdown.Max Hirschhorn2021-10-211-0/+1