You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (Jira)" <ji...@apache.org> on 2020/10/09 03:29:00 UTC

[jira] [Assigned] (KARAF-5378) Bundle state is not sync with Camel context state

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

Jean-Baptiste Onofré reassigned KARAF-5378:
-------------------------------------------

    Assignee:     (was: Jean-Baptiste Onofré)

> Bundle state is not sync with Camel context state
> -------------------------------------------------
>
>                 Key: KARAF-5378
>                 URL: https://issues.apache.org/jira/browse/KARAF-5378
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf
>            Reporter: Jean-Baptiste Onofré
>            Priority: Major
>
> Up to Karaf 3, when a bundle contained a route, doing a {{bundle:stop}} actually stopped the CamelContext and the bundle was in {{Resolved}} only when the graceful shutdown was completed.
> Now with Karaf 4, it seems that the bundle goes directly in {{Resolved}} state while the Camel Context is still shutting down (graceful):
> {code}
> tadmin@trun()> bundle:list |grep camel
> 531 | Resolved |  80 | 0.1.0.SNAPSHOT                     | camel-test
> 2017-09-15 10:37:09,847 | INFO  | 3 - ShutdownTask | DefaultShutdownStrategy          | 158 - org.apache.camel.camel-core - 2.16.3 | Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 268 seconds. Inflights per route: [camel-test = 1]
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)