HBASE-5151 Rename hbase.skip.errors in HRegion as it is too general-sounding

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1360384 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-07-11 20:36:25 +00:00
parent 2c6948780b
commit dd1b45a2a2
1 changed files with 3 additions and 2 deletions

View File

@ -2851,7 +2851,8 @@ public class HRegion implements HeapSize { // , Writable{
}
if (skipErrors) {
Path p = HLog.moveAsideBadEditsFile(fs, edits);
LOG.error(HConstants.HREGION_EDITS_REPLAY_SKIP_ERRORS"=true so continuing. Renamed " + edits +
LOG.error(HConstants.HREGION_EDITS_REPLAY_SKIP_ERRORS
+ "=true so continuing. Renamed " + edits +
" as " + p, e);
} else {
throw e;