Bug 1557820 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

### 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 components should have already flushed changes to disk.
* **String changes made/needed**: None
### 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

Back to Bug 1557820 Comment 4