|
We have enable the notablescan feature in our replicaset.
When we no restore a dump of our data, the secondaries fail when they try to replicate the data from the dump.
2014-12-15T18:07:38.622+0000 [repl writer worker 1] ERROR: writer worker caught exception: :: caused by :: 17243 could not get runner { _id: ObjectId('541999130cf27885358c926a') }; :: caused by ::
|
error processing query: ns=database.collection limit=0 skip=0
|
Tree: _id == ObjectId('541999130cf27885358c926a')
|
Sort: {}
|
Proj: {}
|
No query solutions on: { ts: Timestamp 1418666858000|2, h: -5089338154521627339, v: 2, op: "i", ns: "database.collection", o: { _id: ObjectId('541999130cf27885358c926a'), field = "value" } }
|
2014-12-15T18:07:38.622+0000 [repl writer worker 1] Fatal Assertion 18692
|
The secondaries fail everytime we start them again, since the retry the operation.
We need to disable notablescan = false to restore the dump.
After we have finished the resotre we can set notablescan = true again and no errors occur.
|