Return-Path: X-Original-To: apmail-hbase-builds-archive@minotaur.apache.org Delivered-To: apmail-hbase-builds-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8DC811886A for ; Wed, 19 Aug 2015 19:28:58 +0000 (UTC) Received: (qmail 20527 invoked by uid 500); 19 Aug 2015 19:28:58 -0000 Delivered-To: apmail-hbase-builds-archive@hbase.apache.org Received: (qmail 20489 invoked by uid 500); 19 Aug 2015 19:28:58 -0000 Mailing-List: contact builds-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@hbase.apache.org Delivered-To: mailing list builds@hbase.apache.org Received: (qmail 20477 invoked by uid 99); 19 Aug 2015 19:28:58 -0000 Received: from crius.apache.org (HELO crius.apache.org) (140.211.11.14) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2015 19:28:58 +0000 Received: from crius.apache.org (localhost [127.0.0.1]) by crius.apache.org (ASF Mail Server at crius.apache.org) with ESMTP id D4C939C0467 for ; Wed, 19 Aug 2015 19:27:59 +0000 (UTC) Date: Wed, 19 Aug 2015 19:27:56 +0000 (UTC) From: Apache Jenkins Server To: builds@hbase.apache.org Message-ID: <1331456510.5514.1440012479781.JavaMail.jenkins@crius> In-Reply-To: <2002693431.5307.1439952132180.JavaMail.jenkins@crius> References: <2002693431.5307.1439952132180.JavaMail.jenkins@crius> Subject: Build failed in Jenkins: HBase-1.0 #1020 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Jenkins-Job: HBase-1.0 X-Jenkins-Result: FAILURE See Changes: [tedyu] HBASE-14241 Fix deadlock during cluster shutdown due to concurrent = connection close ------------------------------------------ [...truncated 4247 lines...] =09at org.junit.runners.ParentRunner.run(ParentRunner.java:309) =09at org.junit.runners.Suite.runChild(Suite.java:127) =09at org.junit.runners.Suite.runChild(Suite.java:26) =09at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) =09at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) =09at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) =09at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) =09at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) =09at org.junit.runners.ParentRunner.run(ParentRunner.java:309) =09at org.junit.runner.JUnitCore.run(JUnitCore.java:160) =09at org.junit.runner.JUnitCore.run(JUnitCore.java:138) =09at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAnd= Run(JUnitCoreWrapper.java:107) =09at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUn= itCoreWrapper.java:77) =09at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCor= eWrapper.java:53) =09at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCor= eProvider.java:144) =09at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameCla= ssLoader(ForkedBooter.java:203) =09at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(Fork= edBooter.java:155) =09at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:= 103) Running org.apache.hadoop.hbase.client.TestScannerTimeout Running org.apache.hadoop.hbase.client.TestFromClientSideNoCodec Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.787 sec -= in org.apache.hadoop.hbase.client.TestFromClientSideNoCodec Running org.apache.hadoop.hbase.client.TestTableSnapshotScanner Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.061 sec = - in org.apache.hadoop.hbase.client.TestTableSnapshotScanner Running org.apache.hadoop.hbase.client.TestFastFail Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.155 sec = - in org.apache.hadoop.hbase.client.TestFastFail Running org.apache.hadoop.hbase.client.TestUpdateConfiguration Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec -= in org.apache.hadoop.hbase.client.TestUpdateConfiguration Running org.apache.hadoop.hbase.mapred.TestTableMapReduceUtil Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.006 sec <= << FAILURE! - in org.apache.hadoop.hbase.client.TestScannerTimeout org.apache.hadoop.hbase.client.TestScannerTimeout Time elapsed: 0.006 sec = <<< ERROR! java.io.IOException: Shutting down =09at org.apache.hadoop.hbase.util.JVMClusterUtil.startup(JVMClusterUtil.ja= va:225) =09at org.apache.hadoop.hbase.LocalHBaseCluster.startup(LocalHBaseCluster.j= ava:445) =09at org.apache.hadoop.hbase.MiniHBaseCluster.init(MiniHBaseCluster.java:2= 24) =09at org.apache.hadoop.hbase.MiniHBaseCluster.(MiniHBaseCluster.java= :93) =09at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniHBaseCluster(HBa= seTestingUtility.java:1001) =09at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTes= tingUtility.java:961) =09at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTes= tingUtility.java:833) =09at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTes= tingUtility.java:815) =09at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTes= tingUtility.java:802) =09at org.apache.hadoop.hbase.client.TestScannerTimeout.setUpBeforeClass(Te= stScannerTimeout.java:70) Running org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 86.345 sec = - in org.apache.hadoop.hbase.mapred.TestTableMapReduceUtil Running org.apache.hadoop.hbase.mapred.TestTableInputFormat Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 84.928 sec = - in org.apache.hadoop.hbase.mapred.TestTableInputFormat Running org.apache.hadoop.hbase.mapred.TestTableMapReduce Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 94.501 sec = - in org.apache.hadoop.hbase.mapred.TestTableMapReduce Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 258.51 sec = - in org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat Running org.apache.hadoop.hbase.TestHBaseOnOtherDfsCluster Running org.apache.hadoop.hbase.TestMetaTableLocator Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.587 sec -= in org.apache.hadoop.hbase.TestMetaTableLocator Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.419 sec = - in org.apache.hadoop.hbase.TestHBaseOnOtherDfsCluster Running org.apache.hadoop.hbase.constraint.TestConstraint Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.714 sec -= in org.apache.hadoop.hbase.constraint.TestConstraint Running org.apache.hadoop.hbase.TestMetaMigrationConvertingToPB Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.257 sec -= in org.apache.hadoop.hbase.TestMetaMigrationConvertingToPB Running org.apache.hadoop.hbase.TestHBaseTestingUtility Running org.apache.hadoop.hbase.TestJMXListener Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.475 sec = - in org.apache.hadoop.hbase.TestJMXListener Running org.apache.hadoop.hbase.TestInfoServers Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.203 sec -= in org.apache.hadoop.hbase.TestInfoServers Running org.apache.hadoop.hbase.TestClusterBootOrder Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.34 sec -= in org.apache.hadoop.hbase.TestHBaseTestingUtility Running org.apache.hadoop.hbase.TestGlobalMemStoreSize Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.097 sec = - in org.apache.hadoop.hbase.TestClusterBootOrder Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.831 sec = - in org.apache.hadoop.hbase.TestGlobalMemStoreSize Running org.apache.hadoop.hbase.security.access.TestCellACLs Running org.apache.hadoop.hbase.security.access.TestAccessControlFilter Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.3 sec - i= n org.apache.hadoop.hbase.security.access.TestAccessControlFilter Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.816 sec = - in org.apache.hadoop.hbase.security.access.TestCellACLs Running org.apache.hadoop.hbase.security.access.TestWithDisabledAuthorizati= on Running org.apache.hadoop.hbase.security.access.TestAccessController Results : Failed tests:=20 TestImportTSVWithOperationAttributes.testMROnTable:124->doMROnTableTest:1= 78 expected:<0> but was:<1> TestTableInputFormatScan1.testScanEmptyToEmpty:47->TestTableInputFormatSc= anBase.testScan:245 null TestTableInputFormatScan2.testScanOBBToOPP:44->TestTableInputFormatScanBa= se.testScan:245 null TestTableInputFormatScan2.testScanYYYToEmpty:96->TestTableInputFormatScan= Base.testScan:245 null Tests in error:=20 TestAdmin1.testCreateTableWithRegions:781 =C2=BB Runtime java.lang.OutOfM= emoryError... TestCheckAndMutate.setUpBeforeClass:44 =C2=BB OutOfMemory unable to creat= e new nati... TestCloneSnapshotFromClient.setUpBeforeClass:73 =C2=BB IO Shutting down org.apache.hadoop.hbase.client.TestCloneSnapshotFromClientWithRegionReplica= s.testCloneLinksAfterDelete(org.apache.hadoop.hbase.client.TestCloneSnapsho= tFromClientWithRegionReplicas) Run 1: TestCloneSnapshotFromClientWithRegionReplicas>TestCloneSnapshotFro= mClient.setup:98 =C2=BB RetriesExhausted Run 2: TestCloneSnapshotFromClientWithRegionReplicas>TestCloneSnapshotFro= mClient.tearDown:136 =C2=BB Runtime org.apache.hadoop.hbase.client.TestCloneSnapshotFromClientWithRegionReplica= s.testCloneOnMissingNamespace(org.apache.hadoop.hbase.client.TestCloneSnaps= hotFromClientWithRegionReplicas) Run 1: TestCloneSnapshotFromClientWithRegionReplicas>TestCloneSnapshotFro= mClient.setup:98 =C2=BB RetriesExhausted Run 2: TestCloneSnapshotFromClientWithRegionReplicas>TestCloneSnapshotFro= mClient.tearDown:136 =C2=BB Runtime org.apache.hadoop.hbase.client.TestCloneSnapshotFromClientWithRegionReplica= s.testCloneSnapshot(org.apache.hadoop.hbase.client.TestCloneSnapshotFromCli= entWithRegionReplicas) Run 1: TestCloneSnapshotFromClientWithRegionReplicas>TestCloneSnapshotFro= mClient.testCloneSnapshot:159->TestCloneSnapshotFromClient.testCloneSnapsho= t:171 =C2=BB Runtime Run 2: TestCloneSnapshotFromClientWithRegionReplicas>TestCloneSnapshotFro= mClient.tearDown:136 =C2=BB Runtime org.apache.hadoop.hbase.client.TestCloneSnapshotFromClientWithRegionReplica= s.testCloneSnapshotCrossNamespace(org.apache.hadoop.hbase.client.TestCloneS= napshotFromClientWithRegionReplicas) Run 1: TestCloneSnapshotFromClientWithRegionReplicas>TestCloneSnapshotFro= mClient.setup:121 =C2=BB Runtime Run 2: TestCloneSnapshotFromClientWithRegionReplicas>TestCloneSnapshotFro= mClient.tearDown:136 =C2=BB Runtime TestFromClientSideWithCoprocessor.setUpBeforeClass:41 =C2=BB OutOfMemory = unable to ... org.apache.hadoop.hbase.client.TestMultiParallel.org.apache.hadoop.hbase.cl= ient.TestMultiParallel Run 1: TestMultiParallel.beforeClass:76 =C2=BB IO Shutting down Run 2: TestMultiParallel.afterClass:85 NullPointer org.apache.hadoop.hbase.client.TestReplicaWithCluster.org.apache.hadoop.hba= se.client.TestReplicaWithCluster Run 1: TestReplicaWithCluster.beforeClass:126 =C2=BB IO Shutting down Run 2: TestReplicaWithCluster.afterClass:132 NullPointer TestScannerTimeout.setUpBeforeClass:70 =C2=BB IO Shutting down TestScannersFromClientSide.testGetMaxResults:319 =C2=BB IO java.lang.refl= ect.Invoca... TestSnapshotFromClient.setupCluster:75 =C2=BB IO Shutting down TestSnapshotFromClientWithRegionReplicas>TestSnapshotFromClient.setupClus= ter:75 =C2=BB IO TestCellCounter.testCellCounterStartTimeRange:137->runCount:240 =C2=BB IO= Unable to... TestImportExport.testMetaExport:210->runExport:134 =C2=BB IO Unable to cl= ose file b... TestHRegion.testAppendWithReadOnlyTable:1198->initHRegion:4992->initHRegi= on:4998->initHRegion:5017 =C2=BB OutOfMemory TestHRegion.testCheckAndMutateTimestampsAreMonotonic:6087->initHRegion:49= 77->initHRegion:4998->initHRegion:5017 =C2=BB OutOfMemory TestHRegion.testCheckAndMutate_WithWrongValue:1595->initHRegion:4977->ini= tHRegion:4998->initHRegion:5017 =C2=BB OutOfMemory TestHRegion.testDeleteColumns_PostInsert:2208->doTestDelete_AndPostInsert= :2220->initHRegion:4963->initHRegion:4998->initHRegion:5017 =C2=BB OutOfMem= ory TestHRegion.testGet_Basic:2346->initHRegion:4977->initHRegion:4998->initH= Region:5017 =C2=BB IO TestHRegion.testGet_Empty:2392->initHRegion:4977->initHRegion:4998->initH= Region:5017 =C2=BB IO TestHRegion.testGet_FamilyChecker:2315->initHRegion:4977->initHRegion:499= 8->initHRegion:5017 =C2=BB IO TestHRegion.testOpenRegionWrittenToWAL:5723 =C2=BB OutOfMemory unable to = create new... TestHRegion.testParallelIncrementWithMemStoreFlush:4375 =C2=BB OutOfMemor= y unable t... TestHRegion.testPutWithMemStoreFlush:4502->initHRegion:4977->initHRegion:= 4998->initHRegion:5017 =C2=BB IO TestHRegion.testRegionReplicaSecondaryIsReadOnly:4731 =C2=BB IO Cannot ru= n program ... TestHRegion.testScanner_DeleteOneFamilyNotAnother:2166->initHRegion:4977-= >initHRegion:4998->initHRegion:5017 =C2=BB IO TestHRegion.testScanner_ExplicitColumns_FromFilesOnly_EnforceVersions:276= 7->initHRegion:4977->initHRegion:4998->initHRegion:5017 =C2=BB IO TestHRegion.testScanner_ExplicitColumns_FromMemStore_EnforceVersions:2708= ->initHRegion:4977->initHRegion:4998->initHRegion:5017 =C2=BB IO TestHRegion.testScanner_Wildcard_FromFilesOnly_EnforceVersions:2972->init= HRegion:4977->initHRegion:4998->initHRegion:5017 =C2=BB IO TestHRegion.testSkipRecoveredEditsReplay:525 =C2=BB OutOfMemory unable to= create ne... TestHRegion.testSkipRecoveredEditsReplaySomeIgnored:591 =C2=BB OutOfMemor= y unable t... TestHRegion.testSplitRegion:3438->initHRegion:4977->initHRegion:4998->ini= tHRegion:5017 =C2=BB IO TestHRegion.testToShowNPEOnRegionScannerReseek:492->initHRegion:4977->ini= tHRegion:4998->initHRegion:5017 =C2=BB IO TestHRegion.testgetHDFSBlocksDistribution:4170 =C2=BB OutOfMemory unable = to create ... TestRegionFavoredNodes.testFavoredNodes:137 =C2=BB Runtime java.lang.OutO= fMemoryErr... TestRegionReplicas.testRefreshStoreFiles =C2=BB Remote File /user/jenkins= /test-data... TestRegionServerMetrics.startCluster:66 =C2=BB IO Shutting down TestExportSnapshot.setUpBeforeClass:89 =C2=BB OutOfMemory unable to creat= e new nati... TestRestoreFlushSnapshotFromClient.setUpBeforeClass:79 =C2=BB OutOfMemory= unable to... org.apache.hadoop.hbase.snapshot.TestSecureExportSnapshot.testBalanceSplit(= org.apache.hadoop.hbase.snapshot.TestSecureExportSnapshot) Run 1: TestSecureExportSnapshot>TestExportSnapshot.setUp:112 =C2=BB Runti= me java.lang.OutO... Run 2: TestSecureExportSnapshot>TestExportSnapshot.tearDown:128 =C2=BB Ta= bleNotFound org.a... org.apache.hadoop.hbase.snapshot.TestSecureExportSnapshot.testExportWithTar= getName(org.apache.hadoop.hbase.snapshot.TestSecureExportSnapshot) Run 1: TestSecureExportSnapshot>TestExportSnapshot.setUp:112 =C2=BB Runti= me java.lang.OutO... Run 2: TestSecureExportSnapshot>TestExportSnapshot.tearDown:128 =C2=BB Ta= bleNotFound org.a... Tests run: 1592, Failures: 4, Errors: 43, Skipped: 2 [INFO] --------------------------------------------------------------------= ---- [INFO] Reactor Summary: [INFO]=20 [INFO] Apache HBase ...................................... SUCCESS [3.428s] [INFO] Apache HBase - Checkstyle ......................... SUCCESS [0.612s] [INFO] Apache HBase - Resource Bundle .................... SUCCESS [0.219s] [INFO] Apache HBase - Annotations ........................ SUCCESS [0.954s] [INFO] Apache HBase - Common ............................. SUCCESS [57.155s= ] [INFO] Apache HBase - Protocol ........................... SUCCESS [9.571s] [INFO] Apache HBase - Client ............................. SUCCESS [1:20.31= 7s] [INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [7.102s] [INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [6.290s] [INFO] Apache HBase - Prefix Tree ........................ SUCCESS [8.605s] [INFO] Apache HBase - Server ............................. FAILURE [1:31:13= .736s] [INFO] Apache HBase - Testing Util ....................... SKIPPED [INFO] Apache HBase - Thrift ............................. SKIPPED [INFO] Apache HBase - Rest ............................... SKIPPED [INFO] Apache HBase - Shell .............................. SKIPPED [INFO] Apache HBase - Integration Tests .................. SKIPPED [INFO] Apache HBase - Examples ........................... SKIPPED [INFO] Apache HBase - Assembly ........................... SKIPPED [INFO] --------------------------------------------------------------------= ---- [INFO] BUILD FAILURE [INFO] --------------------------------------------------------------------= ---- [INFO] Total time: 1:34:09.545s [INFO] Finished at: Wed Aug 19 19:25:31 UTC 2015 [INFO] Final Memory: 289M/476M [INFO] --------------------------------------------------------------------= ---- [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plug= in:2.18:test (secondPartTestsExecution) on project hbase-server: ExecutionE= xception: java.lang.RuntimeException: The forked VM terminated without prop= erly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd && /home/jenkins/tools/java/jdk1.7.0_25-32/jre/bin/java -e= nableassertions -XX:MaxDirectMemorySize=3D1G -Xmx2800m -XX:MaxPermSize=3D25= 6m -Djava.security.egd=3Dfile:/dev/./urandom -Djava.net.preferIPv4Stack=3Dt= rue -Djava.awt.headless=3Dtrue -jar [ERROR] -> [Help 1] [ERROR]=20 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e= switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR]=20 [ERROR] For more information about the errors and possible solutions, pleas= e read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailu= reException [ERROR]=20 [ERROR] After correcting the problems, you can resume the build with the co= mmand [ERROR] mvn -rf :hbase-server Build step 'Invoke top-level Maven targets' marked build as failure Performing Post build task... Match found for :.* : True Logical operation result is TRUE Running script : ZOMBIE_TESTS_COUNT=3D`jps | grep surefirebooter | wc -l= ` if [[ $ZOMBIE_TESTS_COUNT !=3D 0 ]] ; then #It seems sometimes the tests are not dying immediately. Let's give the= m 10s echo "Suspicious java process found - waiting 10s to see if there are j= ust slow to stop" sleep 10 =20 ZOMBIE_TESTS_COUNT=3D`jps | grep surefirebooter | wc -l` if [[ $ZOMBIE_TESTS_COUNT !=3D 0 ]] ; then echo "There are $ZOMBIE_TESTS_COUNT zombie tests, they should have be= en killed by surefire but survived" echo "************ BEGIN zombies jstack extract" ZB_STACK=3D`jps | grep surefirebooter | cut -d ' ' -f 1 | xargs -n 1 = jstack | grep ".test" | grep "\.java"` jps | grep surefirebooter | cut -d ' ' -f 1 | xargs -n 1 jstack echo "************ END zombies jstack extract" JIRA_COMMENT=3D"$JIRA_COMMENT {color:red}-1 core zombie tests{color}. There are ${ZOMBIE_TESTS_COUN= T} zombie test(s): ${ZB_STACK}" BAD=3D1 jps | grep surefirebooter | cut -d ' ' -f 1 | xargs kill -9 else echo "We're ok: there is no zombie test, but some tests took some tim= e to stop" fi else echo "We're ok: there is no zombie test" fi [HBase-1.0] $ /bin/bash -xe /tmp/hudson5642196453070984094.sh ++ jps ++ grep surefirebooter ++ wc -l + ZOMBIE_TESTS_COUNT=3D6 + [[ 6 !=3D 0 ]] + echo 'Suspicious java process found - waiting 10s to see if there are jus= t slow to stop' Suspicious java process found - waiting 10s to see if there are just slow t= o stop + sleep 10 ++ jps ++ grep surefirebooter ++ wc -l + ZOMBIE_TESTS_COUNT=3D0 + [[ 0 !=3D 0 ]] + echo 'We'\''re ok: there is no zombie test, but some tests took some time= to stop' We're ok: there is no zombie test, but some tests took some time to stop POST BUILD TASK : SUCCESS END OF POST BUILD TASK : 0 Archiving artifacts Sending artifact delta relative to HBase-1.0 #1014 Archived 1643 artifacts Archive block size is 32768 Received 28 blocks and 478214293 bytes Compression is 0.2% Took 2 min 7 sec Recording test results Updating HBASE-14241