Alan M. Carroll
Alan M. Carroll
What we should really do is change it to a `std::shared_ptr` with a read/write mutex. This fix retains the arbitrary timeout which could lead to issues.
This is a place where the convention of using zero length IO operation to indicate "disabled" vs. having an explicit disable is a problem. Presumably it will be necessary to...
Looks good overall. Excellent description!
I'll take a look at this once the current HostDB changes land. It shouldn't be too much work to fix this in the new implementation.
Is this something we want to do? The exception will cause a crash, the same as the null pointer returned from `malloc`.
The extra storage for each hit is expected. This is because 1. As far as ATS is concerned all of the cache storage is in use all the time. It...
Sorry for the delay, I"m looking at this now.
Running this in the debugger, but I need to ask a basic question. Did you enable split DNS in "records.config" via ``` proxy.config.dns.splitDNS.enabled: INT 1 ```
https://github.com/apache/trafficserver/blob/master/tests/gold_tests/cache/background_fill.test.py
Hmmm, I'll have to double check.