-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
YARN-11286. Make AsyncDispatcher#printEventDetailsExecutor thread pool parameter configurable. #4824
Conversation
…l parameter configurable.
💔 -1 overall
This message was automatically generated. |
@ayushtkn Can you help review this pr? Thank you very much! |
💔 -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.
Changes LGTM
@@ -189,10 +189,24 @@ protected void serviceInit(Configuration conf) throws Exception{ | |||
ThreadFactory threadFactory = new ThreadFactoryBuilder() | |||
.setNameFormat("PrintEventDetailsThread #%d") | |||
.build(); | |||
|
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.
nit: avoid this
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.
Thank you very much for helping to review the code, I will modify the code.
💔 -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.
LGTM
@ayushtkn Thank you very much for helping to review the code! |
…l parameter configurable. (apache#4824). Contributed by fanshilun. Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
JIRA: YARN-11286. Make AsyncDispatcher#printEventDetailsExecutor thread pool parameter configurable.