fanjiwang1992 commented on issue #2603:
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/2603#issuecomment-1286638264

   问题现象:CSE客户端发起HTTPS调用时,偶现报错:SslHandshakeTimeoutException: handshake timed out 
after 10000ms
   可能出现问题的原因分析:
   1、CPU资源不足
   首次SSL建连协商密钥使用非对称加密,CPU资源占用较高,CPU资源不足时可能存在导致响应变慢。
   2、网络故障
   可能的原因包括:网络闪断、网络延迟增大、网络连接不足。
   3、服务进程性能问题
   FullGC导致的JVM STW。
   问题分析验证:
   因xxx服务的频繁FullGC导致Tomcat周期性无法响应,部分FullGC时间达到10秒以上
   
   


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