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

emit at mapper may run out of memory

    • Query Execution

      The mapper may generate lots of items and each item is kept in-memory at this state. It would be crashed when run out of memory.

      NOTE: Skip the checking when using v8 engine (_jsMode: true). The best way is checking at emit function and transfers in memory storage to temp collection. Current state is checking at each document handled because the framework flow designed.

            Assignee:
            backlog-query-execution [DO NOT USE] Backlog - Query Execution
            Reporter:
            changyy Yuan-Yi Chang
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: