HBASE-9022 TestHLogSplit.testIOEOnOutputThread fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1507399 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
350b3aca0c
commit
77fabe7333
|
@ -938,8 +938,8 @@ public class HLogSplitter {
|
|||
iie.initCause(ie);
|
||||
throw iie;
|
||||
}
|
||||
checkForErrors();
|
||||
}
|
||||
checkForErrors();
|
||||
LOG.info("Split writers finished");
|
||||
return (!progress_failed);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue