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

getMore with maxTimeMS returns "operation exceeded time limit" if concurrent blocking operation is running

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.7.4
    • Affects Version/s: None
    • Component/s: Querying
    • Labels:
    • Fully Compatible
    • ALL
    • v3.6
    • Query 2018-03-26, Query 2018-04-09
    • 23

      Came from investigation on BF-8367, where the awaitdata_getmore_cmd.js fails when running in parallel with compact_keeps_indexes.js. The latter performs slow operations that hold the global DB lock, and the first is expecting a getMore to time out and return a batch size of 0. Instead, the getMore fails with "exceeded time limit". Reproducible test is attached.

            Assignee:
            charlie.swanson@mongodb.com Charlie Swanson
            Reporter:
            nicholas.zolnierz@mongodb.com Nicholas Zolnierz
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: