You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Bill Graham (JIRA)" <ji...@apache.org> on 2010/09/09 21:36:36 UTC

[jira] Created: (CHUKWA-518) JMSAdaptor does not shutdown properly

JMSAdaptor does not shutdown properly
-------------------------------------

                 Key: CHUKWA-518
                 URL: https://issues.apache.org/jira/browse/CHUKWA-518
             Project: Chukwa
          Issue Type: Bug
            Reporter: Bill Graham
            Assignee: Bill Graham


The {{JMSAdaptor.shutdown(..)}} method currently calls {{connection.stop()}} instead of {{connection.close()}. This is a JMS connection leak.

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


[jira] Updated: (CHUKWA-518) JMSAdaptor does not shutdown properly

Posted by "Bill Graham (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bill Graham updated CHUKWA-518:
-------------------------------

           Status: Patch Available  (was: Open)
    Fix Version/s: 0.5.0

This patch is pretty straightforward. I'll commit unless anyone has comments.

> JMSAdaptor does not shutdown properly
> -------------------------------------
>
>                 Key: CHUKWA-518
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-518
>             Project: Chukwa
>          Issue Type: Bug
>            Reporter: Bill Graham
>            Assignee: Bill Graham
>             Fix For: 0.5.0
>
>         Attachments: CHUKWA-518-1.patch
>
>
> The {{JMSAdaptor.shutdown(..)}} method currently calls {{connection.stop()}} instead of {{connection.close()}. This is a JMS connection leak.

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


[jira] Updated: (CHUKWA-518) JMSAdaptor does not shutdown properly

Posted by "Bill Graham (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bill Graham updated CHUKWA-518:
-------------------------------

        Status: Resolved  (was: Patch Available)
    Resolution: Fixed

Committed.

> JMSAdaptor does not shutdown properly
> -------------------------------------
>
>                 Key: CHUKWA-518
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-518
>             Project: Chukwa
>          Issue Type: Bug
>            Reporter: Bill Graham
>            Assignee: Bill Graham
>             Fix For: 0.5.0
>
>         Attachments: CHUKWA-518-1.patch
>
>
> The {{JMSAdaptor.shutdown(..)}} method currently calls {{connection.stop()}} instead of {{connection.close()}}. This is a JMS connection leak.

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


[jira] Updated: (CHUKWA-518) JMSAdaptor does not shutdown properly

Posted by "Bill Graham (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bill Graham updated CHUKWA-518:
-------------------------------

    Attachment: CHUKWA-518-1.patch

Attaching patch.

> JMSAdaptor does not shutdown properly
> -------------------------------------
>
>                 Key: CHUKWA-518
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-518
>             Project: Chukwa
>          Issue Type: Bug
>            Reporter: Bill Graham
>            Assignee: Bill Graham
>         Attachments: CHUKWA-518-1.patch
>
>
> The {{JMSAdaptor.shutdown(..)}} method currently calls {{connection.stop()}} instead of {{connection.close()}. This is a JMS connection leak.

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


[jira] Updated: (CHUKWA-518) JMSAdaptor does not shutdown properly

Posted by "Bill Graham (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bill Graham updated CHUKWA-518:
-------------------------------

    Description: The {{JMSAdaptor.shutdown(..)}} method currently calls {{connection.stop()}} instead of {{connection.close()}}. This is a JMS connection leak.  (was: The {{JMSAdaptor.shutdown(..)}} method currently calls {{connection.stop()}} instead of {{connection.close()}. This is a JMS connection leak.)

> JMSAdaptor does not shutdown properly
> -------------------------------------
>
>                 Key: CHUKWA-518
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-518
>             Project: Chukwa
>          Issue Type: Bug
>            Reporter: Bill Graham
>            Assignee: Bill Graham
>             Fix For: 0.5.0
>
>         Attachments: CHUKWA-518-1.patch
>
>
> The {{JMSAdaptor.shutdown(..)}} method currently calls {{connection.stop()}} instead of {{connection.close()}}. This is a JMS connection leak.

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


[jira] Commented: (CHUKWA-518) JMSAdaptor does not shutdown properly

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12908382#action_12908382 ] 

Eric Yang commented on CHUKWA-518:
----------------------------------

+1 looks good.

> JMSAdaptor does not shutdown properly
> -------------------------------------
>
>                 Key: CHUKWA-518
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-518
>             Project: Chukwa
>          Issue Type: Bug
>            Reporter: Bill Graham
>            Assignee: Bill Graham
>             Fix For: 0.5.0
>
>         Attachments: CHUKWA-518-1.patch
>
>
> The {{JMSAdaptor.shutdown(..)}} method currently calls {{connection.stop()}} instead of {{connection.close()}}. This is a JMS connection leak.

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