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 02:57:51 UTC

[jira] Commented: (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:comment-tabpanel&focusedCommentId=60950#action_60950 ] 

Willem Jiang commented on CAMEL-3000:
-------------------------------------

Hi Karl,

Thanks for you contribution, AFAIK, we don't need a CLA signed if the patch is granted with ASF license.
So I'm heading to apply your patch shortly.

> 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
>            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.