[
https://issues.apache.org/jira/browse/HBASE-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13129036#comment-13129036
]
Ted Yu commented on HBASE-2739:
-------------------------------
In TRUNK, MasterFileSystem.splitLog() has the following:
{code}
} catch (IOException e) {
LOG.error("Failed distributed splitting " + serverNames, e);
}
...
} catch (IOException e) {
LOG.error("Failed splitting " + logDir.toString(), e);
} finally {
{code}
> Master should fail to start if it cannot successfully split logs
> ----------------------------------------------------------------
>
> Key: HBASE-2739
> URL: https://issues.apache.org/jira/browse/HBASE-2739
> Project: HBase
> Issue Type: Bug
> Components: master
> Affects Versions: 0.20.4, 0.90.0
> Reporter: Todd Lipcon
> Assignee: Alex Newman
> Priority: Critical
>
> In trunk, in splitLogAfterStartup(), we log the error splitting, but don't
> shut down. Depending on configuration, we should probably shut down here
> rather than continue with dataloss.
> In 0.20, we print the stacktrace to stdout in verifyClusterState, but
> continue through and often fail to start up
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira