summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-75908 Disable execution control if user manually set concurrencyPavi Vetriselvan2023-04-2415-64/+262
|
* SERVER-76321 Fix buffer overrun in 'RowValueBuilder'David Storch2023-04-243-14/+142
|
* SERVER-76102: Fix handleRIDRangeScan to set hasCompatibleCollation when ↵Hana Pearlman2023-04-243-43/+194
| | | | query excludes values of the cluster key affected by collation
* SERVER-75667 Fix SBE's implementation of index consistency checksDrew Paroski2023-04-2417-176/+239
|
* SERVER-73907 Ensure telemetry command succeeds after raising FCVTed Tuckman2023-04-242-2/+44
|
* SERVER-76396 Refactor special database constant handlingTommaso Tocci2023-04-2421-51/+38
|
* SERVER-68262 Enable featureFlagIndexBuildGracefulErrorHandlingJosef Ahmad2023-04-2421-32/+64
|
* SERVER-76458: Remove ubsan from windows debugJeff Zambory2023-04-241-1/+1
|
* SERVER-73934 Remove commandWorkedOrFailedWithCode(NamespaceNotFound) from ↵Dianna Hohensee2023-04-242-54/+24
| | | | drop_collection.js now that 7.0 is last-stable
* SERVER-64882 Only generate DebugInfoSBE when plan is not from cacheMihai Andrei2023-04-242-7/+6
|
* SERVER-73789: Use graviton workload client for AWS M60 Atlas VariantJawwad Asghar2023-04-241-2/+1
|
* SERVER-76036: Updating AMI / kernel version for atlas-like variants to matchJawwad Asghar2023-04-241-1/+1
|
* SERVER-71790: fix mongocryptd --version stringW. Brad Moore2023-04-242-0/+9
|
* SERVER-76339 Increase timeout to start/stop balancer in sharded cluster fixturePierlauro Sciarelli2023-04-241-2/+2
|
* SERVER-76434 skipClusterParameterRefresh failpoint requires FCV 7.1Tommaso Tocci2023-04-2412-12/+8
|
* SERVER-71309 Get rid of DDL coordinator for non-resilient movePrimaryAntonio Fuschetto2023-04-2415-1047/+7
|
* Import wiredtiger: bedf5ac8fd983f479397302860ce356fd8b8bfa4 from branch ↵Etienne Petrel2023-04-243-5/+4
| | | | | | | | | mongodb-master ref: 996723baf1..bedf5ac8fd for: 7.0.0-rc0 WT-10326 Address copy without assignment
* Import wiredtiger: 996723baf1ebc8faa2626093579dafac19dcbdb4 from branch ↵Etienne Petrel2023-04-243-24/+24
| | | | | | | | | mongodb-master ref: afb39a5d7d..996723baf1 for: 7.0.0-rc0 WT-10977 Only run the infrequent-checks buildvariant on develop
* Import wiredtiger: afb39a5d7df201dc8ecbff7b24407db1439c12a7 from branch ↵Etienne Petrel2023-04-243-3/+134
| | | | | | | | | mongodb-master ref: f5a8bd4ea6..afb39a5d7d for: 7.0.0-rc0 WT-10522 Don't use aborted tombstone as original value of key
* Import wiredtiger: f5a8bd4ea6fa8cbb4348f48da1a28050dbb638e8 from branch ↵Etienne Petrel2023-04-242-7/+1
| | | | | | | | | mongodb-master ref: 52f8dfa27d..f5a8bd4ea6 for: 7.0.0-rc0 WT-10975 Remove redundant entries in the s_string.ok whitelist
* Import wiredtiger: 52f8dfa27d8c164b092c0f5d1ec9d47ea0fe86ec from branch ↵Etienne Petrel2023-04-243-4/+29
| | | | | | | | | mongodb-master ref: 50292ecf1b..52f8dfa27d for: 7.0.0-rc0 WT-10934 Process missing mirrors when starting from an existing database in workgen
* Import wiredtiger: 50292ecf1bb5618a38673bcbd02835e849ac08a9 from branch ↵Etienne Petrel2023-04-243-2/+11
| | | | | | | | | mongodb-master ref: 2f59c728dd..50292ecf1b for: 7.0.0-rc0 WT-10973 Clean up files causing noise in git diffs
* Import wiredtiger: 2f59c728dd8413902697761bda85cb39d856dbbe from branch ↵Etienne Petrel2023-04-242-2/+5
| | | | | | | | | mongodb-master ref: b890522a0b..2f59c728dd for: 7.0.0-rc0 WT-10671 Reset statistics when retrying test in test_checkpoint04.py
* Import wiredtiger: b890522a0bd30dd04eb8227b044c8820e930c6be from branch ↵Etienne Petrel2023-04-243-1/+13
| | | | | | | | | mongodb-master ref: 98277fc751..b890522a0b for: 7.0.0-rc0 WT-10949 Allow truncate operation with no timestamp for MongoDB
* Import wiredtiger: 98277fc751addbbab68a26dbd322e79280fc3302 from branch ↵Etienne Petrel2023-04-2413-324/+769
| | | | | | | | | mongodb-master ref: 7df81e23c4..98277fc751 for: 7.0.0-rc0 WT-9631 Estimate how much work compact would do and improve the progress message
* SERVER-75532 Update the TODO in analyze_shard_key.js to refer to SERVER-76445Cheahuychou Mao2023-04-241-2/+2
|
* SERVER-73286 Extend timeseries::performAtomicWrites() to support user updatesYuhong Zhang2023-04-244-22/+236
|
* SERVER-76310 Use config shard terminology instead of catalog shardJack Mulrow2023-04-24157-460/+484
|
* SERVER-75470 Reject change stream getMore commands after a split or merge ↵Mickey. J Winters2023-04-2212-14/+139
| | | | has been committed
* SERVER-76037 Include 'let' and 'legacyRuntimeConstants' when parsing an ↵Jason Zhang2023-04-226-234/+283
| | | | updateOne/deleteOne/findAndModify without shard key query
* SERVER-76393 Foribid sharding collections in admin databaseTommaso Tocci2023-04-224-20/+36
|
* Revert "SERVER-69026 [CQF] Rewrite Sargable disjunction to RIDUnion"auto-revert-processor2023-04-2217-622/+198
| | | | This reverts commit 1c7f114d6cc1b8e1691bcb9a7a36776cc1e96780.
* SERVER-75160 Target the correct shards for arbitrary multi deletes on a ↵Yoonsoo Kim2023-04-228-78/+163
| | | | sharded timeseries collection
* SERVER-75626 added venv site-packages path to sys.path at macos hostJuan Gu2023-04-223-2/+5
|
* SERVER-76423 do not validate matrix suites at runtimeTrevor Guidry2023-04-214-18/+19
|
* SERVER-76425 Removed unused prePostImageOpTime from OpTimeBundleMatt Kneiser2023-04-217-28/+12
|
* SERVER-76437 Add large file check to commit queueRyan Egesdahl2023-04-213-0/+169
|
* SERVER-74062 Remove test checks for DB version >= 7.0 in tests relying on ↵Dianna Hohensee2023-04-213-20/+1
| | | | idempotency of create command
* SERVER-67289 Fix profile_oeration_metrics.jsGregory Wlodarek2023-04-211-20/+6
|
* SERVER-73955 Prevent metrics from outliving ReshardingCoordinatorBrett Nawrocki2023-04-211-2/+4
|
* SERVER-76157 Shut down ClusterServerParameterRefresher correctlyGabriel Marks2023-04-216-4/+23
|
* SERVER-69026 [CQF] Rewrite Sargable disjunction to RIDUnionDavid Percy2023-04-2117-198/+622
|
* SERVER-76097 [CQF] Remove TODO comment about path decomposition phaseDavid Percy2023-04-211-2/+0
|
* SERVER-76101 Use StringMap in IDL generated string lookup tablesMark Benvenuto2023-04-212-8/+11
|
* SERVER-76297 Make query sampling jstests check namespace and collection uuid ↵Cheahuychou Mao2023-04-2114-100/+231
| | | | when waiting for sampling to become active and inactive
* SERVER-76377 Fixed dependencies in multiversion testsAlexander Neben2023-04-211-22/+29
|
* SERVER-70984 Remove _affectIndices in UpdateDriver in favor of reporting ↵Irina Yatsenko2023-04-2120-76/+56
| | | | index impact from updateDocument
* SERVER-75918 Handle missing time-series options fields when generating its ↵Yuhong Zhang2023-04-211-4/+11
| | | | bucket unpack stage
* SERVER-63983 Remove deprecated enableSharding flagTommaso Tocci2023-04-218-29/+8
|
* SERVER-74555 Re-introduce majority commit point advancement notification ↵Denis Grebennicov2023-04-217-45/+107
| | | | mechanism and use for change streams