-
Notifications
You must be signed in to change notification settings - Fork 201
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
fix: 更新过程中服务间调用失败导致无损更新失效 #3242
Labels
Comments
jsonwan
added a commit
to jsonwan/bk-job
that referenced
this issue
Oct 11, 2024
调整GracefulShutdown等待时间,观察负载均衡缓存刷新情况。
jsonwan
added a commit
to jsonwan/bk-job
that referenced
this issue
Oct 11, 2024
打印负载均衡实例获取记录,分析缓存未刷新原因。
jsonwan
added a commit
to jsonwan/bk-job
that referenced
this issue
Oct 11, 2024
打印负载均衡实例获取记录,分析缓存未刷新原因。
jsonwan
added a commit
to jsonwan/bk-job
that referenced
this issue
Oct 11, 2024
1.打印FeignClient调用失败时的真实URL信息用于排查问题; 2.打印负载均衡实例获取记录日志。
jsonwan
added a commit
to jsonwan/bk-job
that referenced
this issue
Oct 11, 2024
1.调整GracefulShutdown等待时间为40s,避免边界误差导致负载均衡缓存未刷新。
jsonwan
added a commit
to jsonwan/bk-job
that referenced
this issue
Oct 11, 2024
1.抽取配置至公共模块,应用于所有服务。
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在业务量较大的环境中发现无损更新失效,更新过程中出现3类报错,各类报错起止时间点分别如下:
Connection refused:
2024-10-09 11:20:47.709
2024-10-09 11:23:02.262
connect timed out:
2024-10-09 11:20:54.853
2024-10-09 11:24:19.918
No route to host:
2024-10-09 11:21:22.883
2024-10-09 11:24:41.076
需要排查解决。
The text was updated successfully, but these errors were encountered: