Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major - P3
-
None
-
None
-
None
-
ALL
Description
I'm putting this under the Java driver as I'm seeing it there - only on MDB 3.0 and Wired tiger BUT I see a similar issue in Python with a different set of code - bulk updates failing and no handy info.
I'm getting the following error when doing muti threaded bulk upserts.
|
|
com.mongodb.BulkWriteException: Bulk write operation error on server 172.31.12.171:27017. Write errors: [BulkWriteError{index=97, code=1, message=' Update query failed -- RUNNER_DEAD', details={ }}].
|
at com.mongodb.BulkWriteBatchCombiner.throwOnError(BulkWriteBatchCombiner.java:127)
|
at com.mongodb.BulkWriteBatchCombiner.getResult(BulkWriteBatchCombiner.java:115)
|
at com.mongodb.DBCollectionImpl.executeBulkWriteOperation(DBCollectionImpl.java:160)
|
at com.mongodb.DBCollection.executeBulkWriteOperation(DBCollection.java:1737)
|
at com.mongodb.DBCollection.executeBulkWriteOperation(DBCollection.java:1733)
|
at com.mongodb.BulkWriteOperation.execute(BulkWriteOperation.java:93)
|
at MongoWorker.run(MongoWorker.java:86)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
|
at java.lang.Thread.run(Thread.java:745)
|
Window server (But see python issue on Linux servers), can share jar that reproduces easily.