TEZ-4740: Fix typo in ProfileServlet javadoc for method profiling#525
Conversation
|
💔 -1 overall
This message was automatically generated. |
|
@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,
|
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 |
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 |
I think dropping profile 3.x support is another thing to discuss, I'm fine with not doing it now |
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.
0a6bff5 to
b5c1d2a
Compare
|
💔 -1 overall
This message was automatically generated. |
|
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.