amoghyermalkar123 opened a new issue, #8789: URL: https://github.com/apache/trafficserver/issues/8789
``` dest_domain=. method=get parent="parent1, parent2, parent3" scheme=https round_robin=consistent_hash ``` The above is my parent.config file. According to the docs : ``` - consistent hash of the url so that one parent is chosen for a given url. If a parent is down, the traffic that would go to the down parent is rehashed amongst the remaining parents. ``` But when i request a content from a child node, the same content request goes out to all the parent servers. To be exact, i am testing with a vod so the content requested are video segments. It's not like different segments are asked from different servers. There are redundant requests as well. For example, the same segment is requested by the child from atleast all the parent servers. -- 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]
