-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.9.0, 3.0.0-alpha4
-
Component/s: None
-
Labels:
-
Hadoop Flags:Reviewed
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
- relates to
-
HADOOP-14336 Cleanup findbugs warnings found by Spotbugs
-
- Resolved
-