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 2022/06/30 01:29:25 UTC

[GitHub] [rocketmq] lizhiboo commented on issue #4533: NettyEventExecutor .putNettyEvent is not thread safe

lizhiboo commented on issue #4533:
URL: https://github.com/apache/rocketmq/issues/4533#issuecomment-1170652551

   @Justinwins IllegalStateException("Queue full") will not be thrown if using offer method, and then, channel will not be closed although NettyEvent is lost. If the lost event is NettyEventType.CLOSE, still using this channel will make mistake.


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

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org