[ 
https://issues.apache.org/jira/browse/HADOOP-14609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16067313#comment-16067313
 ] 

Hudson commented on HADOOP-14609:
---------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #11945 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/11945/])
HADOOP-14609. NPE in AzureNativeFileSystemStore.checkContainer() if (liuml07: 
rev 990aa34de23c625163745ebc338483065d955bbe)
* (edit) 
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/AzureNativeFileSystemStore.java
* (edit) 
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/SelfRenewingLease.java
* (edit) 
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/TestBlobDataValidation.java


> NPE in AzureNativeFileSystemStore.checkContainer() if StorageException lacks 
> an error code
> ------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-14609
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14609
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>    Affects Versions: 2.9.0
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>             Fix For: 2.9.0, 3.0.0-alpha4
>
>         Attachments: HADOOP-14609-001.patch
>
>
> if something goes wrong in {{AzureNativeFileSystemStore.checkContainer()}} 
> the {{StorageException}} error code is checked.
> {code}
> if (ex.getErrorCode().equals(StorageErrorCode.RESOURCE_NOT_FOUND.toString())) 
> {
>  ...
> }
> {code}
> But if there's no error code: NPE.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to