Description
We should log the exception itself too:
try { HLogSplitter.moveRecoveredEditsFromTemp(tmpname, logfile, conf); } catch (IOException e) { LOG.warn("Could not finish splitting of log file " + logfile); return Status.ERR; }
We should log the exception itself too:
try { HLogSplitter.moveRecoveredEditsFromTemp(tmpname, logfile, conf); } catch (IOException e) { LOG.warn("Could not finish splitting of log file " + logfile); return Status.ERR; }