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

mongod process crashed while running some aggregation queries

    • Type: Icon: Bug Bug
    • Resolution: Incomplete
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 3.2.8
    • Component/s: Aggregation Framework
    • Labels:
      None
    • ALL

      While we were running some aggregation queries the mongod process stopped/crashed all of a sudden. These is the extract from the connection that generated this , may be all the queries were not logged

      2017-07-25T12:43:43.395-0400 I COMMAND  [conn2108957] command esp-9.fitch_entity command: aggregate { aggregate: "fitch_entity", pipeline: [ { $match: { transactionList: { $exists: true } } }, { $unwind: "$transactionList" }, { $match: { transactionList.transactionID: 96247516.0 } }, { $lookup: { from: "fitch_ratable", localField: "groupID", foreignField: "groupID", as: "bonds" } }, { $unwind: "$bonds" }, { $project: { bonds: 1.0 } } ], cursor: { batchSize: 50 }, allowDiskUse: false } cursorid:247538249648 keyUpdates:0 writeConflicts:0 numYields:1216 reslen:196102 locks:{ Global: { acquireCount: { r: 2484 } }, Database: { acquireCount: { r: 1242 } }, Collection: { acquireCount: { r: 1242 } } } protocol:op_query 2728ms
      2017-07-25T12:44:52.085-0400 F -        [conn2108957] Invalid access at address: 0x20
      2017-07-25T12:44:52.133-0400 F -        [conn2108957] Got signal: 11 (Segmentation fault).
      

            Assignee:
            kelsey.schubert@mongodb.com Kelsey Schubert
            Reporter:
            amol.gholap@fitchratings.com Amol Gholap
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: