Uh oh!
There was an error while loading. Please reload this page.
TEZ-4740: Fix typo in ProfileServlet javadoc for method profiling - #525
Conversation
tez-yetus
commented
Jul 19, 2026
💔 -1 overall
This message was automatically generated. |
Aggarwal-Raghav
commented
Jul 19, 2026
@abstractdog , I verified that the As per async-profiler readme:
I have a question, do we want to stop this method level profiling if yes then this PR is correct otherwise, ![]() ![]() |
abstractdog
commented
Jul 20, 2026
thanks @Aggarwal-Raghav for investigating this: I was worried that maybe async profiler dropped the support of profiling methods, however, if it works with the |
Aggarwal-Raghav
commented
Jul 20, 2026
i think older also it was So, now I'll rename this ticket to update the javadoc only and update the path to only support for 4.4 and drop support for 3.x? tez/tez-common/src/main/java/org/apache/tez/common/web/ProfileServlet.java Lines 306 to 314 in b9d8c0f |
abstractdog
commented
Jul 20, 2026
I think dropping profile 3.x support is another thing to discuss, I'm fine with not doing it now |
Aggarwal-Raghav
commented
Jul 20, 2026
ACK |
Method profiling is still supported in newer versions of async-profiler (including 3.x and 4.x), but it is accessed via the '-e' flag instead of '-m' in the backend. Admins can continue to use the '?method=' HTTP query parameter for method profiling. This commit simply updates the Javadoc to reflect the correct async-profiler flag, while leaving the existing method profiling functionality intact.
Aggarwal-Raghav
commented
Jul 20, 2026
tez-yetus
commented
Jul 20, 2026
💔 -1 overall
This message was automatically generated. |
Uh oh!
There was an error while loading. Please reload this page.
abstractdog
commented
Jul 20, 2026
LGTM |








Method profiling is still supported in newer versions of async-profiler (including 3.x and 4.x),
but it is accessed via the '-e' flag instead of '-m' in the backend. Admins can continue to use
the '?method=' HTTP query parameter for method profiling. This commit simply updates the Javadoc
to reflect the correct async-profiler flag, while leaving the existing method profiling functionality
intact.