[
https://issues.apache.org/jira/browse/FLINK-26074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martijn Visser closed FLINK-26074.
----------------------------------
Fix Version/s: 1.16.0
Resolution: Fixed
Fixed in master: b39d8425750ffe42897b57b001141519173ea27f
> Improve FlameGraphs scalability for high parallelism jobs
> ---------------------------------------------------------
>
> Key: FLINK-26074
> URL: https://issues.apache.org/jira/browse/FLINK-26074
> Project: Flink
> Issue Type: Improvement
> Reporter: Alexander Fedulov
> Assignee: Alexander Fedulov
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.16.0
>
>
> The FlameGraph feature added in FLINK-13550 issues 1 RPC call per subtask.
> This may cause performance problems for jobs with high paralleism and a lot
> of subtask running on the same TaskManager. It should be possible to improve
> this by grouping thread sampling requests usingĀ
> {code:java}
> ThreadMXBean.getThreadInfo(long[] ids, int maxDepth){code}
> instead of the currently used individual calls
> {code:java}
> ThreadMXBean.getThreadInfo(long id, int maxDepth){code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)