clebertsuconic commented on a change in pull request #2845: ARTEMIS-2336 Use
zero copy to replicate journal/page/large message file (AGAIN)
URL: https://github.com/apache/activemq-artemis/pull/2845#discussion_r326903004
##########
File path:
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/ChannelImpl.java
##########
@@ -151,6 +151,11 @@ public ChannelImpl(final CoreRemotingConnection
connection,
}
this.interceptors = interceptors;
+ //zero copy transfer is initialized only for replication channels
Review comment:
Yeah.. this looks like a Hack to me! when is sendFiles used without being
the replica channel?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services