[SERVER-17841] Odd exception during bulk writes Created: 01/Apr/15  Updated: 20/Apr/15  Resolved: 20/Apr/15

Status: Closed
Project: Core Server
Component/s: Write Ops
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major - P3
Reporter: John Page Assignee: Sam Kleinman (Inactive)
Resolution: Cannot Reproduce Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Operating System: ALL
Participants:

 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.



 Comments   
Comment by John Page [ 01/Apr/15 ]

Ah - I am running 2 2.6.9 servers and one 3.0.1 server with similar test, I thought this was the 3.0.1 but you are correct its 2.6.9 standard
Sorry for that.
AWS messed with my head by giving me three similar but subtly different IP addresses (like same last octet, second octet similar)

Comment by John Page [ 01/Apr/15 ]

I get this sporadically - not all threads are affected.

Generated at Thu Feb 08 03:45:46 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.