You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Hiram Chirino (JIRA)" <ji...@apache.org> on 2007/02/26 19:42:02 UTC

[jira] Created: (AMQ-1177) ActiveMQConnection memory leaks

ActiveMQConnection memory leaks
-------------------------------

                 Key: AMQ-1177
                 URL: https://issues.apache.org/activemq/browse/AMQ-1177
             Project: ActiveMQ
          Issue Type: Bug
            Reporter: Hiram Chirino


klas eriksson: Commented on AMQ-847 

I think this issue is actually two (or more memory leaks.
One in createConnection() and one in close().
I tried a very similar program with the following results:

apache-activemq-4.2-incubator-20061204.023752-14:
1. 'createConnection' followed by 'close' when activeMq-server is UP:
outOfmemory after ~1800 createConnection-close.

2. 'createConnection' without close when activeMq server is not started.
outOfmemory after < 1800 failed 'createConnection'.

I have also tried 4.0.x and 4.1.x. The leak memory too.

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


[jira] Updated: (AMQ-1177) ActiveMQConnection memory leaks

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

Hiram Chirino updated AMQ-1177:
-------------------------------

          Component/s: JMS client
    Affects Version/s: 4.1.0
        Fix Version/s: 4.2.0
                       4.1.1

> ActiveMQConnection memory leaks
> -------------------------------
>
>                 Key: AMQ-1177
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1177
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: JMS client
>    Affects Versions: 4.1.0
>            Reporter: Hiram Chirino
>         Assigned To: Hiram Chirino
>             Fix For: 4.1.1, 4.2.0
>
>
> klas eriksson: Commented on AMQ-847 
> I think this issue is actually two (or more memory leaks.
> One in createConnection() and one in close().
> I tried a very similar program with the following results:
> apache-activemq-4.2-incubator-20061204.023752-14:
> 1. 'createConnection' followed by 'close' when activeMq-server is UP:
> outOfmemory after ~1800 createConnection-close.
> 2. 'createConnection' without close when activeMq server is not started.
> outOfmemory after < 1800 failed 'createConnection'.
> I have also tried 4.0.x and 4.1.x. The leak memory too.

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


[jira] Commented: (AMQ-1177) ActiveMQConnection memory leaks

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38592 ] 

Hiram Chirino commented on AMQ-1177:
------------------------------------

#2 has been fixed in 4.1 branch http://svn.apache.org/viewvc?view=rev&revision=511081
need to get this fix ported to trunk

> ActiveMQConnection memory leaks
> -------------------------------
>
>                 Key: AMQ-1177
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1177
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: JMS client
>    Affects Versions: 4.1.0
>            Reporter: Hiram Chirino
>             Fix For: 4.1.1, 4.2.0
>
>
> klas eriksson: Commented on AMQ-847 
> I think this issue is actually two (or more memory leaks.
> One in createConnection() and one in close().
> I tried a very similar program with the following results:
> apache-activemq-4.2-incubator-20061204.023752-14:
> 1. 'createConnection' followed by 'close' when activeMq-server is UP:
> outOfmemory after ~1800 createConnection-close.
> 2. 'createConnection' without close when activeMq server is not started.
> outOfmemory after < 1800 failed 'createConnection'.
> I have also tried 4.0.x and 4.1.x. The leak memory too.

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


[jira] Commented: (AMQ-1177) ActiveMQConnection memory leaks

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38591 ] 

Hiram Chirino commented on AMQ-1177:
------------------------------------

#1 has been fixed in AMQ-835

> ActiveMQConnection memory leaks
> -------------------------------
>
>                 Key: AMQ-1177
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1177
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: Hiram Chirino
>
> klas eriksson: Commented on AMQ-847 
> I think this issue is actually two (or more memory leaks.
> One in createConnection() and one in close().
> I tried a very similar program with the following results:
> apache-activemq-4.2-incubator-20061204.023752-14:
> 1. 'createConnection' followed by 'close' when activeMq-server is UP:
> outOfmemory after ~1800 createConnection-close.
> 2. 'createConnection' without close when activeMq server is not started.
> outOfmemory after < 1800 failed 'createConnection'.
> I have also tried 4.0.x and 4.1.x. The leak memory too.

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


[jira] Resolved: (AMQ-1177) ActiveMQConnection memory leaks

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

Jonas Lim resolved AMQ-1177.
----------------------------

    Resolution: Fixed

ported fix to trunk : r514717

> ActiveMQConnection memory leaks
> -------------------------------
>
>                 Key: AMQ-1177
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1177
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: JMS client
>    Affects Versions: 4.1.0
>            Reporter: Hiram Chirino
>         Assigned To: Hiram Chirino
>             Fix For: 4.1.1, 4.2.0
>
>
> klas eriksson: Commented on AMQ-847 
> I think this issue is actually two (or more memory leaks.
> One in createConnection() and one in close().
> I tried a very similar program with the following results:
> apache-activemq-4.2-incubator-20061204.023752-14:
> 1. 'createConnection' followed by 'close' when activeMq-server is UP:
> outOfmemory after ~1800 createConnection-close.
> 2. 'createConnection' without close when activeMq server is not started.
> outOfmemory after < 1800 failed 'createConnection'.
> I have also tried 4.0.x and 4.1.x. The leak memory too.

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


[jira] Assigned: (AMQ-1177) ActiveMQConnection memory leaks

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

Hiram Chirino reassigned AMQ-1177:
----------------------------------

    Assignee: Hiram Chirino

> ActiveMQConnection memory leaks
> -------------------------------
>
>                 Key: AMQ-1177
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1177
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: JMS client
>    Affects Versions: 4.1.0
>            Reporter: Hiram Chirino
>         Assigned To: Hiram Chirino
>             Fix For: 4.1.1, 4.2.0
>
>
> klas eriksson: Commented on AMQ-847 
> I think this issue is actually two (or more memory leaks.
> One in createConnection() and one in close().
> I tried a very similar program with the following results:
> apache-activemq-4.2-incubator-20061204.023752-14:
> 1. 'createConnection' followed by 'close' when activeMq-server is UP:
> outOfmemory after ~1800 createConnection-close.
> 2. 'createConnection' without close when activeMq server is not started.
> outOfmemory after < 1800 failed 'createConnection'.
> I have also tried 4.0.x and 4.1.x. The leak memory too.

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