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

Prevent CappedPositionLost workload failures with indexed_insert_base_capped.js

    • Fully Compatible
    • ALL
    • QuInt E (01/11/16)
    • 0

      The indexed_insert_base_capped.js FSM workload can fail with this error if a yield occurs during a collection scan and the position becomes invalidated by a deletion from the capped collection:

              Error: error: {
              	"waitedMS" : NumberLong(0),
              	"ok" : 0,
              	"errmsg" : "Executor error during find command: CappedPositionLost CollectionScan died due to position in capped collection being deleted. Last seen record id: RecordId(0)",
              	"code" : 96
              }
      

            Assignee:
            max.hirschhorn@mongodb.com Max Hirschhorn
            Reporter:
            kamran.khan Kamran K.
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: