socorro deploy: 2022.12.06
Categories
(Socorro :: Infra, task, P2)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
Details
We want to do a deploy for socorro
tagged 2022.12.06
.
It consists of the following:
7dced5e
: bug 1803558: improve processed crash data and field doc template (willkg)
305733f
: bug 1803558: show products for annotations (willkg)
3abb85b
: Update dependencies (willkg)
befaaa9
: Bug 1804025 - Ignore functions used to access slices and vectors in Rust when ge (gabrielesvelto)
62273cc
: bug 1803558: add caveats to application_build_id description (willkg)
a8c49e3
: bug 1804079: redo ProductRule copies as source_annotations (willkg)
0b1cd8e
: bug 1804095: add support for JSLargeAllocationFailure (willkg)
27c1961
: bug 1796094: mark JSLargeAllocationFailure=Reported as OOM | large (willkg)
3b8d01d
: Bug 1800132 - Tweaked signature generation for WebRTC crashes (gabrielesvelto)
b0afff3
: Bug 1795631 - Ignore the RefPtr class and its helpers in signature generation (gabrielesvelto)
Assignee | ||
Comment 1•2 years ago
|
||
Tagged 2022.12.06:
tag 2022.12.06
Tagger: Will Kahn-Greene <willkg@mozilla.com>
Date: Tue Dec 6 13:14:19 2022 -0500
Tag 2022.12.06 (bug #1804294)
`7dced5e`: bug 1803558: improve processed crash data and field doc template (willkg)
`305733f`: bug 1803558: show products for annotations (willkg)
`3abb85b`: Update dependencies (willkg)
`befaaa9`: Bug 1804025 - Ignore functions used to access slices and vectors in Rust when ge (gabrielesvelto)
`62273cc`: bug 1803558: add caveats to application_build_id description (willkg)
`a8c49e3`: bug 1804079: redo ProductRule copies as source_annotations (willkg)
`0b1cd8e`: bug 1804095: add support for JSLargeAllocationFailure (willkg)
`27c1961`: bug 1796094: mark JSLargeAllocationFailure=Reported as OOM | large (willkg)
`3b8d01d`: Bug 1800132 - Tweaked signature generation for WebRTC crashes (gabrielesvelto)
`b0afff3`: Bug 1795631 - Ignore the RefPtr class and its helpers in signature generation (gabrielesvelto)
Deploy bug #1804294
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEzY3I6/E2Vh8o9nPoGL3RpvBm7BEFAmOPhnsACgkQGL3RpvBm
7BGS0gf9Gyggw0X+CHW4Vs7lb8uritC0Nlauf6e0jz4xjscmR5KXsMZDJSGquwHU
q4LpmbQqsdofkUMAVLcFvcF6hYy2QUQHy19tLjuCVviPQvsynlmz2Gk+BWWqcCZF
zRaADg/87e0NFGztSqMg4XVptVx0DaXecLBtreLDxCzyEfesbyUZgyotzPSQlzzn
ux6UWqP6LSDFWr1et7dwFKiu0kmd0UclIRqvQACEo5aJUoMB5I9MrrxBXXUAAeZ4
CfJKx+9Dr+5JY7abnu2RFYdMY0Ctm3UMFgu/5SB8HSzhaOReXIQlfnhyp8vAc0/z
dN1y6S7jm4J6qYyKauhDtlKKJJ4rtA==
=z1ih
-----END PGP SIGNATURE-----
commit b0afff346a32840379c00913bbf0dda5378d60f5
Author: Gabriele Svelto <gsvelto@mozilla.com>
Date: Mon Oct 17 10:47:26 2022 +0200
Bug 1795631 - Ignore the RefPtr class and its helpers in signature generation
Assignee | ||
Comment 2•2 years ago
|
||
This pushed two changes to the processor:
- changed asg min to 10 as a stopgap until we fix the issues that lead to scaling not working
- changed threads from 5 to 4 because I have a theory there's something limiting the processors when they're under load that causes them to underperform
According to Grafana, item 2 might be right on. The average cpu and processing throughput are much better now even when under load. Further, the scaling triggers are kicking in, so the processor asg scaled up and down in response to work load. Yay!
Grafana and Sentry look ok. Marking as FIXED.
Description
•