-
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-11711. Clean Up ServiceScheduler Code. #6977
Conversation
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -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.
could you change the title to a bit more detailed than "improve". I think "Clean up" is more accurate
...hadoop-yarn-services-core/src/main/java/org/apache/hadoop/yarn/service/ServiceScheduler.java
Outdated
Show resolved
Hide resolved
oh, and +1 |
💔 -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 but someone from Yarn team should look at it
@steveloughran Thank you for reviewing the code! I still need to make some improvements to this pr. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
I've approved so merge once you are happy all yarn failures are unrelated...you may want to rebase here |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
@steveloughran Thank you very much for reviewing the code! It has been confirmed that the unit test errors are unrelated to the changes in this pr. I will proceed to merge this pr into the trunk branch. |
… by Shilun Fan. Reviewed-by: Steve Loughran <[email protected]> Signed-off-by: Shilun Fan <[email protected]>
… by Shilun Fan. Reviewed-by: Steve Loughran <[email protected]> Signed-off-by: Shilun Fan <[email protected]>
Description of PR
JIRA: YARN-11711. Improve ServiceScheduler Code.
HADOOP-16928(#6976) encountered a sputbug issue during compilation. The portion of code flagged by sputbug seems to be fine; we just need to bypass this validation. In addition, I made some minor improvements to other parts of the code.
How was this patch tested?
We don't need to perform unit tests.
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?