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/10/16 17:53:04 UTC

[GitHub] activemq-artemis pull request: ARTEMIS-262 Fix Bridge OOM exceptio...

GitHub user mtaylor opened a pull request:

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

    ARTEMIS-262 Fix Bridge OOM exception

    Netty 4.x uses pooled buffers.  These buffers can run out of memory when
    transferring large amounts of data over connection.  This was causing an
    OutOfMemory exception to be thrown on the CoreBridge when tranferring
    large messages.  Netty provides a callback handler to notify listeners
    when a Connection is writable.  This patch adds the ability to register
    connection writable listeners to the Netty connection and registers the
    relevant callback from the Bridge to avoid writing when the buffers are
    full.

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

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

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

    https://github.com/apache/activemq-artemis/pull/199.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 #199
    
----
commit 11228e6cf8d26e84cf2ad01867a8dcb1f47080aa
Author: Andy Taylor <an...@gmail.com>
Date:   2015-10-15T13:39:51Z

    ARTEMIS-262 Fix Bridge OOM exception
    
    Netty 4.x uses pooled buffers.  These buffers can run out of memory when
    transferring large amounts of data over connection.  This was causing an
    OutOfMemory exception to be thrown on the CoreBridge when tranferring
    large messages.  Netty provides a callback handler to notify listeners
    when a Connection is writable.  This patch adds the ability to register
    connection writable listeners to the Netty connection and registers the
    relevant callback from the Bridge to avoid writing when the buffers are
    full.

----


---
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-262 Fix Bridge OOM exceptio...

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

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


---
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-262 Fix Bridge OOM exceptio...

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

    https://github.com/apache/activemq-artemis/pull/199#issuecomment-148753082
  
    @clebertsuconic @jbertram Please wait for an Ack from @andytaylor before merging this patch.


---
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.
---