You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Karl Palsson (JIRA)" <ji...@apache.org> on 2010/07/27 16:33:51 UTC

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

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


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.


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

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Karl Palsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-3000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Palsson updated CAMEL-3000:
--------------------------------

    Attachment: Camel__Show_how_long_until_the_timeout_expires.patch

This is _intended_ to be granted to ASF, but I do _not_ (yet) have a CLA signed.  This is still getting held up in corporate here......

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


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

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-3000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-3000.
---------------------------------

    Fix Version/s: 2.5.0
       Resolution: Fixed

Applied patch with thanks to Karl.

> 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
>             Fix For: 2.5.0
>
>         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.