Add a new test for lease expiry on hard limit
---------------------------------------------

                 Key: HDFS-1095
                 URL: https://issues.apache.org/jira/browse/HDFS-1095
             Project: Hadoop HDFS
          Issue Type: Test
    Affects Versions: 0.21.0, 0.22.0
            Reporter: Tsz Wo (Nicholas), SZE


The following lease recovery test case seems missing:
# create a file, write some bytes but not close it.
# let hard lease expire
# append to the file right after NN lease recovery starts but before it ends; 
keep retrying.
#- Expecting a RecoveryInProgressException in the first few append calls and 
succeed as soon as the lease recovery is done.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to