remove hang_type
Categories
(Socorro :: Processor, task, P3)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(1 file)
I was looking at the PluginRule
and noticed the hang_type
code makes no sense.
I investigated further and every single crash report indexed in Elasticsearch has a hang_type
of 0.
hang_type
is determined from the Hang
and HangID
annotations in this code:
CrashAnnotations.yaml doesn't list either annotation. My skimming of mozilla-central suggests that it's not an omission in CrashAnnotations.yaml, but that neither are emitted in crash reports.
This bug covers verifying that the annotations aren't emitted and hang_type
is not a thing and removing them.
Assignee | ||
Comment 1•3 years ago
|
||
Gabriele: Are Hang and HangID annotations emitted anymore? If not, I'll just remove this code.
Comment 2•3 years ago
|
||
That's a very good question. I don't remember where those lived, I suppose it was in the Flash plugin code but I haven't seen them around in a while so I suspect they've been removed a long time ago. I'm going to dig in the history to see where they were gone.
Comment 3•3 years ago
|
||
From what I can tell the HangID
annotation was removed in bug 784145 over 10 years ago so I say it's safe to get rid of them :-)
Assignee | ||
Comment 4•3 years ago
|
||
Thank you, Gabriele!
Grabbing this to remove them.
Assignee | ||
Comment 5•3 years ago
|
||
Assignee | ||
Comment 6•3 years ago
|
||
Assignee | ||
Comment 7•3 years ago
|
||
This went to production in bug #1763234. Marking as FIXED.
Description
•