HBASE-7878 recoverFileLease does not check return value of recoverLease, addendum

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1460058 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2013-03-22 23:44:51 +00:00
parent 4817f9df91
commit 28cfad9739
1 changed files with 1 additions and 1 deletions

View File

@ -726,7 +726,7 @@ public class TestHLogSplit {
try {
HLogSplitter logSplitter = HLogSplitter.createLogSplitter(conf,
HBASEDIR, HLOGDIR, OLDLOGDIR, fs);
splits = logSplitter.splitLog();
splits = logSplitter.splitLog(latch);
} catch (IOException ex) {
/* expected */
LOG.warn("testSplitWillNotTouchLogsIfNewHLogGetsCreatedAfterSplitStarted", ex);