-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
v7.1
-
Execution EMEA Team 2023-10-16
After fixing FSM error reporting in SERVER-81007, the create_capped_collection_visibility_snapshot workload began failing with the following error(s):
[fsm_workload_test:create_capped_collection_visibility_snapshot] 1 thread with tids [18] threw [fsm_workload_test:create_capped_collection_visibility_snapshot] Foreground jstests/concurrency/fsm_workloads/create_capped_collection_visibility_snapshot.js [fsm_workload_test:create_capped_collection_visibility_snapshot] Error: command failed: { [fsm_workload_test:create_capped_collection_visibility_snapshot] "ok" : 0, [fsm_workload_test:create_capped_collection_visibility_snapshot] "errmsg" : "error processing query: ns=local.create_capped_collection_visibility_snapshot1 batchSize=0Tree: $and\nSort: {}\nProj: {}\n tailable cursor requested on non capped collection", [fsm_workload_test:create_capped_collection_visibility_snapshot] "code" : 2, [fsm_workload_test:create_capped_collection_visibility_snapshot] "codeName" : "BadValue" [fsm_workload_test:create_capped_collection_visibility_snapshot] } with original command request: { [fsm_workload_test:create_capped_collection_visibility_snapshot] "find" : "create_capped_collection_visibility_snapshot1", [fsm_workload_test:create_capped_collection_visibility_snapshot] "filter" : { [fsm_workload_test:create_capped_collection_visibility_snapshot] [fsm_workload_test:create_capped_collection_visibility_snapshot] }, [fsm_workload_test:create_capped_collection_visibility_snapshot] "tailable" : true, [fsm_workload_test:create_capped_collection_visibility_snapshot] "batchSize" : 0, [fsm_workload_test:create_capped_collection_visibility_snapshot] "lsid" : { [fsm_workload_test:create_capped_collection_visibility_snapshot] "id" : UUID("cd621759-097a-443e-a0f1-2ac675e304be") [fsm_workload_test:create_capped_collection_visibility_snapshot] } [fsm_workload_test:create_capped_collection_visibility_snapshot] } on connection: connection to localhost:20000 [fsm_workload_test:create_capped_collection_visibility_snapshot] [fsm_workload_test:create_capped_collection_visibility_snapshot] _getErrorWithCode@src/mongo/shell/utils.js:24:13 [fsm_workload_test:create_capped_collection_visibility_snapshot] quietlyDoAssert@/data/mci/cc8b3bf9ad0cfe7d5223fb696ed1881e/src/jstests/concurrency/fsm_libs/assert.js:57:18 [fsm_workload_test:create_capped_collection_visibility_snapshot] _assertCommandWorked@src/mongo/shell/assert.js:748:25 [fsm_workload_test:create_capped_collection_visibility_snapshot] assert.commandWorked@src/mongo/shell/assert.js:842:16 [fsm_workload_test:create_capped_collection_visibility_snapshot] wrapAssertFn@/data/mci/cc8b3bf9ad0cfe7d5223fb696ed1881e/src/jstests/concurrency/fsm_libs/assert.js:70:22 [fsm_workload_test:create_capped_collection_visibility_snapshot] assertWithLevel/</assertWithLevel[fn]@/data/mci/cc8b3bf9ad0cfe7d5223fb696ed1881e/src/jstests/concurrency/fsm_libs/assert.js:111:20 [fsm_workload_test:create_capped_collection_visibility_snapshot] getMore@/data/mci/cc8b3bf9ad0cfe7d5223fb696ed1881e/src/jstests/concurrency/fsm_workloads/create_capped_collection_visibility_snapshot.js:56:30 [fsm_workload_test:create_capped_collection_visibility_snapshot] runFSM@/data/mci/cc8b3bf9ad0cfe7d5223fb696ed1881e/src/jstests/concurrency/fsm_libs/fsm.js:157:20 [fsm_workload_test:create_capped_collection_visibility_snapshot] @eval:8:19 [fsm_workload_test:create_capped_collection_visibility_snapshot] main@/data/mci/cc8b3bf9ad0cfe7d5223fb696ed1881e/src/jstests/concurrency/fsm_libs/worker_thread.js:229:23
(full log)
- is related to
-
SERVER-81236 create_capped_collection_visibility_snapshot FSM workload tries using local database when sharded
- Closed
- related to
-
SERVER-81007 FSM workloads no longer fail when $config.states functions throw exceptions
- Closed