add fission indicator to topcrashers report and signature report
Categories
(Socorro :: Webapp, enhancement, P1)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
References
Details
(Whiteboard: [fission:m7])
Attachments
(2 files)
Fission-related triage would benefit greatly from having a Fission indicator in the TopCrashers report and Signature report that worked the same way the Startup Crash indicator works.
This covers that.
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
Chris: What do you think about these?
- TopCrashers report on stage: https://crash-stats.allizom.org/topcrashers/?product=Firefox&version=81.0a1
- Signature report (all fission): https://crash-stats.allizom.org/signature/?product=Firefox&signature=AsyncShutdownTimeout%20%7C%20profile-before-change%20%7C%20JSON%20store%3A%20writing%20data%2CJSON%20store%3A%20writing%20data%2CJSON%20store%3A%20writing%20data%2CJSON%20store%3A%20writing%20data%2CJSON%20store%3A%20writing%20data%2CJSON%20store%3A%20writing%20data%2COS.File%3A%20flush%20I%2FO%20queued%20before%20profileBeforeChange&version=81.0a1&date=%3C2020-08-18T19%3A57%3A20%2B00%3A00&date=%3E%3D2020-08-11T19%3A57%3A20%2B00%3A00
- Signature report (some fission): https://crash-stats.allizom.org/signature/?product=Firefox&signature=AsyncShutdownTimeout%20%7C%20profile-before-change-telemetry%20%7C%20TelemetryController%3A%20shutting%20down&version=81.0a1&date=%3C2020-08-18T19%3A57%3A20%2B00%3A00&date=%3E%3D2020-08-11T19%3A57%3A20%2B00%3A00
Does that help with triaging?
Comment 4•5 years ago
|
||
(In reply to Will Kahn-Greene [:willkg] ET needinfo? me from comment #3)
Chris: What do you think about these?
Looks good!
Looks like the criteria for "Potential Fission Crash" is num_fission_crashes > 0 and num_fission_crashes < num_crashes. Maybe we should only show "Potential Fission Crash" if num_fission_crashes > num_crashes / 2?
Otherwise we get likely false positives like this crash signature where only 1 out of 3 crashes have Fission enabled. And the report page doesn't mention Fission on the "Correlations" tab. (I don't remember the criteria for Correlations.)
| Assignee | ||
Comment 5•5 years ago
|
||
I'll change the criteria for "Potential Fission Crash" now.
Correlations is a completely different system that Marco maintains. I don't really know how that works and I'm not sure I'll be able to get it to match what Socorro is doing. (I think that's what you're suggesting.)
| Assignee | ||
Comment 6•5 years ago
|
||
| Assignee | ||
Comment 7•5 years ago
|
||
Comment 8•5 years ago
|
||
(In reply to Will Kahn-Greene [:willkg] ET needinfo? me from comment #5)
Correlations is a completely different system that Marco maintains. I don't really know how that works and I'm not sure I'll be able to get it to match what Socorro is doing. (I think that's what you're suggesting.)
Understood and not a problem.
Your new changes to is_potential_fission_crash look good.
| Assignee | ||
Comment 9•5 years ago
|
||
This was deployed just now with bug #1660330. Marking as FIXED.
Description
•