summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62277 Add `freeStorage` option to dbstats, off by defaultr5.0.6-rc1Daniel Gómez Ferro2022-01-197-16/+52
* SERVER-59754 Prevent get_executor from overwriting information set by an oute...Jennifer Peshansky2022-01-182-5/+79
* SERVER-62178 Clear filtering metadata on recipient shard primary for temporar...Matt Boros2022-01-182-15/+17
* SERVER-58622 Retry removing the DDL coordinator document after the DDL is fin...Marcos José Grillo Ramirez2022-01-174-16/+49
* SERVER-60048 CheckReplDBHash should not fail for cases where we expect retrya...Jason Chan2022-01-141-1/+41
* SERVER-62592 Make config server update more resilient for clearJumboFlag test...Rui Liu2022-01-141-1/+4
* SERVER-62147 Fix broken OP_QUERY exhaust cursor implementationDavid Storch2022-01-1313-34/+171
* SERVER-61242 Add logic to the CI to add BUILD ID info to the symbolizer serviceJasur Nurboyev2022-01-126-73/+1190
* SERVER-57092 use real JS test name for passthrough JS runner suitesRobert Guo2022-01-112-4/+14
* SERVER-62065 Introduce the 'repairShardedCollectionChunksHistory' commandKaloian Manassiev2022-01-1022-37/+525
* SERVER-62419 fix recover_multiple_migrations_on_stepup.js execution in config...Paolo Polato2022-01-101-4/+3
* SERVER-60392 Fix timing in priority_takeover_two_nodes_equal_priority testMoustafa Maher Khalil2022-01-101-1/+1
* SERVER-61976 Retry failed shard version refreshes on step upBrett Nawrocki2022-01-071-14/+21
* SERVER-60959 Remove assumptions about error type when aborting a time-series ...Dan Larkin-York2022-01-072-16/+0
* SERVER-61590 Add null check before accesssing time-series options in the shar...Arun Banala2022-01-072-9/+37
* SERVER-61105 Fixed log spam in moveChunk session migrationMatt Boros2022-01-061-9/+8
* SERVER-62382: Use amazon2-large for the large distro on Amazon Linux 2David Bradford2022-01-061-1/+1
* SERVER-58035 Remove db.runCommandWithMetadata from mongo shellBlake Oler2022-01-0614-176/+53
* SERVER-57312 Pin transitive Python dependencies and use the pinned file for i...Mikhail Shchatko2022-01-066-15/+15
* SERVER-61195 Scale BucketCatalog memory limit based on RAM sizeDan Larkin-York2022-01-0515-105/+180
* SERVER-61005 rs.initiate() fails with "Invariant failure" under specific star...Huayu Ouyang2022-01-055-17/+45
* SERVER-61201 Prevent deadlock when user tries to create a view on the databas...r5.0.6-rc0Dianna Hohensee2022-01-042-1/+24
* SERVER-58135: Increase numInitialSyncAttempts for JS tests with chaining disa...XueruiFa2022-01-043-5/+6
* SERVER-62245 MigrationRecovery must not assume that only one migration needs ...Jordi Serra Torrens2021-12-305-25/+133
* SERVER-60624 Use unique LSID for each test in txn_commit_optimizations_for_re...Matt Boros2021-12-301-1/+5
* SERVER-62296 MoveChunk should recover any unfinished migration before startin...Jordi Serra Torrens2021-12-305-0/+121
* SERVER-62207 Make ReshardCollectionCoordinator store an owned BSON object for...Jordi Serra Torrens2021-12-292-1/+5
* SERVER-60517 Enforce eviction_dirty_target < eviction_dirty_trigger in the fu...Josef Ahmad2021-12-281-1/+1
* SERVER-61637 Increase default range deletion batch sizePierlauro Sciarelli2021-12-242-3/+4
* SERVER-62243 Wait for vector clock document majority-commit without timeoutPierlauro Sciarelli2021-12-249-28/+45
* SERVER-62037 Fixing replicate set definition for 15gbwtcache variantLuke Pearson2021-12-241-1/+1
* SERVER-62226 Don't run dbcheck_no_history_on_secondary.js on ephemeralForTestLouis Williams2021-12-231-0/+1
* SERVER-61003 ReadConcernMajorityNotAvailableYet errors from ShardRegistry mus...Pierlauro Sciarelli2021-12-232-3/+28
* SERVER-62212 Support writeConcern for dbCheck batchesLouis Williams2021-12-234-23/+229
* SERVER-62164 Remove obsoleted build variantsAndrew Morrow2021-12-222-34/+0
* SERVER-62210 Fix dbCheck progress meter for dropped and recreated collectionsJosef Ahmad2021-12-221-3/+8
* SERVER-56127 Fixing retryable writes on update and delete commands to not exe...Bobby Morck2021-12-228-2/+250
* SERVER-62211: v5.0Cristopher Stauffer2021-12-211-24/+24
* SERVER-59428 Use more robust regex matching in rollback resumable index build...Yuhong Zhang2021-12-211-1/+2
* SERVER-62022 Reduce dbCheck info logging in prod, log start/stopJosef Ahmad2021-12-217-106/+273
* SERVER-62023 Add dbCheck currentOp progress meterJosef Ahmad2021-12-211-8/+23
* SERVER-61955 Make dbCheck a generally available commandJosef Ahmad2021-12-205-16/+63
* SERVER-61757 Add configurable dbCheck batch sizeJosef Ahmad2021-12-204-6/+96
* SERVER-61275 Destruct the size storer after the session cache has shutdownGregory Wlodarek2021-12-201-3/+10
* SERVER-61754 dbCheck does not hold strong locks during batchesLouis Williams2021-12-2011-107/+271
* SERVER-57588 Inconsistent query results when an array position is indexed who...Timour Katchaounov2021-12-204-0/+151
* SERVER-62041 Add a maximum batch execution time to dbCheckJosef Ahmad2021-12-185-12/+108
* SERVER-30846 Run dbCheck in the background of some FSM testsLouis Williams2021-12-1711-4/+305
* SERVER-60685 Allow currentOp to work with both v4.4 and v5.0Luis Osta2021-12-171-3/+8
* SERVER-61858 Wait for node to become primary before disconnecting in sync_sou...Huayu Ouyang2021-12-171-6/+6