Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
There 2 findbugs warning in hadoop-yarn-client since switched to spotbugs
- Possible exposure of partially initialized object in org.apache.hadoop.yarn.client.api.impl.YarnClientImpl.getTimelineDelegationToken()
- Useless condition: it's known that isAppFinished == false at this point
See more info from https://builds.apache.org/job/PreCommit-HADOOP-Build/12157/artifact/patchprocess/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client-warnings.html
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-14336 Cleanup findbugs warnings found by Spotbugs
- Resolved