HBASE-8568 Test case TestDistributedLogSplitting#testWorkerAbort failed intermittently
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484019 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
667a5f848b
commit
95ce14a5aa
|
@ -810,7 +810,7 @@ public class TestDistributedLogSplitting {
|
|||
@Test (timeout=300000)
|
||||
public void testWorkerAbort() throws Exception {
|
||||
LOG.info("testWorkerAbort");
|
||||
startCluster(1);
|
||||
startCluster(2);
|
||||
final int NUM_LOG_LINES = 10000;
|
||||
final SplitLogManager slm = master.getMasterFileSystem().splitLogManager;
|
||||
FileSystem fs = master.getMasterFileSystem().getFileSystem();
|
||||
|
|
Loading…
Reference in New Issue