summaryrefslogtreecommitdiff
Commit message (Collapse)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 ↵Jennifer Peshansky2022-01-182-5/+79
| | | | | | outer pipeline (cherry picked from commit 4970d9626853e3b916aab3d911bcf4aba23e8c88)
* SERVER-62178 Clear filtering metadata on recipient shard primary for ↵Matt Boros2022-01-182-15/+17
| | | | | | temporary resharding collection after creation (cherry picked from commit e9d49578b3e11044e0e41bdcbb72f41cd17e571c)
* SERVER-58622 Retry removing the DDL coordinator document after the DDL is ↵Marcos José Grillo Ramirez2022-01-174-16/+49
| | | | | | finished unless there is a stepdown (cherry picked from commit 5fa70b4e4d6b4252fd505ab12cea771b197d2cf0)
* SERVER-60048 CheckReplDBHash should not fail for cases where we expect ↵Jason Chan2022-01-141-1/+41
| | | | | | | | | | | | | | retryable findAndModify images to be inconsistent after a restart (cherry picked from commit bd9939bf4f98cced5b8dcd1f7249431ed5ee688c) SERVER-61923 Fix bug where consistency checker can mask error due to ignoring inconsistency in image collections (cherry picked from commit e2d48665f771a82bfe7de2a112276cd3692a6007) SERVER-61610 Fix ignore dbHash mismatches for invalidated retryable FaM images (cherry picked from commit 1b5fee201b23fb7c88025cebbd0f113fa2756747)
* SERVER-62592 Make config server update more resilient for clearJumboFlag ↵Rui Liu2022-01-141-1/+4
| | | | | | test of timeseries collection (cherry picked from commit cbd34a8fef51c462300982b997118c790f6de792)
* 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
| | | | (cherry picked from commit 9434716bca785e0a0abce212272f27fdceb73054)
* SERVER-62065 Introduce the 'repairShardedCollectionChunksHistory' commandKaloian Manassiev2022-01-1022-37/+525
| | | | (cherry picked from commit 146c18b9954abc116046621dc4849cc7d97ef523)
* SERVER-62419 fix recover_multiple_migrations_on_stepup.js execution in ↵Paolo Polato2022-01-101-4/+3
| | | | | | config stepdown suites. (cherry picked from commit 175fd99112a85255094c8951db61306eb802326a)
* 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
| | | | | | | | | | | | | | | | On step-up, shards will clear the filtering metadata and schedule a shard version refresh for the source collection and the temporary resharding collection. It is possible for the shard version refresh triggered through onShardVersionMismatch() to error and not complete the shard version refresh. This can leave a recipient shard waiting to learn all donor shards are prepared to donate or can leave a donor shard waiting to learn all recipient shards have finished cloning. Therefore, shards now will retry on errors until the refresh successfully completes. (cherry picked from commit 70417bcbe6ca27b9e20455de5e77313ef68c648a) (cherry picked from commit 00591f7a441e452d70af288a4376272a52fcd638)
* SERVER-60959 Remove assumptions about error type when aborting a time-series ↵Dan Larkin-York2022-01-072-16/+0
| | | | insert batch
* SERVER-61590 Add null check before accesssing time-series options in the ↵Arun Banala2022-01-072-9/+37
| | | | | | shardCollection code path (cherry picked from commit fcea6b10c2ea966433cf009382bf432c9afe1e20)
* SERVER-61105 Fixed log spam in moveChunk session migrationMatt Boros2022-01-061-9/+8
| | | | (cherry picked from commit 8e681e80447e5859f79296e10911ffec39f31efa)
* SERVER-62382: Use amazon2-large for the large distro on Amazon Linux 2David Bradford2022-01-061-1/+1
| | | | | | (cherry picked from commit ceebd83bba3fd77438433392b9661a727197941d) (cherry picked from commit 19e604547ccfefd247481c456e92a9c7b30c72e5) (cherry picked from commit caf9ffd15d4da8aeb6319bf06a258f279410a089)
* SERVER-58035 Remove db.runCommandWithMetadata from mongo shellBlake Oler2022-01-0614-176/+53
| | | | (cherry picked from commit 02c07c102b0c6d97085fb02805b0e41dedca0a46)
* SERVER-57312 Pin transitive Python dependencies and use the pinned file for ↵Mikhail Shchatko2022-01-066-15/+15
| | | | | | installation in Evergreen (cherry picked from commit b6d30f82753814220e360b82d0b5d87e834b279c)
* 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 ↵Huayu Ouyang2022-01-055-17/+45
| | | | | | startup options (cherry picked from commit 684d193982c2b53821f74c86cce76d88e90c5b15)
* SERVER-61201 Prevent deadlock when user tries to create a view on the ↵r5.0.6-rc0Dianna Hohensee2022-01-042-1/+24
| | | | | | database system.views collection (cherry picked from commit dfce26e49c0c124db64cab66036bfd92388fc31d)
* SERVER-58135: Increase numInitialSyncAttempts for JS tests with chaining ↵XueruiFa2022-01-043-5/+6
| | | | | | disabled (cherry picked from commit 384542592c718d696b5c36d3cc67021c0844bb09)
* SERVER-62245 MigrationRecovery must not assume that only one migration needs ↵Jordi Serra Torrens2021-12-305-25/+133
| | | | | | to be recovered (cherry picked from commit 8e6ab9a259d921298940190161fadfd118c6dc15)
* SERVER-60624 Use unique LSID for each test in ↵Matt Boros2021-12-301-1/+5
| | | | | | txn_commit_optimizations_for_read_only_shards.js (cherry picked from commit 6e8beaab454ba83cf6123625de45bc0b22fb1079)
* SERVER-62296 MoveChunk should recover any unfinished migration before ↵Jordi Serra Torrens2021-12-305-0/+121
| | | | | | starting a new one (cherry picked from commit dd35d0eae5c81db28eb618ae0ae588e32a4a617a)
* SERVER-62207 Make ReshardCollectionCoordinator store an owned BSON object ↵Jordi Serra Torrens2021-12-292-1/+5
| | | | | | for the command (cherry picked from commit 5eab3ca8acaa0e8004c50112187b6809667157a2)
* SERVER-60517 Enforce eviction_dirty_target < eviction_dirty_trigger in the ↵Josef Ahmad2021-12-281-1/+1
| | | | | | fuzzer (cherry picked from commit f837c888695e4bd6beef76db88c5647379c3157a)
* 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
| | | | (cherry picked from commit b3f58d0f5adf003d41cd43af1a35330dc9233a27)
* SERVER-61003 ReadConcernMajorityNotAvailableYet errors from ShardRegistry ↵Pierlauro Sciarelli2021-12-232-3/+28
| | | | must be retried
* SERVER-62212 Support writeConcern for dbCheck batchesLouis Williams2021-12-234-23/+229
| | | | | | | The dbCheck command accepts a `batchWriteConcern` option in the form of a writeConcern document. The default behavior is w:1 with no wtimeout. (cherry picked from commit 0e0bdb41cf80cfa3e151b3aba3a5ebb77714c06e)
* 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
| | | | (cherry picked from commit 1bb26e23c16f3f43ef477fc91cacabdf962d16f0)
* SERVER-56127 Fixing retryable writes on update and delete commands to not ↵Bobby Morck2021-12-228-2/+250
| | | | | | execute more than once (cherry picked from commit 6d8290297b563121037f8e9a9f2d37ec45ddb4bf)
* SERVER-62211: v5.0Cristopher Stauffer2021-12-211-24/+24
|
* SERVER-59428 Use more robust regex matching in rollback resumable index ↵Yuhong Zhang2021-12-211-1/+2
| | | | | | build fixture (cherry picked from commit 7ced04f63b118e6db37f600c4694714a23ed8910)
* SERVER-62022 Reduce dbCheck info logging in prod, log start/stopJosef Ahmad2021-12-217-106/+273
| | | | (cherry picked from commit f328a35d74b1b98497d3b57db631d51e2c6b4e29)
* SERVER-62023 Add dbCheck currentOp progress meterJosef Ahmad2021-12-211-8/+23
| | | | (cherry picked from commit e386d65719fe60060d079f06e72ad0873f465cfb)
* SERVER-61955 Make dbCheck a generally available commandJosef Ahmad2021-12-205-16/+63
| | | | | | | Remove the dependency on enableTestCommands and make dbCheck available to users with clusterManager built-in role. (cherry picked from commit eddd659580fc123251a0bb0430bf10faf1732f2d)
* SERVER-61757 Add configurable dbCheck batch sizeJosef Ahmad2021-12-204-6/+96
| | | | (cherry picked from commit c67b5eb3b1c009f8ed794daae6b01539ca7a23b2)
* SERVER-61275 Destruct the size storer after the session cache has shutdownGregory Wlodarek2021-12-201-3/+10
| | | | (cherry picked from commit 81569b78ee627263a8e2240e87d46946971aadde)
* SERVER-61754 dbCheck does not hold strong locks during batchesLouis Williams2021-12-2011-107/+271
| | | | | | | | | The dbCheck command accepts an optional (default true) parameter, 'snapshotRead', that uses point-in-time reads to check each batch. When true, dbCheck does not block writes. When set to false, dbCheck reverts to blocking writes. (cherry picked from commit da10567348cf7883e2ec40a441e38efc17c23385)
* SERVER-57588 Inconsistent query results when an array position is indexed ↵Timour Katchaounov2021-12-204-0/+151
| | | | | | whose value is an array (cherry picked from commit 90699509e15b33fda10832e79efcd158aee1f0eb)
* SERVER-62041 Add a maximum batch execution time to dbCheckJosef Ahmad2021-12-185-12/+108
| | | | (cherry picked from commit 18bf3b5fcf4e06fde48e3459d4020ce3db3fa29f)
* SERVER-30846 Run dbCheck in the background of some FSM testsLouis Williams2021-12-1711-4/+305
| | | | | | | | | | This also makes various resiliency improvements to dbCheck (cherry picked from commit a82ac9642ec207f12714b99674aeafb974eb5c3b) SERVER-30846 Don't run hook outside latest FCV (cherry picked from commit 2c91d33874d9faf6140169efa54271480e42e6b2)
* 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 ↵Huayu Ouyang2021-12-171-6/+6
| | | | | | sync_source_selection_ignores_minvalid_after_rollback.js (cherry picked from commit d0a90be51cf5d1cc2feeb0a0ddbd6ed4802f8fd7)