Commit Graph

71359 Commits

Author SHA1 Message Date
Shreyas Kalyan
a1bc513d16 SERVER-75020 Fix fle coverity defects 2023-03-28 15:51:51 +00:00
Naama Bareket
44e4a2f0d5 SERVER-74362: implement $percentile expression 2023-03-28 14:44:14 +00:00
Faustoleyva54
4f7b5e0a1f SERVER-73082 Add support for singleton time-series deletes 2023-03-28 14:24:30 +00:00
auto-revert-processor
50010f744f Revert "SERVER-73678 Implement redaction in jsonschema expressions"
This reverts commit c2670522b8.
2023-03-28 14:23:21 +00:00
Josef Ahmad
5fcb3c393b SERVER-75084 Set indexBuildMinAvailableDiskSpaceMB to 500MB 2023-03-28 13:33:31 +00:00
Denis Grebennicov
cd9c051960 SERVER-75258 Ensure TransactionsUtil.runInTransaction commits the transaction 2023-03-28 13:32:34 +00:00
Louis Williams
3e46a0ef81 SERVER-74778 Refactor and improve performance of PriorityTicketHolder 2023-03-28 13:31:34 +00:00
Louis Williams
a6ac9a1fe1 SERVER-75303 Report drop-pending idents in serverStatus more efficiently 2023-03-28 12:41:31 +00:00
Benety Goh
16ea4e8628 SERVER-74589 move write_stage_common::PreWriteFilter into its own library 2023-03-28 11:28:36 +00:00
Denis Grebennicov
e61c2fa72d SERVER-74131 Inject emit function on every call to ExpressionInternalJsEmit::evaluate() 2023-03-28 10:55:02 +00:00
Benety Goh
8754d07ae5 SERVER-74589 OpObserver::onInserts() accepts fromMigrate bool array 2023-03-28 09:46:19 +00:00
Benety Goh
c5519fd438 SERVER-74589 OplogWriter::logInsertOps() accepts fromMigrate bool array 2023-03-28 09:04:07 +00:00
Louis Williams
8e744478f8 SERVER-75277 Clear resource consumption metrics before each TTL index pass 2023-03-28 08:29:57 +00:00
Irina Yatsenko
48a1a1bd1e SERVER-74295 Implement t-digest algorithm for computing approximate percentiles 2023-03-28 07:28:23 +00:00
Benety Goh
5fe0905f5b SERVER-74589 repl::logInsertOps() accepts fromMigrate bool array 2023-03-28 06:20:23 +00:00
Benety Goh
25b081776a SERVER-74589 OpObserverImpl::onInserts() should create well-formed MutableOplogEntry that can be serialized for logging 2023-03-28 05:09:57 +00:00
Juan Gu
28c4056019 SERVER-71744 Move atomic, mutex and nonmongo assert to clang-tidy 2023-03-28 01:06:44 +00:00
Andrew Morton
a66abc65d6 Import wiredtiger: c448c5453bef6e00f4db327bb31eaa361448ff2b from branch mongodb-master
ref: 0e8b8669bb..c448c5453b
for: 7.0.0-rc0

WT-10424 Prioritize Urgent Candidates - Remove from Ordinary Queue
2023-03-27 23:47:59 +00:00
Andrew Morton
9d59d35d6c Import wiredtiger: 0e8b8669bb909c4ea180ca59916e9d21ad49e137 from branch mongodb-master
ref: 593bf276be..0e8b8669bb
for: 7.0.0-rc0

WT-10652 Remove test_sweep05 from pre-merge testing
2023-03-27 23:47:59 +00:00
Andrew Morton
b8efee4b67 Import wiredtiger: 593bf276be0255e94191a69a8b5b09fce5b53568 from branch mongodb-master
ref: d461a603f9..593bf276be
for: 7.0.0-rc0

WT-10279 Dry-run RTS stats
2023-03-27 23:47:59 +00:00
Cheahuychou Mao
1d160e0557 SERVER-75228 Make analyzeShardKey concurrency workload also validate read and write distribution metrics when running on replica sets 2023-03-27 21:27:19 +00:00
Gregory Wlodarek
f7019897ea SERVER-75314 Fix instantiating collections at latest in standalone mode 2023-03-27 20:52:28 +00:00
Alyssa Wagenmaker
fa131949d2 SERVER-25120 Exclude generated paths from pipeline dependencies 2023-03-27 20:07:46 +00:00
Jason Zhang
61e4442d78 SERVER-75119 Disallow document shard key updates for non-retryable writes and writes outside of a transaction 2023-03-27 20:06:50 +00:00
Jason Zhang
e7a8ceff3e SERVER-75257 Include the original query in conjunction with the target document in _clusterWriteWithoutShardKey 2023-03-27 20:03:58 +00:00
Erwin Pe
d0b93879bc SERVER-74070 Fix isFLE2RangeEnabled to evaluate to true 2023-03-27 19:29:00 +00:00
wenqinYe
e611a936b6 SERVER-75085: Add catalog shard transition command actions to clusterManager role 2023-03-27 19:27:52 +00:00
Sviatlana Zuiko
082f63150e Revert "SERVER-74487 Always include tenant in db name attributes in error messages"
This reverts commit 08a15c3313.
2023-03-27 19:26:55 +00:00
Gregory Noma
4aa7202131 SERVER-75319 Handle null build UUIDs in resumable index build tests 2023-03-27 18:39:10 +00:00
Matt Kneiser
d108486dfc SERVER-65804 BSONColumn can check for contained scalar element types on compressed data 2023-03-27 18:38:12 +00:00
Jiawei Yang
c93e2c4864 SERVER-74225 add code references for logical initial sync 2023-03-27 18:36:13 +00:00
Erwin Pe
b72db73ce0 SERVER-72936 Implement v2 changes to Queryable Encryption Compact 2023-03-27 18:00:04 +00:00
Tommaso Tocci
dad46db34c Revert "SERVER-74935 Add CheckMetadataConsistency hook to ShardingTest js fixture"
This reverts commit 6493d9ac70.

Signed-off-by: Tommaso Tocci <tommaso.tocci@mongodb.com>
2023-03-27 17:58:00 +00:00
Kruti Shah
9ff0879bc4 SERVER-72528 disabling feature flag from "all feature flag" build variants 2023-03-27 17:21:30 +00:00
Shreyas Kalyan
6dda8b04de SERVER-74066 Fix multiversion bug for compact_structured_encryption_data_coordinator.js 2023-03-27 17:20:05 +00:00
Jennifer Peshansky
c16ca06d99 SERVER-49978 Support $dateFromString expression in SBE 2023-03-27 16:48:00 +00:00
Projjal Chanda
347fcaa2fc SERVER-75187: Disable CSI test suites on certain variants 2023-03-27 15:39:22 +00:00
Mihai Andrei
98d0d3ce61 SERVER-75022 Fix calls to sizeof in sort_key_generator.h 2023-03-27 15:38:23 +00:00
George Wangensteen
a747cd6f56 SERVER-74112 Make mongod->mongot connections auth configurable 2023-03-27 15:34:46 +00:00
Will Buerger
c9e3390833 SERVER-73933: Consolidate telemetry metrics from clientcursor into OpDebug::AdditiveMetrics 2023-03-27 15:03:04 +00:00
Alya Berciu
c9ddb90ef8 SERVER-75169 Disallow OR of IXSCAN on ineligible CWI 2023-03-27 14:30:48 +00:00
Ted Tuckman
c2670522b8 SERVER-73678 Implement redaction in jsonschema expressions 2023-03-27 13:58:19 +00:00
Antonio Fuschetto
1121008575 SERVER-74695 Improve the readability of the movePrimary's cloning phase 2023-03-27 10:21:23 +00:00
Louis Williams
177dd5b6ee SERVER-75301 Tests with cpuNanos should only run on 7.0 2023-03-27 10:17:22 +00:00
Marcos José Grillo Ramirez
5e9606da42 SERVER-73391 Add recoverable critical section to drop database command 2023-03-27 09:43:22 +00:00
Josef Ahmad
dd8703e8b9 SERVER-75168 Avoid unintended stepdown in indexbg_killop_secondary_success.js 2023-03-27 08:25:20 +00:00
Pol Pinol Castuera
fae11c8009 SERVER-75165 checkMetadataConsistency improperly access sharded coll info 2023-03-27 07:48:42 +00:00
Timour Katchaounov
b09d7d351e SERVER-72450 $or with regex to $in rewrite depends on terms order
Make the $or->$in rewrite indepent on the place where a regex appears in the $or.
Add tests to ensure the rewrite is order-independent.
2023-03-27 07:11:04 +00:00
Allison Easton
ee5380ab36 SERVER-75053 Add KeyPattern to RangeDeletionTask during migration commit 2023-03-27 06:37:12 +00:00
Antonio Fuschetto
6493d9ac70 SERVER-74935 Add CheckMetadataConsistency hook to ShardingTest js fixture 2023-03-27 05:34:04 +00:00