You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2010/04/14 03:41:57 UTC

[jira] Created: (HBASE-2442) Log lease recovery catches IOException too widely

Log lease recovery catches IOException too widely
-------------------------------------------------

                 Key: HBASE-2442
                 URL: https://issues.apache.org/jira/browse/HBASE-2442
             Project: Hadoop HBase
          Issue Type: Bug
          Components: regionserver
    Affects Versions: 0.20.3
            Reporter: Todd Lipcon
            Assignee: Todd Lipcon


In HLog.recoverLog, all IOExceptions are caught. This code should only spin for the case of AlreadyBeingCreatedException, but currently will spin on any IOException, even though others may well be permanent state (eg the log directory has been chowned to someone else)

-- 
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