liubao68 commented on issue #2454:
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/2454#issuecomment-875337431


   
`每部署一个RestServerVerticle实例,EventLoopGroup成员被遍历两个,RestServerVerticle实例与EventLoop实例的绑定关系大概是:RestServerVerticle-0绑定EventLoop-1、RestServerVerticle-2绑定EventLoop-3、RestServerVerticle-3绑定EventLoop-5`
   
   意思是vert.x绑定eventloop线程的逻辑有问题? 还是说这个逻辑是正确的,必须保证使用基数的eventloop线程数? 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to