Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-61178

Use less concurrency in find_cmd_with_indexes_timeseries.js

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • None
    • 5.2.0, 5.0.5, 5.1.1
    • None
    • None
    • Fully Compatible
    • v5.1, v5.0
    • Execution Team 2021-11-15
    • 35

    Description

      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] }
      

      Attachments

        Issue Links

          Activity

            People

              gregory.wlodarek@mongodb.com Gregory Wlodarek
              gregory.wlodarek@mongodb.com Gregory Wlodarek
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: