clebertsuconic commented on code in PR #4827:
URL: https://github.com/apache/activemq-artemis/pull/4827#discussion_r1499992844
##########
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/connect/mirror/AMQPMirrorControllerSource.java:
##########
@@ -132,6 +138,15 @@ public AMQPMirrorControllerSource(ProtonProtocolManager
protonProtocolManager, Q
this.acks = replicaConfig.isMessageAcknowledgements();
this.brokerConnection = brokerConnection;
this.sync = replicaConfig.isSync();
+ this.pagedRouteContext = new PagedRouteContext(snfQueue);
+
+ if (sync) {
+ logger.info("Mirror is configured to sync, so pageStore={} being
enforced to BLOCK, and not page", snfQueue.getName());
Review Comment:
oops... almost merged this :)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]