0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

20162 Commits

Author SHA1 Message Date
Cheahuychou Mao
d93e9cd5d4 SERVER-70835 Set an upper limit for configureQueryAnalyzer's sampleRate 2023-03-15 01:16:28 +00:00
Charlie Swanson
101e2cb23a SERVER-74840 Remove unused embedded tag 2023-03-15 00:31:19 +00:00
Cheahuychou Mao
198a5d827f SERVER-74775 Make analyze_shard_key_jscore_passthrough suite do basic metrics validation 2023-03-15 00:30:25 +00:00
Cheahuychou Mao
1b7c76d3e6 SERVER-74773 Make analyzeShardKey command use the most compatible index to calculate cardinality and frequency metrics 2023-03-14 23:44:16 +00:00
Charlie Swanson
e0d2c7c1e0 SERVER-73881 Organizational cleanup for telemetry tests 2023-03-14 23:42:18 +00:00
Ruoxin Xu
93ba22f8e6 SERVER-74535 Add downgrade/upgrade test for compound wildcard indexes 2023-03-14 22:54:51 +00:00
Yu Jin Kang Park
3e8102efff SERVER-73331 Abort index builds on step-up if there are skipped records 2023-03-14 22:53:47 +00:00
Gil Alon
c09b7fc88f SERVER-74361 Add $median accumulator that desugars to $percentile 2023-03-14 22:01:13 +00:00
Alexander Ignatyev
9fc98cca28 SERVER-74496 Suppoprt nested documents in Wildcard Projections and fix _id processing 2023-03-14 21:17:16 +00:00
Yu Jin Kang Park
b5b46755f9 SERVER-74817 Fix index_secondary_signal_primary_abort.js to wait for build to finish 2023-03-14 17:41:50 +00:00
Davis Haupt
fdda356471 SERVER-74824 add more expressive logging to map_reduce_drop.js 2023-03-14 17:38:07 +00:00
Yu Jin Kang Park
a7b6d228fd SERVER-73330 Immediately abort index build on (non-duplicate) key generation error 2023-03-14 16:08:12 +00:00
Israel Hsu
d21348f684 SERVER-74755 Make QueryAnalysisSampleCounters refresh config atomic with sampler refresh 2023-03-14 16:01:18 +00:00
wenqinYe
14aab7104c SERVER-74311: Add sanity check assertions that only a config server has config shard identity 2023-03-14 15:12:24 +00:00
Jordi Olivares Provencio
10c54d1573 SERVER-70055 Make TTL monitor pick up config changes immediately 2023-03-14 14:04:10 +00:00
Alya Berciu
13671a30c1 SERVER-52287 Enable feature flag for Compound Wildcard Indexes 2023-03-14 11:28:00 +00:00
Tommaso Tocci
620f5cd8b8 SERVER-74251 Introduce checkMetadataConsistency test hook 2023-03-14 10:45:10 +00:00
Huayu Ouyang
5a72d04c95 SERVER-74282 Require all internal server data cleanup be completed before allowing transition to upgraded for replica sets 2023-03-14 04:45:15 +00:00
Alyssa Wagenmaker
889f0c70fa SERVER-74436 Allow TS_WRITE to optionally have a spool child 2023-03-14 03:56:09 +00:00
Svilen Mihaylov
cd847a70d1 SERVER-73027 [CQF] Test that we eliminate $addFields, $project before $count 2023-03-14 03:13:43 +00:00
Cheahuychou Mao
d8e828f669 SERVER-74770 Make sure that analyzeShardKey command never insert a split point document more than once 2023-03-13 23:37:38 +00:00
Alyssa Wagenmaker
a33c6e06bc SERVER-74595 Only check for indexes on nodes that have the collection in column_store_index_compression.js 2023-03-13 18:44:46 +00:00
Cheahuychou Mao
fbf9372bbf SERVER-74771 Make sure analyzeShardKey command uses database and shard versioning when running commands for calculating metrics 2023-03-13 17:54:30 +00:00
Paolo Polato
02790b2165 SERVER-71365 Emit a single visible op entry version when the sharded renameCollection is committed 2023-03-13 17:53:34 +00:00
Pierlauro Sciarelli
4833e2f00f SERVER-74600 Fix test bugs due to secondary reads in merge_all_chunks_on_shard.js 2023-03-13 17:06:09 +00:00
Dianna Hohensee
a7ef436309 SERVER-70155 Add totalOplogSlotDurationMicros to 'Slow query' log msgs and the profiler data, to track how long a write operation holds an oplog slot open before commit 2023-03-13 17:05:13 +00:00
Gregory Wlodarek
97b0299462 SERVER-74703 Replicating the dropDatabase oplog entry and clearing the collection catalog during dropDatabase is done atomically 2023-03-13 16:30:21 +00:00
joshua
889dfd8f27 SERVER-74283: fix broken test 2023-03-11 01:36:20 +00:00
Ian Boros
3ff59aaf07 SERVER-71037 SBE top-k sort improvements 2023-03-10 23:23:36 +00:00
Tommaso Tocci
5034e23d20 SERVER-74741 Enable database consistency check in FSM with continuous stepdown 2023-03-10 20:46:23 +00:00
Tommaso Tocci
7431fd0c4f SERVER-74666 Add checkMetadataConsistency to random DDL concurrency test 2023-03-10 18:04:21 +00:00
Pol Pinol Castuera
569a71cd8b Revert "SERVER-72895 Implement shardKey index check in checkConsistencyMetadata command"
This reverts commit aecc384eca.
2023-03-09 14:31:43 +00:00
Israel Hsu
5b99e24bf2 SERVER-70996 Add serverStatus reporting for query analysis, reorg QueryAnalysis sample counting 2023-03-09 05:04:56 +00:00
Svilen Mihaylov
31ecc35187 SERVER-74635 [CQF] Fixes and improvements around access path 2023-03-09 01:37:38 +00:00
Davis Haupt
e04c976ddb SERVER-73557 add ability for mongos to broadcast shards pipeline to all nodes in a shard 2023-03-08 23:16:30 +00:00
Benety Goh
bb2e76b99d SERVER-74642 validate fetches and logs oplog entries for corrupted records 2023-03-08 21:51:24 +00:00
Alya Berciu
ec4a06ce20 SERVER-74440 Disallow inexact fetch on CWI for ineligible conjunction 2023-03-08 11:27:19 +00:00
Pol Pinol Castuera
aecc384eca SERVER-72895 Implement shardKey index check in checkConsistencyMetadata command 2023-03-08 10:36:40 +00:00
Milena Ivanova
efc2cded0a SERVER-73579 Code reorganization and clean-up. Added timing for CE estimates. 2023-03-08 09:50:11 +00:00
Dianna Hohensee
9b345f40ac SERVER-74632 Log aggregation results when validate commands fails due to a validation error 2023-03-07 19:45:37 +00:00
Dan Larkin-York
354b3b2ff1 SERVER-74631 Log index spec when validation detects index key inconsistencies 2023-03-07 18:40:07 +00:00
Gregory Wlodarek
7b4c5da7b6 SERVER-74674 Fix type checking getDB in feature_flag_util.js 2023-03-07 17:52:30 +00:00
Jiawei Yang
dd2220a222 SERVER-74599 fix shutdown before configure failpoint in initial_sync_fails_after_source_resyncs 2023-03-07 17:09:17 +00:00
Pierlauro Sciarelli
7208ec2715 SERVER-73028 Add index supporting automerger query on config.chunks 2023-03-07 11:59:00 +00:00
Pol Pinol Castuera
a1828809c8 SERVER-73394 Remove operationsBlockedByRefresh metrics 2023-03-07 10:05:58 +00:00
Gregory Wlodarek
49e89206c0 SERVER-74644 Fix multiversion passthrough feature flag tests 2023-03-06 23:55:15 +00:00
Faustoleyva54
1e217fd954 SERVER-74438 Update BucketMetadata to use time-series metadata value 2023-03-06 23:09:24 +00:00
Militsa Sotirova
a98e7808f0 SERVER-52327 Enable featureFlagUserRoles 2023-03-06 20:44:55 +00:00
Ian Boros
1b931173c5 SERVER-74646 Change CSI javascript util to deal with older versions 2023-03-06 19:56:07 +00:00
Randolph Tan
00dc7293c5 SERVER-74501 Fix MigrationBatchFetcher/Inserter completion reliance to not spawn an extra cleanup thread 2023-03-06 18:33:15 +00:00