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 2020/03/17 14:47:53 UTC

[GitHub] [activemq-artemis] franz1981 commented on a change in pull request #3023: ARTEMIS-2661 AMQP Journal loading is triggering reencode

franz1981 commented on a change in pull request #3023: ARTEMIS-2661 AMQP Journal loading is triggering reencode
URL: https://github.com/apache/activemq-artemis/pull/3023#discussion_r393734568
 
 

 ##########
 File path: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPStandardMessage.java
 ##########
 @@ -162,14 +162,7 @@ public void reloadPersistence(ActiveMQBuffer record, CoreMessageObjectPools pool
       // Message state is now that the underlying buffer is loaded, but the contents not yet scanned
       resetMessageData();
       modified = false;
-      messageDataScanned = RELOAD_PERSISTENCE;
 
 Review comment:
   from now on: there was already a method on AMQPMessage that will call reencode, if needed

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services