-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.8.0-rc0
-
Component/s: Concurrency
-
ALL
We have a handful of threads doing inserts and finds against a collection with a multikey index. The inserts should succeed, but the WriteResult returned by the server looks like this:
{ "nInserted" : 0, "writeError" : { "code" : 112, "errmsg" : "WriteConflict" } }
The bug can happen with as few as 2 threads, but it is more reliable to reproduce with ~8 threads. Running with dozens or hundreds of threads seems to make it less reliable to reproduce.
- depends on
-
SERVER-16159 Batched insert command does not yield
- Closed