amoghyermalkar123 opened a new issue #8553: URL: https://github.com/apache/trafficserver/issues/8553
I currently have a ATS cache-hierarchy system in place. I have 1 child ATS node and 1 parent ATS node. So for example, if i get a request on a child node, it first DNS resolves the parent defined in parent.config. If the DNS fails for some reason, or the parent is unreachable it then tries to DNS resolve the host header of the request. I want to avoid doing that. The reason for this is just my business requirement. What I have done: I have searched for configurations, read documents on hostdb module, but I have not found a configuration that allows me to do that. I basically want to fail the request if parents fail, but want to avoid DNS resolving the host header. -- 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: issues-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org