Open
Bug 1317868
Opened 8 years ago
Updated 2 years ago
enabled sync engine is re-disabled if sync is interrupted.
Categories
(Firefox :: Sync, defect, P3)
Firefox
Sync
Tracking
()
NEW
People
(Reporter: markh, Unassigned)
References
Details
STR:
* disable the bookmarks engine, sync.
* enable the bookmarks engine, start syncing.
* quit Firefox before sync completes.
* restart Firefox, note that about:preferences#sync still says bookmarks is enabled.
* sync.
* Note that bookmarks were not synced and the engine became disabled.
Probably not a huge deal as it should be somewhat rare, but possibly worth investigating in case we can identify other related issues that are more likely to be hit.
Comment 1•8 years ago
|
||
Perhaps related to Bug 608231.
Comment 2•8 years ago
|
||
I'm fairly confident I've seen this happen in practice (when tracking down the source of slowness for bug 1296560) and there seems to be a case (or every case?) where we don't totally recover -- e.g. bookmarks never syncs again, and nothing allows it to get readded to the set of enabled engines.
I didn't dig into it at the time, but I still have that profile and made a mental note to look into it more later (Of course, it's also possible this is a separate but unrelated issue).
Reporter | ||
Comment 3•8 years ago
|
||
(In reply to Thom Chiovoloni [:tcsc] from comment #2)
> I'm fairly confident I've seen this happen in practice (when tracking down
> the source of slowness for bug 1296560) and there seems to be a case (or
> every case?) where we don't totally recover -- e.g. bookmarks never syncs
> again, and nothing allows it to get readded to the set of enabled engines.
It would be great if you can try and reproduce this - that would be a much larger problem than I see here (where I believe bookmarks is re-enabled as soon as the next sync completes)
Updated•8 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•