Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-17841

Odd exception during bulk writes

    • Type: Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Write Ops
    • Labels:
      None
    • ALL

      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.

            Assignee:
            sam.kleinman Sam Kleinman (Inactive)
            Reporter:
            john.page@mongodb.com John Page
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: