Unfortunately, still requests go through parent when go_direct=true. 1707218323.388 18 127.0.0.1 TCP_MISS/400 543 GET https://origin_server.tld/full/path/to/test/file.txt - PARENT_HIT/x.x.x.x text/html
Where should I submit a bug report? How to work around? How could I log more debug info about where the wrong decision is made to send this request to parent? ATS 9.2.3 Thanks ahead, Veiko Kontakt John Rushford (<[email protected]>) kirjutas kuupäeval N, 21. detsember 2023 kell 18:22: > > That’s correct, go_direct=true > > > On Dec 21, 2023, at 9:03 AM, Veiko Kukk <[email protected]> wrote: > > > >> We have a test url that is located on upstream that we query regularly > >> to check if upstream storage is available and how fast it is to > >> respond. This test url is obviously excluded from caching in ats. > >> > >> In cache.config: > >> url_regex=.*/full/path/to/test/file.txt$ action=never-cache > > > > I had missed the relevant section from parent.config in my previous letter. > > > > url_regex=.*/full/path/to/test/file.txt$ go_direct=true > > > > I'm pretty sure that with this config, requests are not supposed to go > > through parent... > > > > Veiko >
