Closed Bug 1557820 Opened 5 years ago Closed 5 years ago

IDB: Add IsShuttingDown check to DatabaseOperationBase::OnProgress

Categories

(Core :: Storage: IndexedDB, task, P1)

task

Tracking

()

RESOLVED FIXED
mozilla69
Tracking Status
firefox68 --- fixed
firefox69 --- fixed

People

(Reporter: janv, Assigned: janv)

References

Details

Attachments

(1 file)

According to:
https://crash-stats.mozilla.org/report/index/a35162fc-bc01-4184-b4c8-300c80190607#allthreads
the IDB shutdown timer fired when an IDB thread was actively running an operation.

I guess it can happen that an operation like GetAll with a big database can block shutdown for long time. DatabaseOperationBase::OnProgress now interrupts the operation only when the actor was destroyed. I think we should also add the IsShuttingDown check there.

Pushed by jvarga@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/aaaad6b92dcd IDB: Add IsShuttingDown check to DatabaseOperationBase::OnProgress; r=asuth
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla69

Comment on attachment 9070688 [details]
Bug 1557820 - IDB: Add IsShuttingDown check to DatabaseOperationBase::OnProgress; r=asuth

Beta/Release Uplift Approval Request

  • User impact if declined: Users may experience shutdown hangs caused by long running database operations.
  • Is this code covered by automated tests?: Yes
  • Has the fix been verified in Nightly?: Yes
  • Needs manual test from QE?: No
  • If yes, steps to reproduce:
  • List of other uplifts needed: None
  • Risk to taking this patch: Low
  • Why is the change risky/not risky? (and alternatives if risky): The change is simple. We just interrupt a database operation when we are shutting down. When quota manager and its clients (for example IndexedDB) are shutting down other system components should have already flushed changes to disk.
  • String changes made/needed: None
Attachment #9070688 - Flags: approval-mozilla-beta?

Comment on attachment 9070688 [details]
Bug 1557820 - IDB: Add IsShuttingDown check to DatabaseOperationBase::OnProgress; r=asuth

shutdown hang prevention, approved for 68.0b10

Attachment #9070688 - Flags: approval-mozilla-beta? → approval-mozilla-beta+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: