dfs locking doesn't notify the application when a lock is lost
--------------------------------------------------------------

                 Key: HADOOP-656
                 URL: http://issues.apache.org/jira/browse/HADOOP-656
             Project: Hadoop
          Issue Type: Bug
          Components: dfs
    Affects Versions: 0.7.2
            Reporter: Owen O'Malley
         Assigned To: Sameer Paranjpye


DFS locks may be lost for failing to renew the lease on time, but the 
application is not notified about the loss of the lock and may therefore 
perform operations assuming it has the lock, even though the lock has been 
given to another process. I propose that DFS operations check to see if that 
client has lost a lock since the last check and if so throw a LostLockException.

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

        

Reply via email to