unclear error message when agg exceeds 64MBs document size

XMLWordPrintableJSON

    • Query Execution
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      On some complex aggregations users get back:

      exception: BufBuilder attempted to grow() to 67108876 bytes, past the 64MB limit.
      Mongo Server error (MongoCommandException): Command failed with error 13548: 'BufBuilder attempted to grow() to 67108876 bytes, past the 64MB limit.' on server localhost:27017.
      {
          "ok" : 0.0,
          "errmsg" : "BufBuilder attempted to grow() to 67108876 bytes, past the 64MB limit.",
          "code" : NumberInt(13548),
          "codeName" : "Location13548"
      }
      

      This is very opaque. It would be nice to provide a nicer error message that at least gives them an idea of where to start looking.

              Assignee:
              [DO NOT USE] Backlog - Query Execution
              Reporter:
              Asya Kamsky
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

                Created:
                Updated: