-
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 are 2 findbugs warnings in hadoop-yarn-common project since switched to spotbugs,
- Possible null pointer dereference in org.apache.hadoop.yarn.logaggregation.AggregatedLogFormat$LogValue.getPendingLogFilesToUpload(File) due to return value of called method
- Possible null pointer dereference in org.apache.hadoop.yarn.util.ProcfsBasedProcessTree.getProcessList() due to return value of called method
- is duplicated by
-
YARN-6512 Fix for FindBugs getProcessList() possible NPE
-
- Resolved
-
-
YARN-6513 Fix for FindBugs getPendingLogFilesToUpload() possible NPE
-
- Resolved
-
- relates to
-
HADOOP-14336 Cleanup findbugs warnings found by Spotbugs
-
- Resolved
-