We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug 节点异常关闭没有调用deRegister时,动态路由和负载均衡未过滤异常节点,导致访问出错
To Reproduce 按照 https://github.com/polarismesh/grpc-go-polaris/blob/main/examples/routing/README.md 中的流程启动三个provider和consumer之后,通过curl调用,正常返回结果 此时kill掉其中一个provider,之后多次curl调用发现会请求到已经被kill的异常节点(console后台状态显示为异常)
Expected behavior 希望官方可以修复此Bug
Environment
Additional context 通过对balancer.go文件添加日志发现 pnp.balancer.routerAPI.ProcessRouters(request) pnp.balancer.routerAPI.ProcessLoadBalance(lbReq) 这两个调用都没有过滤掉异常节点
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
节点异常关闭没有调用deRegister时,动态路由和负载均衡未过滤异常节点,导致访问出错
To Reproduce
按照 https://github.com/polarismesh/grpc-go-polaris/blob/main/examples/routing/README.md 中的流程启动三个provider和consumer之后,通过curl调用,正常返回结果
此时kill掉其中一个provider,之后多次curl调用发现会请求到已经被kill的异常节点(console后台状态显示为异常)
Expected behavior
希望官方可以修复此Bug
Environment
Additional context
通过对balancer.go文件添加日志发现
pnp.balancer.routerAPI.ProcessRouters(request)
pnp.balancer.routerAPI.ProcessLoadBalance(lbReq)
这两个调用都没有过滤掉异常节点
The text was updated successfully, but these errors were encountered: