edgar1170 opened a new issue, #3454:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3454

   对某个循环调用同一个服务器端的客户端接口进行多次调用[不算很频繁],wait response会不断增长,直到30s后超时,然后会慢慢发生熔断
   陆续出现code=408;msg=CommonExceptionData [message=Request Timeout.]
   接着出现InvocationException: InvocationException: 
code=500;msg=CommonExceptionData [message=No available address found.]
   查看调用链之后发现,耗时在wait response上面。
   请问是因为从从1.3升级到2.7.5从而某些参数变更出现的问题吗?
   客户端与服务器的配置如下:
   servicecomb:
     accesslog:
       enabled: true
       pattern: "%t %p %m %H %U %s %b %D"
     server:
       http2:
         useAlpnEnabled: false
     rest:
       client:
         http2:
           enabled: false
         connection:
           maxPoolSize: 50
   
   
   


-- 
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: commits-unsubscr...@servicecomb.apache.org.apache.org

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

Reply via email to