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 2021/02/05 08:17:17 UTC

[GitHub] [activemq-artemis] franz1981 commented on pull request #3392: ARTEMIS-3045 ReplicationManager can batch sent replicated packets

franz1981 commented on pull request #3392:
URL: https://github.com/apache/activemq-artemis/pull/3392#issuecomment-773873107


   @clebertsuconic @michaelandrepearce 
   Plese don't merge it yet: I see that if I use the Netty connection event loop used for the replication I'm getting a much better performance, both troughput and latency-wise ie
   ```
   **************
   RUN 4	EndToEnd Throughput: 29681 ops/sec
   **************
   EndToEnd SERVICE-TIME Latencies distribution in MICROSECONDS
   mean               1114.38
   min                 174.08
   50.00%              987.14
   90.00%             1548.29
   99.00%             3702.78
   99.90%             7110.66
   99.99%            11599.87
   max               15007.74
   count               320000
   ```
   But it means that I should handle network backpressure differently
   
   


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