Closed
Bug 1361322
Opened 7 years ago
Closed 7 years ago
Don't try to open the favicons database on startup for existing profiles
Categories
(Toolkit :: Places, defect, P1)
Toolkit
Places
Tracking
()
People
(Reporter: mak, Assigned: mak)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxsearch][reserve-photon-performance])
Attachments
(1 file)
things to do: 1. let's rely on ATTACH call succeeding rather than trying to detect corruption by opening/closing the db 2. in any case let's use asyncClose() to close the connection 3. in case of corruption, mark in a property which database was corrupt, places.sqlite or favicons.sqlite and then try to replace only that one
Updated•7 years ago
|
Blocks: photon-performance-triage
Whiteboard: [fxsearch][qf] → [fxsearch][qf][photon-performance]
Updated•7 years ago
|
Flags: qe-verify?
Priority: P1 → P2
Assignee | ||
Updated•7 years ago
|
Blocks: PlacesHiresFavicons
Updated•7 years ago
|
Whiteboard: [fxsearch][qf][photon-performance] → [fxsearch][qf:p1][photon-performance]
Updated•7 years ago
|
Blocks: photon-startup
Updated•7 years ago
|
No longer blocks: photon-performance-triage
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mak77
Status: NEW → ASSIGNED
Priority: P2 → P1
Updated•7 years ago
|
Whiteboard: [fxsearch][qf:p1][photon-performance] → [fxsearch][qf:p1][reserve-photon-performance]
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•7 years ago
|
||
hrm, Try is unhappy for some reason.
Assignee | ||
Updated•7 years ago
|
Attachment #8871249 -
Flags: review?(adw)
Assignee | ||
Comment 3•7 years ago
|
||
New build to check if the issue is due to AsyncClose. My theory is that by the time we reach the ATTACH QUERY asyncClose is still running and it's not possible to ATTACH during a transaction (close is not a transaction, but I suspect part of it may work similarly). This may be compatible with the fact the previous patch was only failing on Linux, it's a different scheduler. Let's see. https://treeherder.mozilla.org/#/jobs?repo=try&revision=931128ae7453e2180aea1bc72f6b78dc2bb37077
Comment hidden (mozreview-request) |
Comment 5•7 years ago
|
||
mozreview-review |
Comment on attachment 8871249 [details] Bug 1361322 - Don't try to open the favicons database on startup for existing profiles. https://reviewboard.mozilla.org/r/142738/#review146624 LGTM
Attachment #8871249 -
Flags: review?(adw) → review+
Pushed by mak77@bonardo.net: https://hg.mozilla.org/integration/autoland/rev/6f9a72ab2e18 Don't try to open the favicons database on startup for existing profiles. r=adw
Updated•7 years ago
|
Whiteboard: [fxsearch][qf:p1][reserve-photon-performance] → [fxsearch][qf:p2][reserve-photon-performance]
Comment 7•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6f9a72ab2e18
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•7 years ago
|
Iteration: --- → 55.6 - May 29
Updated•7 years ago
|
Flags: qe-verify? → qe-verify-
Updated•2 years ago
|
Performance Impact: --- → P2
Whiteboard: [fxsearch][qf:p2][reserve-photon-performance] → [fxsearch][reserve-photon-performance]
You need to log in
before you can comment on or make changes to this bug.
Description
•