-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Cluster Scalability
-
Fully Compatible
-
ALL
-
v8.0, v7.3
-
0
See BF-31425 for more details.
The QueryAnalysisWriter will not persist samples if it doesn't have a query analysis configuration corresponding to that sample.
The refresh interval is currently 10 seconds, so we run into the possibility of missing all or a large portion of samples if the test runs fast enough.
Set queryAnalysisSamplerConfigurationRefreshSecs to 1 under mongod_options for all suites that use the ShardingClusterFixture and run analyze_shard_key.js fsm workload.