[GitHub] [activemq-artemis] wy96f commented on issue #2843: ARTEMIS-2496 Revert catch up with zero-copy, as it's causing issues i…

2019-09-19 Thread GitBox
wy96f commented on issue #2843: ARTEMIS-2496 Revert catch up with zero-copy, as it's causing issues i… URL: https://github.com/apache/activemq-artemis/pull/2843#issuecomment-533051423 > Another thing I've noticed: before the revert, `ChunkedFile` wasn't working for me...do we have

[GitHub] [activemq-artemis] wy96f commented on a change in pull request #2832: ARTEMIS-2482 Large messages could leak native ByteBuffers

2019-09-19 Thread GitBox
wy96f commented on a change in pull request #2832: ARTEMIS-2482 Large messages could leak native ByteBuffers URL: https://github.com/apache/activemq-artemis/pull/2832#discussion_r326091918 ## File path:

[GitHub] [activemq-artemis] franz1981 commented on issue #2843: ARTEMIS-2496 Revert catch up with zero-copy, as it's causing issues i…

2019-09-19 Thread GitBox
franz1981 commented on issue #2843: ARTEMIS-2496 Revert catch up with zero-copy, as it's causing issues i… URL: https://github.com/apache/activemq-artemis/pull/2843#issuecomment-533063407 @wy96f I've just run a naive test replacing FileRegion with ChunkedNioFile and it should work

[GitHub] [activemq-nms-amqp] cjwmorgan-sol commented on issue #28: NO-JIRA: Extend logging

2019-09-19 Thread GitBox
cjwmorgan-sol commented on issue #28: NO-JIRA: Extend logging URL: https://github.com/apache/activemq-nms-amqp/pull/28#issuecomment-533216107 Sorry I got preoccupied for the last couple of days. Based on what @michaelandrepearce said for application throwing exceptions in Listeners to

[GitHub] [activemq-website] jbonofre opened a new pull request #12: Publish ActiveMQ 5.15.10 release

2019-09-19 Thread GitBox
jbonofre opened a new pull request #12: Publish ActiveMQ 5.15.10 release URL: https://github.com/apache/activemq-website/pull/12 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [activemq-artemis] wy96f commented on issue #2843: ARTEMIS-2496 Revert catch up with zero-copy, as it's causing issues i…

2019-09-19 Thread GitBox
wy96f commented on issue #2843: ARTEMIS-2496 Revert catch up with zero-copy, as it's causing issues i… URL: https://github.com/apache/activemq-artemis/pull/2843#issuecomment-533388136 > @wy96f I've just run a naive test replacing FileRegion with ChunkedNioFile and it should work