Stop or shutdown a route with a custom timeout value, will still log using the default timeout in the logs ----------------------------------------------------------------------------------------------------------
Key: CAMEL-4619 URL: https://issues.apache.org/jira/browse/CAMEL-4619 Project: Camel Issue Type: Bug Components: camel-core Affects Versions: 2.8.2, 2.8.3 Reporter: Claus Ibsen Assignee: Claus Ibsen Priority: Minor Fix For: 2.9.0 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. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira