You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2010/07/28 03:13:52 UTC

[jira] Assigned: (CAMEL-3000) show the time to timeout while waiting for graceful shutdown

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

Willem Jiang reassigned CAMEL-3000:
-----------------------------------

    Assignee: Willem Jiang

> show the time to timeout while waiting for graceful shutdown
> ------------------------------------------------------------
>
>                 Key: CAMEL-3000
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3000
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.4.0
>            Reporter: Karl Palsson
>            Assignee: Willem Jiang
>            Priority: Trivial
>         Attachments: Camel__Show_how_long_until_the_timeout_expires.patch
>
>
> When the default shutdown kicks in, and tries to gracefully shutdown, it would be nice to know when it will finish, if at all.
> Instead of showing just:  
> {code}
> Waiting as there are still 26 inflight and pending exchanges to complete before we can shutdown
> Waiting as there are still 26 inflight and pending exchanges to complete before we can shutdown
> Waiting as there are still 26 inflight and pending exchanges to complete before we can shutdown
> Waiting as there are still 25 inflight and pending exchanges to complete before we can shutdown
> {code}
> Show something more like:
> {code}
> Waiting as there are still 6 inflight and pending exchanges to complete, timeout in 68 seconds
> Waiting as there are still 6 inflight and pending exchanges to complete, timeout in 67 seconds
> Waiting as there are still 6 inflight and pending exchanges to complete, timeout in 66 seconds
> Waiting as there are still 5 inflight and pending exchanges to complete, timeout in 65 seconds
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.