[
https://issues.apache.org/jira/browse/HADOOP-13158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15286508#comment-15286508
]
Hudson commented on HADOOP-13158:
---------------------------------
FAILURE: Integrated in Hadoop-trunk-Commit #9791 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/9791/])
HADOOP-13158 S3AFileSystem#toString might throw NullPointerException due
(stevel: rev 08ea07f1b8edbc38c99015c81a62ca127a247bf7)
*
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java
> S3AFileSystem#toString might throw NullPointerException due to null cannedACL.
> ------------------------------------------------------------------------------
>
> Key: HADOOP-13158
> URL: https://issues.apache.org/jira/browse/HADOOP-13158
> Project: Hadoop Common
> Issue Type: Bug
> Components: fs/s3
> Reporter: Chris Nauroth
> Assignee: Chris Nauroth
> Fix For: 2.8.0
>
> Attachments: HADOOP-13158.001.patch
>
>
> The {{cannedACL}} field of {{S3AFileSystem}} can be {{null}}. The
> {{toString}} implementation has an unguarded call to
> {{cannedACL.toString()}}, so there is a risk of {{NullPointerException}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]