Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
2.8.0-rc0
-
ALL
Description
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.
Attachments
Issue Links
- depends on
-
SERVER-16159 Batched insert command does not yield
-
- Closed
-