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 2022/10/05 20:05:42 UTC

[GitHub] [activemq-artemis] clebertsuconic commented on a diff in pull request #4240: ARTEMIS-4024 Sending Large Messages in chunks down the wire for Openwire

clebertsuconic commented on code in PR #4240:
URL: https://github.com/apache/activemq-artemis/pull/4240#discussion_r985831499


##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/cursor/impl/PageCursorProviderImpl.java:
##########
@@ -329,6 +329,7 @@ private void cleanupRegularStream(ArrayList<Page> depagedPages,
          if (page == null) {
             break;
          }
+         page.usageDown();

Review Comment:
   not an intended change.. I'm removing this one



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