Do not cache negative DNS records for the TRR server domain
Categories
(Core :: Networking: DNS, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: valentin, Assigned: valentin)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(2 files)
(In reply to Valentin Gosu [:valentin] (he/him) from bug 1698321 comment #29)
From the looks of the log it seems that you are using TRR in mode3.
At some point, native DNS fails for reasons that are likely out of our control (maybe the DNS server was down, or the computer went offline)
So there's this line in the logCaching host [mozilla.cloudflare-dns.com] negative record for 60 seconds.
For mode3 we should ensure that a negative record is ignored, so we always retry to get the IP of the TRR server.
In mode2 this is less severe, as we'd fall back to regular DNS, but it's still a 60 period where we might be able to use TRR but don't.
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
Depends on D113355
Comment 4•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/9e2d31861565
https://hg.mozilla.org/mozilla-central/rev/a07e32d0f5b3
Description
•