AdguardTeam / AdguardTeam/AdGuardHome
Some cached records take a long time to resolve
Aberta
enhancement
performance
- Linguagem predominante
- TypeScript
- Estrelas
- 36.9k
- Forks
- 2.5k
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
### Issue Details
An example of a cached query that takes 42ms. I assume it's cached because it doesn't have an `Upstream` field.
`{"IP":"","T":"2021-09-25T22:40:42.958377923-07:00","QH":"play.googleapis.com","QT":"A","QC":"IN","CP":"","Answer":"","Result":{},"Elapsed":42544389}`
I see multiple of these in the log file, various domains, while most cached queries return in <1ms.
Is this normal? Is there some lock contention? GC? Or is it the optimistic cache that actually ends up going to an upstream but doesn't get logged correctly?
* **Version of AdGuard Home server:**
* v0.107.0-b.11
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.