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

tenant_migration_donor_shutdown_while_blocking_reads.js to check for InterruptedAtShutdown

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.3.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • ALL
    • Server Serverless 2022-12-12
    • 171

      A bug was introduced as part of SERVER-71793 which changed the first error to be checked from InterruptedAtShutdown to InterruptedDueToReplStateChange.

      We should change that from :

      ErrorCodes.InterruptedDueToReplStateChange || ErrorCodes.HostUnreachable

      to

      ErrorCodes.InterruptedAtShutdown || ErrorCodes.HostUnreachable

            Assignee:
            mathis.bessa@mongodb.com Mathis Bessa (Inactive)
            Reporter:
            mathis.bessa@mongodb.com Mathis Bessa (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: