You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Derrick (JIRA)" <ji...@apache.org> on 2012/10/10 17:47:03 UTC

[jira] [Created] (QPID-4363) memory leak in Java message broker resulting in out of memory exception being thrown

Derrick created QPID-4363:
-----------------------------

             Summary: memory leak in Java message broker resulting in out of memory exception being thrown
                 Key: QPID-4363
                 URL: https://issues.apache.org/jira/browse/QPID-4363
             Project: Qpid
          Issue Type: Bug
          Components: Build Tools
    Affects Versions: 0.18
            Reporter: Derrick


The message broker consumes memory when receiving messages. The memory is not freed and the broker crashes and throws an out of Memory Exception.

Using the jmx monitor shows that the queue depth is < 10 when the broker crashes

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Closed] (QPID-4363) memory leak in Java message broker resulting in out of memory exception being thrown

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

Derrick closed QPID-4363.
-------------------------


No fault found.
                
> memory leak in Java message broker resulting in out of memory exception being thrown
> ------------------------------------------------------------------------------------
>
>                 Key: QPID-4363
>                 URL: https://issues.apache.org/jira/browse/QPID-4363
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>    Affects Versions: 0.18
>            Reporter: Derrick
>             Fix For: 0.18
>
>
> The message broker consumes memory when receiving messages. The memory is not freed and the broker crashes and throws an out of Memory Exception.
> Using the jmx monitor shows that the queue depth is < 10 when the broker crashes

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Commented] (QPID-4363) memory leak in Java message broker resulting in out of memory exception being thrown

Posted by "Rob Godfrey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-4363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473352#comment-13473352 ] 

Rob Godfrey commented on QPID-4363:
-----------------------------------

Hi, there's not really enough information for us to go on here... Certainly there are users who are putting a lot more than 10 messages on a queue without an Out of Memory Exception.  

Can you provide more details of your environment, and ideally a test case that reproduces this issue so that we can see what is going on?
                
> memory leak in Java message broker resulting in out of memory exception being thrown
> ------------------------------------------------------------------------------------
>
>                 Key: QPID-4363
>                 URL: https://issues.apache.org/jira/browse/QPID-4363
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>    Affects Versions: 0.18
>            Reporter: Derrick
>
> The message broker consumes memory when receiving messages. The memory is not freed and the broker crashes and throws an out of Memory Exception.
> Using the jmx monitor shows that the queue depth is < 10 when the broker crashes

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Resolved] (QPID-4363) memory leak in Java message broker resulting in out of memory exception being thrown

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

Derrick resolved QPID-4363.
---------------------------

       Resolution: Invalid
    Fix Version/s: 0.18

No fault found. 
                
> memory leak in Java message broker resulting in out of memory exception being thrown
> ------------------------------------------------------------------------------------
>
>                 Key: QPID-4363
>                 URL: https://issues.apache.org/jira/browse/QPID-4363
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>    Affects Versions: 0.18
>            Reporter: Derrick
>             Fix For: 0.18
>
>
> The message broker consumes memory when receiving messages. The memory is not freed and the broker crashes and throws an out of Memory Exception.
> Using the jmx monitor shows that the queue depth is < 10 when the broker crashes

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Commented] (QPID-4363) memory leak in Java message broker resulting in out of memory exception being thrown

Posted by "Derrick (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-4363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473731#comment-13473731 ] 

Derrick commented on QPID-4363:
-------------------------------

Hi Rob,

I have closed this Jira as the problem was due to a couple of bugs in my
test code that I didn't spot until I was tidying it up to send to you.

Thanks for your time.

Derrick


                
> memory leak in Java message broker resulting in out of memory exception being thrown
> ------------------------------------------------------------------------------------
>
>                 Key: QPID-4363
>                 URL: https://issues.apache.org/jira/browse/QPID-4363
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>    Affects Versions: 0.18
>            Reporter: Derrick
>             Fix For: 0.18
>
>
> The message broker consumes memory when receiving messages. The memory is not freed and the broker crashes and throws an out of Memory Exception.
> Using the jmx monitor shows that the queue depth is < 10 when the broker crashes

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Commented] (QPID-4363) memory leak in Java message broker resulting in out of memory exception being thrown

Posted by "Derrick (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-4363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473395#comment-13473395 ] 

Derrick commented on QPID-4363:
-------------------------------

Hi Rob,

I'll get a test case and some more details to you shortly. 

Thanks for your very prompt response. 

Regards
Derrick

Sent from my iPhone



                
> memory leak in Java message broker resulting in out of memory exception being thrown
> ------------------------------------------------------------------------------------
>
>                 Key: QPID-4363
>                 URL: https://issues.apache.org/jira/browse/QPID-4363
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>    Affects Versions: 0.18
>            Reporter: Derrick
>
> The message broker consumes memory when receiving messages. The memory is not freed and the broker crashes and throws an out of Memory Exception.
> Using the jmx monitor shows that the queue depth is < 10 when the broker crashes

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org