kingluo commented on issue #9336: URL: https://github.com/apache/apisix/issues/9336#issuecomment-1543429862
@hansedong @wklken In fact, the timeout error logs are expected. Since apisix 2.15, the connection between apisix and etcd is proxied via an internal conf server, which uses nginx upstream but not resty cosocket to connect etcd. It's configured with a timeout value, when it timed out, the nginx will close the connection on its own and print log. -- 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]
