Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
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
Attachments
Attachments
Issue Links
- 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