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

create_capped_collection_visibility_snapshot FSM workload tries to tail non-capped collection

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 7.2.0-rc0
    • 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)

            Assignee:
            jordi.olivares-provencio@mongodb.com Jordi Olivares Provencio
            Reporter:
            matt.broadstone@mongodb.com Matt Broadstone
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: