liubao68 commented on issue #2602: URL: https://github.com/apache/servicecomb-java-chassis/issues/2602#issuecomment-938381594
这类错误很常见也很普遍,原因一般比较复杂,需要尽可能多收集信息和观察来判断是否问题。 常见的可能原因有: 1. 网络问题:网络不稳定,导致的时延增加、丢包等。 2. 性能问题:服务端、客户端等处理超时。 3. 连接池管理问题:通常由于连接池客户端的保活时间和服务端的保活时间设置不恰当导致。 网络和性能问题也可能会触发。 部分由于随机故障(包括网络的随机错误、请求的不均匀、JVM线程调度和垃圾回收不及时等)导致的问题,需要业务进行手工补偿来降低问题出现的概率,特别是超时时间设置的比较短的情形。 -- 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]
