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

Avoid signals for JS interruptability

    • Query Execution
    • Fully Compatible
    • ALL
    • Platforms 2016-10-31

      SpiderMonkey offers support for non-signal based interruption via JS_SetGlobalJitCompilerOption in JSJITCOMPILER_SIGNALS_ENABLE mode.

      This appears to solve the need for called code to guard against signals, as well as the general system instability caused by using signals (variables swapping values in js, other code crashing, etc).

      Switch to invoking those methods at runtime setup and re-enable periodic interruption

            Assignee:
            backlog-query-execution [DO NOT USE] Backlog - Query Execution
            Reporter:
            mira.carey@mongodb.com Mira Carey
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: