-
Type: Bug
-
Resolution: Incomplete
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Concurrency, Performance, Write Ops
-
Environment:MongoDB 3.0.5
C++ driver: 1.0.1
OS: centos 7
-
Linux
-
Two separated opeartion: push and upsert were built in same BulkOperation.
if two operation will operate on same document, it will cause the push operation failed.