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

Kill spillable queries when disk space is low

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Execution
    • v8.0, v7.0
    • QE 2024-06-24, QE 2024-07-08, QE 2024-07-22, QE 2024-08-05, QE 2024-08-19, QE 2024-09-02, QE 2024-09-16

      If disk space is running low, we can kill queries that are actively spilling to disk to free up disk space.

      We can add a hook to the DiskSpaceMonitor to do so. A simpler solution would be to check for disk space remaining on spill, and fail the query if some minimum amount is not available.

            Assignee:
            projjal.chanda@mongodb.com Projjal Chanda
            Reporter:
            louis.williams@mongodb.com Louis Williams
            Votes:
            1 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated: