-
Notifications
You must be signed in to change notification settings - Fork 814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
服务端断链 #4231
Comments
有可能跟JVM有关吗,看起来这个时间段的内存接近容器上限 |
CPU、内存在不足的情况下,往往会触发很多不可控的问题,建议是增加内存分配试试 |
|
客户端超时时间配置的是5s,如问题所示1ms就断链了,基本可以排除是客户端配置问题。 不知是什么原因导致服务端断链了。 |
是哪个版本的呢? |
2.8.9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在health检查时,1ms就断链返回,有什么可能原因吗?
health每10s一次,连续3次校验不过,导致health检查失败。
配置:
servicecomb:
server:
connection:
idleTimeoutInSeconds: 120
request:
timeout: 60000
某个时间段内有大量的类似断链错误,可能影响不仅仅是health接口,还是在凌晨业务流量少的时候。
The text was updated successfully, but these errors were encountered: