Bug 1631812 Comment 0 Edit History

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

After Bug 1610134, we now shutdown within nsTerminator if we ever exceed the `toolkit.asyncshutdown.report_writes_after` pref, which is currently set to 20s. We need to ensure this is a sufficient number to set the pref at.

If it hits this pref, the results will be reported through the lateWrite telemetry information in the "isFromTerminatorWatchdog" portion of the JSON object. The goal is to determine a pref value to ensure we shut down when we are indefinitely hung as opposed to just shutting down more frequently.
After Bug 1610134, we now call `BeginLateWriteChecks` if we ever exceed the `toolkit.asyncshutdown.report_writes_after` pref, which is currently set to 20s. We need to ensure this is a sufficient number to set the pref at.

If it hits this pref, the results will be reported through the lateWrite telemetry information in the "isFromTerminatorWatchdog" portion of the JSON object. The goal is to determine a pref value to ensure we can actually shut down when we are indefinitely hung as opposed to just shutting down more frequently.

Back to Bug 1631812 Comment 0