monkeyDluffy6017 commented on PR #10156:
URL: https://github.com/apache/apisix/pull/10156#issuecomment-1754628177

   I reopened this pull request because many people have encountered the same 
issue. This error should only occur when processing multiple requests 
concurrently. While 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 
impact request forwarding. Lowering the error log level from 'error' to 'warn' 
is reasonable to prevent any misunderstanding.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to