Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
2.10.4
-
Novice
Description
defaultShutdownStrategy.setTimeout(0L);
may give the following when shutting down and inflight exchanges do not complete
Camel (camel) thread #2 - ShutdownTask INFO org.apache.camel.impl.DefaultShutdownStrategy - Waiting as there are still 2 inflight and pending exchanges to complete, timeout in 0 seconds.
Camel (camel) thread #2 - ShutdownTask INFO org.apache.camel.impl.DefaultShutdownStrategy - Waiting as there are still 2 inflight and pending exchanges to complete, timeout in -1 seconds.
Camel (camel) thread #2 - ShutdownTask INFO org.apache.camel.impl.DefaultShutdownStrategy - Waiting as there are still 2 inflight and pending exchanges to complete, timeout in -2 seconds.
[...]
Camel (camel) thread #2 - ShutdownTask INFO org.apache.camel.impl.DefaultShutdownStrategy - Waiting as there are still 2 inflight and pending exchanges to complete, timeout in -323 seconds.