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

Hudson commented on HADOOP-12508:
---------------------------------

FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #564 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/564/])
HADOOP-12508. delete fails with exception when lease is held on blob. 
(cnauroth: rev 9e7dcab185abf2fdabb28f2799b9952b5664a4b0)
* 
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/TestNativeAzureFileSystemLive.java
* 
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/SelfRenewingLease.java
* 
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/AzureNativeFileSystemStore.java
* hadoop-common-project/hadoop-common/CHANGES.txt


> delete fails with exception when lease is held on blob
> ------------------------------------------------------
>
>                 Key: HADOOP-12508
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12508
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: azure
>            Reporter: Gaurav Kanade
>            Assignee: Gaurav Kanade
>            Priority: Blocker
>             Fix For: 2.8.0
>
>         Attachments: HADOOP-12508.01.patch, HADOOP-12508.02.patch, 
> HADOOP-12508.03.patch, HADOOP-12508.04.patch, HADOOP-12508.05.patch, 
> HADOOP-12508.06.patch
>
>
> The delete function as implemented by AzureNativeFileSystem store attempts 
> delete without a lease. In most cases this works but in the case of a 
> dangling lease resulting out of say a process killed and leaving a lease 
> dangling for a small period a delete attempted during this period simply 
> crashes. This fix addresses the situation by re-attempting the delete after a 
> lease acqusition in this case



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to