-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-18433. Fix main thread name. #4838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
💔 -1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @zhengchenyu for you report.
Maybe we want to set this name to the Listener thread, but this PR just remove it.
Can you fix it?
@ZanderXu Thanks for review this PR. This code is called in main thread to initialize Listener. After HDFS-13566 the main thread name is rename as "Listener at ${hostname}/9000". When I jstack, it is confused. |
@zhengchenyu I got what you want to do. But I think we should correct the thread name of the |
|
How about moving line1397 to line 1513? Correct it, not delete |
@ZanderXu Line 1410 has already set thread name, I think just delete is ok.
|
Oh, I see. LGTM. |
Merged. @zhengchenyu Thanks for your contribution. |
(cherry picked from commit f68f1a4)
(cherry picked from commit f68f1a4) Co-authored-by: zhengchenyu <zhengchenyu16@gmail.com>
https://issues.apache.org/jira/browse/HADOOP-18433