Tasks using --gecko-profile extra option resort to outdated symbolication
Categories
(Testing :: Performance, defect, P2)
Tracking
(firefox150 fixed)
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | fixed |
People
(Reporter: animalan, Assigned: animalan)
References
Details
Attachments
(1 file)
Tasks that use the mozharness extra option --gecko-profile to generate profiles (and do not specify --gecko-profile when running ./mach try) are not provided the dependencies for the newer symbolication (symbolicator-cli) and resort to the fallback (outdated) symbolication method instead. For example, here's a Try push for talos-bcv-profiling.
| Assignee | ||
Updated•6 months ago
|
| Assignee | ||
Updated•6 months ago
|
| Assignee | ||
Updated•6 months ago
|
| Assignee | ||
Comment 1•6 months ago
|
||
Updated•6 months ago
|
Comment 2•6 months ago
|
||
The severity field is not set for this bug.
:sparky, could you have a look please?
For more information, please visit BugBot documentation.
| Assignee | ||
Updated•6 months ago
|
| Assignee | ||
Updated•6 months ago
|
Comment 4•6 months ago
|
||
| bugherder | ||
Comment 5•5 months ago
|
||
Abhishek we noticed a very large increase in uploads to the symbol server happening around the landing of this patch. Symbol uploads are now more than four times what they used to be. How many tasks do you estimate would have been affected by this change? Is the volume increase expected?
| Assignee | ||
Comment 6•5 months ago
|
||
Thanks for the needinfo!
Context: This patch adds samply and symbolicator-cli (symbolication tools) to tasks that use the --gecko-profile extra option. This allows these tasks to use the CI symbolication introduced in Bug 1970961.
How many tasks do you estimate would have been affected by this change?
~70 tasks as a rough estimate. There are ~22 task definitions with the --gecko-profile extra option and these definitions resolve to about ~70 tasks (so about ~70 tasks are affected). The vast majority of these (~60-65 tasks) are just Talos profiling tasks that need to be triggered manually. The Raptor desktop and mobile profiling tasks (~5 tasks) with --gecko-profile extra option run routinely on mozilla-central.
Is the volume increase expected?
No -- this patch and the Bug 1970961's patch should not be triggering any symbol uploads at all. If they are, this is unintended behaviour and should be fixed. Looking at both patches in question, there doesn't seem to be anything that could trigger symbol uploads (at least to me).
I'll continue monitoring these patches but based off of what I know now, I do not think these patches caused the spike.
Gabriele, if you can provide more detail about the spike (What jobs / tests caused these uploads? What type of symbols are being uploaded? What specific times/dates these spikes occurred? etc.), that would be great -- it might help me confirm whether these patches are the problem.
(Also: I've added to the Matrix discussion on #crashreporting)
Comment 7•4 months ago
|
||
Clearing the NI? as the elevated number of symbol uploads was not due to this, thanks for the help Abhishek.
Description
•