You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/12/31 02:02:23 UTC

[GitHub] [rocketmq] vongosling commented on issue #2516: The value of sendThreadPoolQueueHeadWaitTimeMills is 0 most of the time

vongosling commented on issue #2516:
URL: https://github.com/apache/rocketmq/issues/2516#issuecomment-752816036


   Great find~ I would like to recommend you use condition iteration instead of creating another pool thread. There are too many blocking queues and executor service now. It's almost chaotic.~
   
   Looking back on the fail-fast mechanism in the broker end what we've done previously is a little rude. I have been thinking about making optimization here. If you have better ideas, welcome to come up with your idea. For example, you could use better algorithms and data structures in Resilience4j...


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