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

Window functions spilling to disk can fail across getMore's

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 5.0.0-rc0, 5.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • ALL
    • v5.0
    • Query Optimization 2021-05-31

      This was found locally by adding a small batch size to the WF helper code, which passed for most tests except for spill_to_disk.js which failed for the following reason:

      [js_test:spill_to_disk] assert: command failed: {
      [js_test:spill_to_disk]         "ok" : 0,
      [js_test:spill_to_disk]         "errmsg" : "Executor error during getMore :: caused by :: Failed to write to disk because WiredTigerRecordStore::insertRecord 95: Operation not supported",
      [js_test:spill_to_disk]         "code" : 5643002,
      [js_test:spill_to_disk]         "codeName" : "Location5643002"
      [js_test:spill_to_disk] }
      

            Assignee:
            ted.tuckman@mongodb.com Ted Tuckman
            Reporter:
            nicholas.zolnierz@mongodb.com Nicholas Zolnierz
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: