-
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-11754. [JDK17] Fix SpotBugs Issues in YARN. #7317
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.
+1
The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
From my perspective, no additional tests required, as this is more like a style cleanup.
Thanks for patching this, @slfan1989 !
@cnauroth Thank you very much for helping review the code! We made the changes because the Apache Hadoop QBT Report: trunk+JDK11 on Linux/x86_64 gave us some spotBugs warnings, and I think it's better to fix them.
I will also submit a PR to fix the HDFS spotBugs issue. Please help review the code later. Thanks again! |
@cnauroth Thank you very much for the review! |
Description of PR
JIRA: YARN-11754. [JDK17] Fix SpotBugs Issues in YARN.
I am following up on the upgrade to JDK 17 and have found some SpotBugs issues in YARN. I will address these issues in this JIRA, with the fixes being relatively minor.
How was this patch tested?
No unit tests are required.
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?