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

Harsh J commented on HADOOP-8158:
---------------------------------

I applied patch locally and ran the tests a few times continuously but always 
received success:

{code}
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.hadoop.hdfs.TestPersistBlocks
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.46 sec
{code}

Seems like a transient failure. I'll file another JIRA for this and proceed 
with this one.
                
> Interrupting hadoop fs -put from the command line causes a 
> LeaseExpiredException
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-8158
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8158
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Daryn Sharp
>         Attachments: HADOOP-8158.patch, HADOOP-8158.patch
>
>
> If you run "hadoop fs -put - foo", write a few lines, then ^C it from the 
> shell, about half the time you will get a LeaseExpiredException. It seems 
> like the shell is first calling {{delete()}} on the file, then calling 
> {{close()}} on the stream. The {{close}} call fails since the {{delete}} call 
> kills the lease. I saw this on trunk but my guess is that it affects 23 also.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to