Re: Question about traffic server dns resolution

2018-06-01 Thread Alan Carroll
ATS does support multiple A records. That's what "round robin" means. For instance, see here - https://docs.trafficserver.apache.org/en/7.1.x/admin-guide/files/records.config.en.html#proxy-config-hostdb-strict-round-robin On Fri, Jun 1, 2018 at 12:37 PM, salil GK wrote: > Thanks Alan for the rep

Re: Question about traffic server dns resolution

2018-06-01 Thread salil GK
Thanks Alan for the reply So ats doesn't support multiple A records ? Is there any technical reason why this feature is not supported ? If not it's there any possibility of getting this support done in ats .. I think this is a good and common use case for Enterprise servers ? Thanks and regards ~S

Re: Question about traffic server dns resolution

2018-06-01 Thread Alan Carroll
I'll take a look, but the DNS failover is about nameserver failover, not upstream failover. 1) Yes, should be able to set this via the server retry settings. See here - https://docs.trafficserver.apache.org/en/7.1.x/admin-guide/files/records.config.en.html#proxy-config-http-connect-attempts-max-re

Cache Analysis Tool

2018-06-01 Thread Fieck, Brennan
Hello, I made a thing: Superior Cache ANalyzer (SCAN). It's also on PyPi. It's a little tool/library that inspects ATS caches and can dump the URLs and sizes of the things cached therein. I'm thinking about ma