Closed
Bug 2052794
Opened 15 days ago
Closed 12 days ago
Transient DNS failure sticks across reload under Happy Eyeballs
Categories
(Core :: Networking: HTTP, defect, P2)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
154 Branch
| Tracking | Status | |
|---|---|---|
| firefox154 | --- | fixed |
People
(Reporter: kershaw, Assigned: kershaw)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
When Happy Eyeballs is enabled, a transient DNS failure that affects both address families gets negatively cached and is then reused by user-facing (high-priority) lookups, so the page keeps failing on normal reload (Ctrl+R) until the negative entry expires — only a shift-reload recovers.
| Assignee | ||
Comment 1•15 days ago
|
||
Updated•15 days ago
|
Assignee: nobody → kershaw
Status: NEW → ASSIGNED
Pushed by kjang@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/af25606c084f
https://hg.mozilla.org/integration/autoland/rev/066cf80cf11b
Don't reuse a total-negative DNS result for high-priority lookups under Happy Eyeballs, r=mxinden,necko-reviewers,sunil
Pushed by rperta@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/28514e24cbfa
https://hg.mozilla.org/integration/autoland/rev/4ecf308c5d23
Revert "Bug 2052794 - Don't reuse a total-negative DNS result for high-priority lookups under Happy Eyeballs, r=mxinden,necko-reviewers,sunil" for causing bc failures at browser_search_telemetry_domain_categorization_download_timer.js
Backed out for causing bc failures at browser_search_telemetry_domain_categorization_download_timer.js
Backout link
Push with failures
Failure log(s)
Flags: needinfo?(kershaw)
| Assignee | ||
Updated•13 days ago
|
Flags: needinfo?(kershaw)
Pushed by kjang@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/3ef2b3157ced
https://hg.mozilla.org/integration/autoland/rev/bc13b475f545
Don't reuse a total-negative DNS result for high-priority lookups under Happy Eyeballs, r=mxinden,necko-reviewers,sunil
Comment 7•12 days ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 12 days ago
status-firefox154:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 154 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•