xxdwpl commented on issue #2601:
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/2601#issuecomment-929269757


   1)查询官方文档,发现verticle-count默认值为CPU个数,业务使用的8C虚拟机,verticle-count=8,与问题现象能对应起来。
   
https://servicecomb.apache.org/references/java-chassis/zh_CN/transports/verticle-count.html
   
   2)调整verticle-count=16,重新测试后问题有所优化,大约25次请求后会重现问题。
   
   3)猜测可能是由于第17次请求时,第一个verticle实例释放了所以服务正常,到第25次之后verticle实现重新占满eventloop线程池。
   
   请帮忙解答下,在http 
chunk场景下,客户端主动关闭response,verticle实例回收的逻辑是什么?是否跟`servicecomb.rest.server.connection.idleTimeoutInSeconds`配置有关?
   


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