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:
Michael Stack 2013-05-17 22:41:25 +00:00
parent 667a5f848b
commit 95ce14a5aa
1 changed files with 1 additions and 1 deletions

View File

@ -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();