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

tenant_migration_donor_shutdown_while_blocking_reads.js to check for InterruptedAtShutdown

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • None
    • 6.3.0-rc0
    • None
    • None
    • Fully Compatible
    • ALL
    • Server Serverless 2022-12-12
    • 171

    Description

      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

      Attachments

        Activity

          People

            mathis.bessa@mongodb.com Mathis Bessa
            mathis.bessa@mongodb.com Mathis Bessa
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: