support crash annotation XPCOMSpinEventLoopStack field
Categories
(Socorro :: General, task, P2)
Tracking
(Not tracked)
People
(Reporter: jstutte, Assigned: willkg)
Details
Attachments
(1 file)
Please
- make it searchable in supersearch
- make it aggregatable in supersearch
Thanks you
| Assignee | ||
Comment 1•4 years ago
|
||
Did this field undergo data collection review? If so, what was the bug for that?
| Reporter | ||
Comment 2•4 years ago
•
|
||
Yes: bug 1678330.
There is an additional review requested in bug 1735129 as we are adding the thread name.
| Assignee | ||
Comment 4•4 years ago
|
||
In both data reviews, the question "Please provide a link to the documentation for this data collection which describes the ultimate data set in a public, complete, and accurate way." doesn't answer what the data looks like or where it's documented.
What do the values look like?
| Reporter | ||
Comment 5•4 years ago
|
||
The values are currently literal strings, see the uses of SpinEventLoopUntil, containing an identifier that can be easily traced in the source (most of the times similar to the containing function's name but with no formal requirements).
The new use wants to add the thread's name for one specific instance only.
| Reporter | ||
Comment 6•4 years ago
|
||
I should add, that we can see a concatenation of those strings in XPCOMSpinEventLoopStack if we are in a nested event loop situation (without newlines).
| Assignee | ||
Comment 7•4 years ago
|
||
Ok. Looks like it's a finite low-cardinality set of keywords. I'll index it that way.
I'll try to get to this in the next week.
| Assignee | ||
Comment 8•4 years ago
|
||
| Assignee | ||
Comment 9•4 years ago
|
||
| Assignee | ||
Comment 10•4 years ago
|
||
I pushed this to prod today in bug #1738043.
A new index will get built this weekend with the new field in it. After that, this field will be searchable. I'll keep it open to verify.
| Reporter | ||
Comment 11•4 years ago
|
||
Great, thanks!
| Assignee | ||
Comment 12•4 years ago
|
||
A new index was created and the field is now being added to it. I can facet and search on it. Marking as FIXED.
Description
•