mirror of https://github.com/mongodb/mongo
SERVER-93030 Add queryAnalysisSamplerConfigurationRefreshSecs to mongod options for analyze_shard_key test suites (#25555)
GitOrigin-RevId: a0ebb2bb0bd6ebc5cd825c9746ec77ff2f70834c
This commit is contained in:
parent
eb10ad2cdb
commit
dd3697bf76
|
|
@ -28,6 +28,7 @@ executor:
|
|||
set_parameters:
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
enableTestCommands: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
mongos_options:
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ executor:
|
|||
set_parameters:
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
enableTestCommands: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
mongos_options:
|
||||
|
|
|
|||
|
|
@ -98,6 +98,7 @@ executor:
|
|||
enableTestCommands: 1
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
num_rs_nodes_per_shard: 3
|
||||
num_shards: 2
|
||||
|
|
|
|||
|
|
@ -104,6 +104,7 @@ executor:
|
|||
enableTestCommands: 1
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
# Orphan cleanup happening too quickly can cause intermittent test failures due to
|
||||
# inconsistent secondary reads.
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ executor:
|
|||
enableTestCommands: 1
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
num_rs_nodes_per_shard: 3
|
||||
num_shards: 2
|
||||
|
|
|
|||
|
|
@ -248,6 +248,7 @@ executor:
|
|||
collectionClonerBatchSize: 10
|
||||
initialSyncOplogFetcherBatchSize: 10
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
skipDroppingHashedShardKeyIndex: true
|
||||
num_rs_nodes_per_shard: 3
|
||||
|
|
|
|||
|
|
@ -209,6 +209,7 @@ executor:
|
|||
enableElectionHandoff: 0
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
skipDroppingHashedShardKeyIndex: true
|
||||
num_rs_nodes_per_shard: 3
|
||||
|
|
|
|||
|
|
@ -254,6 +254,7 @@ executor:
|
|||
enableElectionHandoff: 0
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
skipDroppingHashedShardKeyIndex: true
|
||||
reshardingMinimumOperationDurationMillis: 0
|
||||
|
|
|
|||
|
|
@ -144,6 +144,7 @@ executor:
|
|||
enableTestCommands: 1
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
num_rs_nodes_per_shard: 3
|
||||
num_shards: 2
|
||||
|
|
|
|||
|
|
@ -148,6 +148,7 @@ executor:
|
|||
enableTestCommands: 1
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
skipDroppingHashedShardKeyIndex: true
|
||||
reshardingMinimumOperationDurationMillis: 0
|
||||
|
|
|
|||
|
|
@ -134,6 +134,7 @@ executor:
|
|||
enableTestCommands: 1
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
num_rs_nodes_per_shard: 3
|
||||
num_shards: 2
|
||||
|
|
|
|||
|
|
@ -249,6 +249,7 @@ executor:
|
|||
enableElectionHandoff: 0
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
num_rs_nodes_per_shard: 3
|
||||
num_shards: 2
|
||||
|
|
|
|||
|
|
@ -244,6 +244,7 @@ executor:
|
|||
enableElectionHandoff: 0
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
num_rs_nodes_per_shard: 3
|
||||
num_shards: 2
|
||||
|
|
|
|||
|
|
@ -139,6 +139,7 @@ executor:
|
|||
enableTestCommands: 1
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
skipDroppingHashedShardKeyIndex: true
|
||||
reshardingMinimumOperationDurationMillis: 0
|
||||
|
|
|
|||
|
|
@ -185,6 +185,7 @@ executor:
|
|||
enableTestCommands: 1
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
skipDroppingHashedShardKeyIndex: true
|
||||
reshardingMinimumOperationDurationMillis: 0
|
||||
|
|
|
|||
|
|
@ -214,6 +214,7 @@ executor:
|
|||
enableElectionHandoff: 0
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
num_rs_nodes_per_shard: 3
|
||||
num_shards: 2
|
||||
|
|
|
|||
|
|
@ -107,6 +107,7 @@ executor:
|
|||
enableTestCommands: 1
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
num_rs_nodes_per_shard: 3
|
||||
num_shards: 2
|
||||
|
|
|
|||
|
|
@ -108,6 +108,7 @@ executor:
|
|||
enableTestCommands: 1
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
num_rs_nodes_per_shard: 3
|
||||
num_shards: 2
|
||||
|
|
|
|||
|
|
@ -108,6 +108,7 @@ executor:
|
|||
enableTestCommands: 1
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
skipDroppingHashedShardKeyIndex: true
|
||||
reshardingMinimumOperationDurationMillis: 0
|
||||
|
|
|
|||
|
|
@ -184,6 +184,7 @@ executor:
|
|||
enableTestCommands: 1
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
skipDroppingHashedShardKeyIndex: true
|
||||
reshardingMinimumOperationDurationMillis: 0
|
||||
|
|
|
|||
|
|
@ -218,6 +218,7 @@ executor:
|
|||
enableTestCommands: 1
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
skipDroppingHashedShardKeyIndex: true
|
||||
reshardingMinimumOperationDurationMillis: 0
|
||||
|
|
|
|||
|
|
@ -205,6 +205,7 @@ executor:
|
|||
enableElectionHandoff: 0
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
skipDroppingHashedShardKeyIndex: true
|
||||
# Delay orphan cleanup to get around SERVER-87673.
|
||||
|
|
|
|||
|
|
@ -99,6 +99,7 @@ executor:
|
|||
enableTestCommands: 1
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
# TODO SERVER-89498 Re-enable.
|
||||
# featureFlagAllMongodsAreSharded: 1
|
||||
|
|
|
|||
|
|
@ -106,6 +106,7 @@ executor:
|
|||
enableTestCommands: 1
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
skipDroppingHashedShardKeyIndex: true
|
||||
reshardingMinimumOperationDurationMillis: 0
|
||||
|
|
|
|||
|
|
@ -190,6 +190,7 @@ executor:
|
|||
enableElectionHandoff: 0
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
num_rs_nodes_per_shard: 3
|
||||
num_shards: 2
|
||||
|
|
|
|||
|
|
@ -200,6 +200,7 @@ executor:
|
|||
enableElectionHandoff: 0
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
skipDroppingHashedShardKeyIndex: true
|
||||
# Delay orphan cleanup to get around SERVER-87673.
|
||||
|
|
|
|||
|
|
@ -229,6 +229,7 @@ executor:
|
|||
enableElectionHandoff: 0
|
||||
roleGraphInvalidationIsFatal: 1
|
||||
queryAnalysisWriterIntervalSecs: 1
|
||||
queryAnalysisSamplerConfigurationRefreshSecs: 1
|
||||
defaultConfigCommandTimeoutMS: 90000
|
||||
skipDroppingHashedShardKeyIndex: true
|
||||
reshardingMinimumOperationDurationMillis: 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue