franz1981 commented on pull request #3572: URL: https://github.com/apache/activemq-artemis/pull/3572#issuecomment-845435198
I see that the very last version that's using a ThreadPoolExecutor + an ordered executor isn't getting the same performance of the `ExclusiveExecutor` I've built https://github.com/apache/activemq-artemis/pull/3572#issuecomment-841792315, hence I'm going to revert to the original abstraction ``` ************** RUN 1 EndToEnd Throughput: 54793 ops/sec ************** EndToEnd SERVICE-TIME Latencies distribution in MICROSECONDS mean 20899.53 min 92.67 50.00% 561.15 90.00% 84410.37 99.00% 211812.35 99.90% 333447.17 99.99% 385875.97 max 404750.34 count 3200000 ``` Going to try some more tests to be sure of 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. For queries about this service, please contact Infrastructure at: [email protected]
