Closed
Bug 1219751
Opened 9 years ago
Closed 9 years ago
Change the the depth limit of the thread hangs stack to use the 99th percentile
Categories
(Toolkit :: Telemetry, defect, P1)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
mozilla45
People
(Reporter: Dexter, Assigned: Dexter)
References
Details
(Whiteboard: [measurement:client])
Attachments
(1 file)
1.29 KB,
patch
|
gfritzsche
:
review+
lizzard
:
approval-mozilla-aurora+
lizzard
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
We should change the maximum length of the thread hangs stack to the value of the 99th percentile rather than the 95th percentile as the most interesting stacks tend to be longer.
We need to run an updated spark job [0] to find the 99th percentile and then change the constant in [1].
[0] - https://gist.github.com/Dexterp37/fc4a043fb442d4e4be90
[1] - https://dxr.mozilla.org/mozilla-central/rev/1e700005a0ddf2b17803213e1f3f8d78a7a618b8/xpcom/threads/BackgroundHangMonitor.cpp#36
Assignee | ||
Updated•9 years ago
|
Points: --- → 1
Priority: -- → P2
Whiteboard: [measurement:client]
Comment 1•9 years ago
|
||
Let's set the limit to 30 (99.9%).
Assignee | ||
Comment 2•9 years ago
|
||
Assignee: nobody → alessio.placitelli
Status: NEW → ASSIGNED
Attachment #8680654 -
Flags: review?(gfritzsche)
Updated•9 years ago
|
Attachment #8680654 -
Flags: review?(gfritzsche) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Updated•9 years ago
|
Priority: P2 → P1
Assignee | ||
Comment 4•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/134bb8fdb24418730e1ed5940fafc42cdfc5e972
Bug 1219751 - Change the the depth limit of the thread hangs stack to use the 99th percentile. r=gfritzsche
Comment 5•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Comment 6•9 years ago
|
||
bugherder uplift |
status-b2g-v2.5:
--- → fixed
Comment 7•9 years ago
|
||
removing the b2g 2.5 flag since this commit has been reverted due to an incorrect merge, sorry for the confusion
status-b2g-v2.5:
fixed → ---
Comment 8•9 years ago
|
||
Can we uplift this to Aurora 44 & Beta 43?
See https://bugzilla.mozilla.org/show_bug.cgi?id=1211411#c11
Status: RESOLVED → REOPENED
Flags: needinfo?(alessio.placitelli)
Resolution: FIXED → ---
Assignee | ||
Comment 9•9 years ago
|
||
Comment on attachment 8680654 [details] [diff] [review]
bug1219751.patch
Approval Request Comment
[Feature/regressing bug #]: Tweaks the constant that controls the number of thread hang stacks sent.
[User impact if declined]: This isn't a user-facing feature. However, without this patches bug 1222894 could potentially cause sending a lot of oversized pings, wasting both storage and processing time server side, thus increasing costs.
[Describe test coverage new/current, TreeHerder]: This has been on m-c for 2 weeks without any reported issue.
[Risks and why]: Low risk, the changed constant controls how many stacks we are sending.
[String/UUID change made/needed]: None.
Please note that this is part of an uplift stack required for bug 1222894. This is the stack (the patches correctly apply in order to mozilla-beta): 1213780, 1211411, 1215540, 1219751.
Flags: needinfo?(alessio.placitelli)
Attachment #8680654 -
Flags: approval-mozilla-beta?
Assignee | ||
Comment 10•9 years ago
|
||
Comment on attachment 8680654 [details] [diff] [review]
bug1219751.patch
This also needs to be uplifted on Aurora: the rest of the stack is already there and it's just missing this one patch.
Attachment #8680654 -
Flags: approval-mozilla-aurora?
Comment 11•9 years ago
|
||
Marking this as affected for 43 and 44 since we intend to uplift.
status-firefox43:
--- → affected
Comment 12•9 years ago
|
||
Comment on attachment 8680654 [details] [diff] [review]
bug1219751.patch
Please uplift this patch to both aurora and beta.
Attachment #8680654 -
Flags: approval-mozilla-beta?
Attachment #8680654 -
Flags: approval-mozilla-beta+
Attachment #8680654 -
Flags: approval-mozilla-aurora?
Attachment #8680654 -
Flags: approval-mozilla-aurora+
Comment 13•9 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/8efe7a54bafe
https://hg.mozilla.org/releases/mozilla-beta/rev/6cabb1a43af6
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → FIXED
Comment 14•9 years ago
|
||
bugherder uplift |
status-b2g-v2.5:
--- → fixed
Comment 15•9 years ago
|
||
(In reply to Vladan Djeric (:vladan) -- please needinfo! PTO Nov 16/19/20 from comment #13)
> https://hg.mozilla.org/releases/mozilla-aurora/rev/8efe7a54bafe
> https://hg.mozilla.org/releases/mozilla-beta/rev/6cabb1a43af6
setting the flags for this checkin
You need to log in
before you can comment on or make changes to this bug.
Description
•