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

journal exception during large operations within db.eval (multi update)

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 1.9.2
    • Affects Version/s: 1.8.2
    • Component/s: Stability, Storage
    • Labels:
      None
    • Environment:
      CentOS 5.6
    • ALL

      Query is:
      db.ActivityEvent.update(

      {type:"NEWS"}

      ,
      {$set: {className:"com.activitystream.common.dto.News"}}, false, true);

      Collection has 700k entries and the raw bson is about 685MB

      If we turn journaling off the query completes and mongo doesn't die.

      Attached mongodb.log. Pertinent lines:
      Mon Jul 18 21:37:43 [conn88] notifications_uat Assertion failure a <= 256*1024*1024 util/alignedbuilder.cpp 51

      Mon Jul 18 21:37:43 [conn88] dbexception in groupCommit causing immediate shutdown: 0 assertion util/alignedbuilder.cpp:52
      Mon Jul 18 21:37:43 Got signal: 6 (Aborted).

            Assignee:
            mathias@mongodb.com Mathias Stearn
            Reporter:
            chrisferry chrisferry@gmail.com
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: