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
在使用 service 的 round-robin 负载均衡器策略时,并发访问,会偶现 select error: no valid node 异常
No response
[ERRO] [worker-43]select error: no valid node [ERRO] [worker-43]select error: no valid node [ERRO] [worker-43]select error: no valid node [ERRO] [worker-43]select error: no valid node
step1:通过 openapi 添加服务信息,添加时选择负载均衡器配置 "balance": "round-robin" step2:添加的 nodes 数组只填写一个节点 step3:添加路由,将上述步骤添加的 service 作为 target service step4:并发请求该路由,出现问题的场景有 10 人并发访问该路由 step5:查看错误日志 error.log (docker 挂载位置: /var/lib/apinto/log)
apinto version
uname -a
The text was updated successfully, but these errors were encountered:
该问题已经修复并发布,您可以重新pull代码,或者使用最新版本的release文件再试试
Sorry, something went wrong.
Dot-Liu
hmzzrcs
No branches or pull requests
Current Behavior
在使用 service 的 round-robin 负载均衡器策略时,并发访问,会偶现 select error: no valid node 异常
Expected Behavior
No response
Error Logs
[ERRO] [worker-43]select error: no valid node
[ERRO] [worker-43]select error: no valid node
[ERRO] [worker-43]select error: no valid node
[ERRO] [worker-43]select error: no valid node
Steps to Reproduce
step1:通过 openapi 添加服务信息,添加时选择负载均衡器配置 "balance": "round-robin"
step2:添加的 nodes 数组只填写一个节点
step3:添加路由,将上述步骤添加的 service 作为 target service
step4:并发请求该路由,出现问题的场景有 10 人并发访问该路由
step5:查看错误日志 error.log (docker 挂载位置: /var/lib/apinto/log)
Environment
apinto version
):uname -a
):The text was updated successfully, but these errors were encountered: