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

MongoDB.Driver.WriteConcernException in specific update queries

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • None
    • None
    • Querying
    • None
    • OS: Ubuntu 15.04
      Proc: Intel Core i7-4790 Quad-Core CPU @ 3.60GHz
      RAM: 32GB
      Profile: 1 slow:100
    • Linux

    Description

      When trying to make a particular update query (query.txt) over a stored document (storage.txt) the following error appear:(error.txt)

      WriteConcern detected an error 'assertion src/mongo/db/storage/mmap_v1/btree/key.cpp:608'. (Response was { "connectionId" : 1006, "err" : "assertion src/mongo/db/storage/mmap_v1/btree/key.cpp:608", "n" : 0, "ok" : 1.0 }). 
      Type: MongoDB.Driver.WriteConcernException
      

      I realized that this only happens when the query have the exact field name "size_of_raw_data" with value 512. If i change the value to 513 or 511 or whatever else, the query executes in normal way.

      Attachments

        1. error.txt
          2 kB
        2. exception.txt
          4 kB
        3. query.txt
          0.1 kB
        4. storage.txt
          7 kB

        Activity

          People

            kelsey.schubert@mongodb.com Kelsey Schubert
            kdeltared Rodrigo Cetera
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: