This test is currently using 15 threads but that may be too much for this workload to handle. The test can take up to 20 minutes to run and the execution logs contain this message ~1,700 times:
[fsm_workload_test:find_cmd_with_indexes_timeseries] [tid:9, conn:conn5341] Retrying the dropIndexes command because a background operation is in progress (attempt 17): { [fsm_workload_test:find_cmd_with_indexes_timeseries] "ok" : 0, [fsm_workload_test:find_cmd_with_indexes_timeseries] "errmsg" : "cannot perform operation: an index build is currently running for collection with UUID: 0dfea18c-6fc6-4cc6-ae1c-1cdb6fa5dc99", [fsm_workload_test:find_cmd_with_indexes_timeseries] "code" : 12587, [fsm_workload_test:find_cmd_with_indexes_timeseries] "codeName" : "BackgroundOperationInProgressForNamespace", [fsm_workload_test:find_cmd_with_indexes_timeseries] "$clusterTime" : { [fsm_workload_test:find_cmd_with_indexes_timeseries] "clusterTime" : Timestamp(1630184690, 2), [fsm_workload_test:find_cmd_with_indexes_timeseries] "signature" : { [fsm_workload_test:find_cmd_with_indexes_timeseries] "hash" : BinData(0,"AAAAAAAAAAAAAAAAAAAAAAAAAAA="), [fsm_workload_test:find_cmd_with_indexes_timeseries] "keyId" : NumberLong(0) [fsm_workload_test:find_cmd_with_indexes_timeseries] } [fsm_workload_test:find_cmd_with_indexes_timeseries] }, [fsm_workload_test:find_cmd_with_indexes_timeseries] "operationTime" : Timestamp(1630184689, 6) [fsm_workload_test:find_cmd_with_indexes_timeseries] }
- is related to
-
SERVER-54714 Concurrency workloads for queries on time-series collections
- Closed