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:
Michael Stack 2011-12-21 04:12:17 +00:00
parent 04dd71214a
commit c5b874fff0
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}