You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/08/29 19:21:32 UTC

[GitHub] [activemq-artemis] clebertsuconic commented on a change in pull request #3711: ARTEMIS-3449 Speedup AMQP large message streaming

clebertsuconic commented on a change in pull request #3711:
URL: https://github.com/apache/activemq-artemis/pull/3711#discussion_r698059048



##########
File path: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerSenderContext.java
##########
@@ -754,23 +759,11 @@ private int writeHeaderAndAnnotations(LargeBodyReader context,
    }
 
    private void finishLargeMessage() {
-      lmUsageDown();

Review comment:
       why did you remove this.. this was the whole point of the fix I recently added.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org