HBASE-5077 SplitLogWorker fails to let go of a task, kills the RS -- fix compile error
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1221604 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
04dd71214a
commit
c5b874fff0
|
@ -491,7 +491,7 @@ public class HLogSplitter {
|
|||
String msg = "Processed " + editsCount + " edits across " + n + " regions" +
|
||||
" threw away edits for " + (logWriters.size() - n) + " regions" +
|
||||
"; log file=" + logPath + " is corrupted = " + isCorrupted +
|
||||
" progress failed = " + progress_failed);
|
||||
" progress failed = " + progress_failed;
|
||||
LOG.info(msg);
|
||||
status.markComplete(msg);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue