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.

Reply via email to