Jimmy Xiang created HBASE-6440:
----------------------------------
Summary: SplitLogManager - log the exception when failed to move
recovered edits.
Key: HBASE-6440
URL: https://issues.apache.org/jira/browse/HBASE-6440
Project: HBase
Issue Type: Bug
Reporter: Jimmy Xiang
We should log the exception itself too:
{noformat}
try {
HLogSplitter.moveRecoveredEditsFromTemp(tmpname, logfile, conf);
} catch (IOException e) {
LOG.warn("Could not finish splitting of log file " + logfile);
return Status.ERR;
}
{noformat}
--
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