You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by mtaylor <gi...@git.apache.org> on 2015/11/04 16:11:51 UTC

[GitHub] activemq-artemis pull request: ARTEMIS-297 Handle Exceptions durin...

GitHub user mtaylor opened a pull request:

    https://github.com/apache/activemq-artemis/pull/234

    ARTEMIS-297 Handle Exceptions during server stop

    Stopping the server should be able to handle exceptions thrown by
    individual components.  Before this patch the stop method would throw
    any raised exception and exit.  This can lead to partial shutdowns of
    the server resulting in leaking threads.  This patch catches any
    component exceptions and logs an appropriate error message, allowing the
    server to properly shutdown.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mtaylor/activemq-artemis ARTEMIS-297

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/234.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #234
    
----
commit b965e7ac2ea5b93073bf20f12e1ea9cad20a1666
Author: Martyn Taylor <mt...@redhat.com>
Date:   2015-11-04T12:53:39Z

    ARTEMIS-297 Handle Exceptions during server stop
    
    Stopping the server should be able to handle exceptions thrown by
    individual components.  Before this patch the stop method would throw
    any raised exception and exit.  This can lead to partial shutdowns of
    the server resulting in leaking threads.  This patch catches any
    component exceptions and logs an appropriate error message, allowing the
    server to properly shutdown.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis pull request: ARTEMIS-297 Handle Exceptions durin...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/234


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis pull request: ARTEMIS-297 Handle Exceptions durin...

Posted by clebertsuconic <gi...@git.apache.org>.
Github user clebertsuconic commented on the pull request:

    https://github.com/apache/activemq-artemis/pull/234#issuecomment-153762897
  
    Had some inline comments.
    
    Also please rebase against the latest merged I made please?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis pull request: update logos

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/234


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---