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

Ensure that check for the interrupt is done on every getNext() call in datasize_kill_op.js

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.0.4, 6.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • ALL
    • v6.0
    • 8

      BF-25019 encountered a case where even though the command is marked as killed, it returns the success code, as while executing no check for the interrupt is being made.

      In order to force this check, we set the number of iterations allowed prior the check to be performed to be 1. Meaning that on every getNext() call, the check will be made.

            Assignee:
            denis.grebennicov@mongodb.com Denis Grebennicov
            Reporter:
            denis.grebennicov@mongodb.com Denis Grebennicov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: