[ 
https://issues.apache.org/jira/browse/CAMEL-9196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mykola Pavluchynskyi updated CAMEL-9196:
----------------------------------------
    Description: 
A timeout of 0 won't timeout in the instant, the time will go negative. 

camelcontext.stopRoute(routeId, 0, TimeUnit.SECONDS, false); 

[org.apache.camel.impl.DefaultShutdownStrategy] : Waiting as there are still 3 
inflight and pending exchanges to complete, timeout in -1 seconds.
[org.apache.camel.impl.DefaultShutdownStrategy] : Waiting as there are still 3 
inflight and pending exchanges to complete, timeout in -2 seconds.
[org.apache.camel.impl.DefaultShutdownStrategy] : Waiting as there are still 3 
inflight and pending exchanges to complete, timeout in -3 seconds. 

Found a post related to it there : 
http://camel.465427.n5.nabble.com/Forcefully-shutting-down-routes-td5722447.html

Original issue was marked as fixed so I create clone:
I'm using 2.15.3 and still have the same promlem - negative timeout and don't 
stop.

12:48:59,864 INFO [org.apache.camel.impl.DefaultShutdownStrategy] (Camel 
(interprocCamelContext) thread #56904 - timer://InteractiveAppRetryProcessor) 
Waiting as there are still 1 inflight and pending exchanges to complete, 
timeout in -25754 seconds. Inflights per route: [InteractiveProcessor_Retry_4 = 
1]
12:49:00,865 INFO [org.apache.camel.impl.DefaultShutdownStrategy] (Camel 
(interprocCamelContext) thread #56904 - timer://InteractiveAppRetryProcessor) 
Waiting as there are still 1 inflight and pending exchanges to complete, 
timeout in -25755 seconds. Inflights per route: [InteractiveProcessor_Retry_4 = 
1]
12:49:01,865 INFO [org.apache.camel.impl.DefaultShutdownStrategy] (Camel 
(interprocCamelContext) thread #56904 - timer://InteractiveAppRetryProcessor) 
Waiting as there are still 1 inflight and pending exchanges to complete, 
timeout in -25756 seconds. Inflights per route: [InteractiveProcessor_Retry_4 = 
1]
12:49:02,866 INFO [org.apache.camel.impl.DefaultShutdownStrategy] (Camel 
(interprocCamelContext) thread #56904 - timer://InteractiveAppRetryProcessor) 
Waiting as there are still 1 inflight and pending exchanges to complete, 
timeout in -25757 seconds. Inflights per route: [InteractiveProcessor_Retry_4 = 
1]
12:49:03,866 INFO [org.apache.camel.impl.DefaultShutdownStrategy] (Camel 
(interprocCamelContext) thread #56904 - timer://InteractiveAppRetryProcessor) 
Waiting as there are still 1 inflight and pending exchanges to complete, 
timeout in -25758 seconds. Inflights per route: [InteractiveProcessor_Retry_4 = 
1]
12:49:04,866 INFO [org.apache.camel.impl.DefaultShutdownStrategy] (Camel 
(interprocCamelContext) thread #56904 - timer://InteractiveAppRetryProcessor) 
Waiting as there are still 1 inflight and pending exchanges to complete, 
timeout in -25759 seconds. Inflights per route: [InteractiveProcessor_Retry_4 = 
1]
12:49:05,867 INFO [org.apache.camel.impl.DefaultShutdownStrategy] (Camel 
(interprocCamelContext) thread #56904 - timer://InteractiveAppRetryProcessor) 
Waiting as there are still 1 inflight and pending exchanges to complete, 
timeout in -25760 seconds. Inflights per route: [InteractiveProcessor_Retry_4 = 
1]
When using hawtio it simply hangs when I try to view properties of Camel 
Contexts
I am using camel with activemq, but there are no inflight messages in 
activemq...

  was:
A timeout of 0 won't timeout in the instant, the time will go negative. 

camelcontext.stopRoute(routeId, 0, TimeUnit.SECONDS, false); 

[org.apache.camel.impl.DefaultShutdownStrategy] : Waiting as there are still 3 
inflight and pending exchanges to complete, timeout in -1 seconds.
[org.apache.camel.impl.DefaultShutdownStrategy] : Waiting as there are still 3 
inflight and pending exchanges to complete, timeout in -2 seconds.
[org.apache.camel.impl.DefaultShutdownStrategy] : Waiting as there are still 3 
inflight and pending exchanges to complete, timeout in -3 seconds. 

Found a post related to it there : 
http://camel.465427.n5.nabble.com/Forcefully-shutting-down-routes-td5722447.html


> CLONE - DefaultShutdownStrategy shutdown timeout of 0 will never timeout and 
> go in negative time
> ------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-9196
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9196
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.15.3
>            Reporter: Mykola Pavluchynskyi
>            Assignee: Willem Jiang
>            Priority: Minor
>
> A timeout of 0 won't timeout in the instant, the time will go negative. 
> camelcontext.stopRoute(routeId, 0, TimeUnit.SECONDS, false); 
> [org.apache.camel.impl.DefaultShutdownStrategy] : Waiting as there are still 
> 3 inflight and pending exchanges to complete, timeout in -1 seconds.
> [org.apache.camel.impl.DefaultShutdownStrategy] : Waiting as there are still 
> 3 inflight and pending exchanges to complete, timeout in -2 seconds.
> [org.apache.camel.impl.DefaultShutdownStrategy] : Waiting as there are still 
> 3 inflight and pending exchanges to complete, timeout in -3 seconds. 
> Found a post related to it there : 
> http://camel.465427.n5.nabble.com/Forcefully-shutting-down-routes-td5722447.html
> Original issue was marked as fixed so I create clone:
> I'm using 2.15.3 and still have the same promlem - negative timeout and don't 
> stop.
> 12:48:59,864 INFO [org.apache.camel.impl.DefaultShutdownStrategy] (Camel 
> (interprocCamelContext) thread #56904 - timer://InteractiveAppRetryProcessor) 
> Waiting as there are still 1 inflight and pending exchanges to complete, 
> timeout in -25754 seconds. Inflights per route: [InteractiveProcessor_Retry_4 
> = 1]
> 12:49:00,865 INFO [org.apache.camel.impl.DefaultShutdownStrategy] (Camel 
> (interprocCamelContext) thread #56904 - timer://InteractiveAppRetryProcessor) 
> Waiting as there are still 1 inflight and pending exchanges to complete, 
> timeout in -25755 seconds. Inflights per route: [InteractiveProcessor_Retry_4 
> = 1]
> 12:49:01,865 INFO [org.apache.camel.impl.DefaultShutdownStrategy] (Camel 
> (interprocCamelContext) thread #56904 - timer://InteractiveAppRetryProcessor) 
> Waiting as there are still 1 inflight and pending exchanges to complete, 
> timeout in -25756 seconds. Inflights per route: [InteractiveProcessor_Retry_4 
> = 1]
> 12:49:02,866 INFO [org.apache.camel.impl.DefaultShutdownStrategy] (Camel 
> (interprocCamelContext) thread #56904 - timer://InteractiveAppRetryProcessor) 
> Waiting as there are still 1 inflight and pending exchanges to complete, 
> timeout in -25757 seconds. Inflights per route: [InteractiveProcessor_Retry_4 
> = 1]
> 12:49:03,866 INFO [org.apache.camel.impl.DefaultShutdownStrategy] (Camel 
> (interprocCamelContext) thread #56904 - timer://InteractiveAppRetryProcessor) 
> Waiting as there are still 1 inflight and pending exchanges to complete, 
> timeout in -25758 seconds. Inflights per route: [InteractiveProcessor_Retry_4 
> = 1]
> 12:49:04,866 INFO [org.apache.camel.impl.DefaultShutdownStrategy] (Camel 
> (interprocCamelContext) thread #56904 - timer://InteractiveAppRetryProcessor) 
> Waiting as there are still 1 inflight and pending exchanges to complete, 
> timeout in -25759 seconds. Inflights per route: [InteractiveProcessor_Retry_4 
> = 1]
> 12:49:05,867 INFO [org.apache.camel.impl.DefaultShutdownStrategy] (Camel 
> (interprocCamelContext) thread #56904 - timer://InteractiveAppRetryProcessor) 
> Waiting as there are still 1 inflight and pending exchanges to complete, 
> timeout in -25760 seconds. Inflights per route: [InteractiveProcessor_Retry_4 
> = 1]
> When using hawtio it simply hangs when I try to view properties of Camel 
> Contexts
> I am using camel with activemq, but there are no inflight messages in 
> activemq...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to