You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Wilfred Spiegelenburg (JIRA)" <ji...@apache.org> on 2017/04/22 20:00:05 UTC

[jira] [Created] (YARN-6513) Fix for FindBugs getPendingLogFilesToUpload() possible NPE

Wilfred Spiegelenburg created YARN-6513:
-------------------------------------------

             Summary: Fix for FindBugs getPendingLogFilesToUpload() possible NPE
                 Key: YARN-6513
                 URL: https://issues.apache.org/jira/browse/YARN-6513
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Wilfred Spiegelenburg


{code}
Possible null pointer dereference in org.apache.hadoop.yarn.logaggregation.AggregatedLogFormat$LogValue.getPendingLogFilesToUpload(File) due to return value of called method
Bug type NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE (click for details) 
In class org.apache.hadoop.yarn.logaggregation.AggregatedLogFormat$LogValue
In method org.apache.hadoop.yarn.logaggregation.AggregatedLogFormat$LogValue.getPendingLogFilesToUpload(File)
Local variable stored in JVM register ?
Method invoked at AggregatedLogFormat.java:[line 314]
Known null at AggregatedLogFormat.java:[line 314]
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org