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:
parent
2c6948780b
commit
dd1b45a2a2
|
@ -2851,7 +2851,8 @@ public class HRegion implements HeapSize { // , Writable{
|
||||||
}
|
}
|
||||||
if (skipErrors) {
|
if (skipErrors) {
|
||||||
Path p = HLog.moveAsideBadEditsFile(fs, edits);
|
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);
|
" as " + p, e);
|
||||||
} else {
|
} else {
|
||||||
throw e;
|
throw e;
|
||||||
|
|
Loading…
Reference in New Issue