-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
bug: the exception of health check in special scene #9415
Comments
Did you solve it? We have the same problem |
thx you report. I will move this issue to backlog task. |
+1 |
we also suffered this problem |
@ZhangShangyu @jujiale This error should only occur when multiple requests are made concurrently while creating or modifying an upstream. When the first request is in the process of creating a health check object, the second request encounters this error because it cannot access the object that hasn't been created yet. However, this error does not actually affect request forwarding. In this pull request, we will lower the error log level from 'error' to 'warn' to prevent any misunderstanding. |
Current Behavior
When configuring similar clb nodes and IP nodes in upstream nodes at the same time, there will be node exception errors for clb nodes.
Expected Behavior
All nodes should be normal.
Error Logs
Steps to Reproduce
or the configuration in the background looks like this
Environment
apisix version
): 3.2uname -a
): linuxopenresty -V
ornginx -V
): openresty/1.21.4.1curl http://127.0.0.1:9090/v1/server_info
): 3.5luarocks --version
):The text was updated successfully, but these errors were encountered: