-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Very slow response from upstream servers with a lot of context deadline exceeded
#7357
Comments
context deadline exceeded
Same issue, Environment: I'm stunned by the huge amount of changes between these two versions, not sure how to investigate what's going on from these |
@xWTF Even w/ verbose logging I can't see any useful information. So I assume the most likely cause would be the bumping of go from |
Yep, on my device the log simply says "timeout" without any additional information, appears to be a regular connection problem but curl and old version works fine. |
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to report a bug and not ask a question or ask for help
I have set up AdGuard Home correctly and configured clients to use it. (Use the Discussions for help with installing and configuring clients.)
Platform (OS and CPU architecture)
Linux, ARM64
Raspberry Pi 4
sukka@sukka-pi:/tmp $ uname -a Linux sukka-pi 6.6.51+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08) aarch64 GNU/Linux
Installation
GitHub releases or script from README
Setup
On one machine
AdGuard Home version
v0.107.53
Action
Replace the following command with the one you're calling or a
description of the failing action:
Expected result
The result returned immdiately.
Actual result
The result returned in about 20 seconds.
Additional information and/or screenshots
I have set following upstream servers in the
DNS settings
:But when I use the
Test upstreams
button, AdGuardHome says all those servers could not be used:I have tested those servers locally, they return the result very fast, so definitely no internet connectivity issue, and also there is no problem with the upstream servers:
I have also tried with
curl
:I then enabled
log.verbose
in the config file (AdGuardHome.yaml
), and I got those logs:Also average upstream servers response time:
So somehow AdGuardHome failed to connect to upstream servers while
dig
works just fine.The text was updated successfully, but these errors were encountered: