-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Service Arch 2022-03-21, Service Arch 2022-04-04, Service Arch 2022-04-18
-
1
finishShutdown uses "long long" type to represent the amount of time before the shutdown is considered timeout. Modern C++ expects time durations to be represented as a unit of time like Milliseconds.
Acceptance Criteria: Change the method signature, all callers and callees.
- is duplicated by
-
SERVER-63198 Prevent shutdown command from hanging
- Closed