Details
-
Bug
-
Resolution: Done
-
Major - P3
-
3.2.0
-
Fully Compatible
-
ALL
-
QuInt E (01/11/16)
-
0
Description
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
|
}
|