You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2008/09/22 15:14:44 UTC

[jira] Created: (HADOOP-4240) should Storage.unlockAll() work through the list of storageDirs before bailing out?

should Storage.unlockAll() work through the list of storageDirs before bailing out?
-----------------------------------------------------------------------------------

                 Key: HADOOP-4240
                 URL: https://issues.apache.org/jira/browse/HADOOP-4240
             Project: Hadoop Core
          Issue Type: Improvement
          Components: dfs
    Affects Versions: 0.19.0
            Reporter: Steve Loughran
            Priority: Minor


Storage.unlockAll will forward any exception raised while trying to unlock a storage directory. However, it may be more robust to catch the exception and run through the remaining directories before relaying any (non-null) exception. That way a single directory playing up (it may be offline) won't stop the rest of the filesystem being released when a name node shuts down. 


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.