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

Define a reasonable maxTimeMsOverride for the checkOID requests

    • Fully Compatible
    • ALL
    • v4.4, v4.2, v4.0
    • Sharding 2021-02-08
    • 9

      The requests that we send from the Balancer thread from the primary node of the CSRS doen't have a reasonable time out: the opCtx of that thread doesn't define the maxTimeMs and, since we do not specify the maxTimeMsOverride it is set to Milliseconds::max().

      The main problem is that if any of these requests cannot be fulfilled we will hang there forever.

      The goal of this ticket is to define a reasonable maxTimeMsOverride for those commands (30s).

            Assignee:
            alexandre.bique@mongodb.com Alexandre Bique (Inactive)
            Reporter:
            sergi.mateo-bellido@mongodb.com Sergi Mateo Bellido
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: