You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2010/09/03 17:16:32 UTC

[jira] Created: (HBASE-2958) When hbase.hlog.split.skip.errors is set to false, we fail the split but thats it

When hbase.hlog.split.skip.errors is set to false, we fail the split but thats it
---------------------------------------------------------------------------------

                 Key: HBASE-2958
                 URL: https://issues.apache.org/jira/browse/HBASE-2958
             Project: HBase
          Issue Type: Bug
            Reporter: stack


When hbase.hlog.split.skip.errors is set to false, if we encounter an error splitting, splitting stops and exception is let propagate up the stack.  I see that its caught in the new MasterFileSystem class and logged, but thats it.  It would seem processing continues BUT we've dropped the edits in the split.  We need to do better (default is hbase.hlog.split.skip.errors set to false -- i.e. skip errors but keep going).

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