Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.8.2
-
None
-
Unknown
Description
If you stop a route with a custom time out value, then the graceful shutdown strategy will still use the default timeout value in the logs, so that information is not correct. For example if you have a short default value, but provide a higher timeout value, then you can have the log show negative timeout values.
INFO DefaultShutdownStrategy - Waiting as there are still 2 inflight and pending exchanges to complete, timeout in -14 seconds.