You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Lorenz Quack (JIRA)" <ji...@apache.org> on 2015/10/13 17:43:05 UTC

[jira] [Created] (QPID-6788) NonBlockingConnection can occupy large amounts of direct memory causing the broker to go OutOfMemory

Lorenz Quack created QPID-6788:
----------------------------------

             Summary: NonBlockingConnection can occupy large amounts of direct memory causing the broker to go OutOfMemory
                 Key: QPID-6788
                 URL: https://issues.apache.org/jira/browse/QPID-6788
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
    Affects Versions: qpid-java-6.0
            Reporter: Lorenz Quack


Messages get passed to {{NonBlockingConnection}} in the {{send()}} method which holds them in the private {{_buffers}} field. The {{doWrite()}} method consumes the messages and disposes them from the IOThread. However, there is no limit on how many messages/buffer can be in the {{_buffers}} variable.
In one test there were about 2000 {{QpidByteBuffers}} in {{_buffers}} accounting for approximately 500 MBytes direct memory.
This happens can cause the Broker to go OutOfMemory especially when the client is useing prefetch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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