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:
parent
4817f9df91
commit
28cfad9739
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue