Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
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