wy96f commented on issue #2845: ARTEMIS-2336 Use zero copy to replicate 
journal/page/large message file (AGAIN)
URL: https://github.com/apache/activemq-artemis/pull/2845#issuecomment-535323295
 
 
   @franz1981 I find new problem with -Dio.netty.file.region=false. I generated 
48GB files with load generator. In the case of -Dio.netty.file.region=true and 
master, log(something like this `2019-09-26 11:02:49,348 DEBUG 
[org.apache.activemq.artemis.core.replication.ReplicationManager] sending 
1048576 bytes on file xxxx`) showed it took about 7 minutes to transfer files, 
then synchronization done message sent. However in the case of 
-Dio.netty.file.region=false, log showed it took about about 40 seconds to 
transfer files, then sync done message sent. The fact is flow control didn't 
work and it took 40 seconds to build up PendingWrite in the queue rather than 
to transfer files. This leads to sync done message timeouts.

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

Reply via email to