See <https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/7/changes>
Changes:
[larsh] HBASE-6711 Avoid local results copy in StoreScanner
[jmhsieh] HBASE-6516 hbck cannot detect any IOException while ".tableinfo" file
is missing (Jie Huang)
[larsh] HBASE-6268 Can't enable a table on a 0.94 cluster from a 0.92 client
[jdcryans] HBASE-6321 ReplicationSource dies reading the peer's id
HBASE-6647 [performance regression] appendNoSync/HBASE-4528 doesn't
take deferred log flush into account
[larsh] HBASE-6537 Race between balancer and disable table can lead to
inconsistent cluster (Zhou wenjian)
[larsh] HBASE-6587 Region would be assigned twice in the case of all RS offline
[larsh] HBASE-6165 Replication can overrun .META. scans on cluster re-start
(Himanshu Vashishtha)
[larsh] HBASE-6550 Refactoring ReplicationSink to make it more responsive of
cluster health (Himanshu Vashishtha)
[stack] HBASE-6257 Avoid unnecessary flush & compact on Meta in admin.rb
[larsh] HBASE-6291 Don't retry increments on an invalid cell
[jxiang] HBASE-6685 Thrift DemoClient.pl got NullPointerException
[stack] HBASE-5042 TestReadWriteConsistencyControl should be renamed
[stack] HBASE-5042 TestReadWriteConsistencyControl should be renamed
[stack] HBASE-662 [shell] Cannot describe '.META.' or '-ROOT-' tables
[jmhsieh] HBASE-6686 HFile Quarantine fails with missing dirs in hadoop 2.0
[Tedyu] HBASE-6671 Kerberos authenticated super user should be able to retrieve
proxied delegation tokens (Francis)
[jmhsieh] HBASE-6586 Quarantine Corrputed HFiles with hbck
[jxiang] HBASE-6643 Accept encoded region name in compacting/spliting region
from shell
[stack] HBASE-6662 Region server incorrectly reports its own address as
master's address
[larsh] HBASE-6663 NPE race in HConnection if zookeeper is reset (Gregory
Chanan)
[larsh] HBASE-6514 unknown metrics type:
org.apache.hadoop.hbase.metrics.histogram.MetricsHistogram (Elliot Clark)
[larsh] HBASE-5292 getsize per-CF metric incorrectly counts compaction related
reads as well
[larsh] HBASE-6496 Addendum - add test category
[larsh] HBASE-6458 new comparator twice in checkAndPut, just reuse the first
one (binlijin)
[larsh] HBASE-6496 Example ZK based scan policy
[stack] HBASE-6529 With HFile v2, the region server will always perform an
extra copy of source files
[larsh] HBASE-6638
[stack] HBASE-6641 more message with DoNotRetryIOException in client
[stack] HBASE-6211 Put latencies in jmx
[stack] HBASE-6623 [replication] replication metrics value AgeOfLastShippedOp
is not set correctly
[stack] HBASE-6616 test failure in TestDelayedRpc#testTooManyDelayedRpcs
[ramkrishna] HBASE-6437 Avoid admin.balance during master initialize
Submitted by:Rajesh
Reviewed by:Ted
[Tedyu] HBASE-3271 Allow .META. table to be exported (Liang Xie)
[larsh] HBASE-6577 REVERT
[jxiang] HBASE-6644 HBaseAdmin.createTable should wait more till table is
enabled.
[stack] HBASE-5549 Master can fail if ZooKeeper session expires
[nkeywal] HBASE-6364 Powering down the server host holding the .META. table
causes HBase Client to take excessively long to recover and connect to
reassigned .META. table - security addendum
[nkeywal] HBASE-6364 Powering down the server host holding the .META. table
causes HBase Client to take excessively long to recover and connect to
reassigned .META. table
[stack] HBASE-6632 [0.92 UNIT TESTS] testCreateTableRPCTimeOut sets rpc timeout
to 1500ms and leaves it (testHundredsOfTable fails w/ 1500ms timeout)
[stack] HBASE-6631 TestHMasterRPCException in 0.92 failed twice on socket
timeout; ADDENDUM -- FIX COMPILATION ERROR
[stack] HBASE-6631 TestHMasterRPCException in 0.92 failed twice on socket
timeout
[larsh] HBASE-6621 Reduce calls to Bytes.toInt
[larsh] HBASE-6603 RegionMetricsStorage.incrNumericMetric is called too often
(M. Chen and Lars H)
[jmhsieh] HBASE-5714 Add write permissions check before any hbck run that
modifies hdfs (Liang Xie)
[stack] HBASE-6503 HBase Shell Documentation For DROP Is Outdated
[stack] HBASE-6378 the javadoc of setEnabledTable maybe not describe accurately
[Tedyu] HBASE-6608 Fix for HBASE-6160, META entries from daughters can be
deleted before parent entries, shouldn't compare HRegionInfo's (Enis)
[stack] HBASE-6602 Region Server Dynamic Metrics can cause high cpu usage.
[stack] HBASE-6538 Remove copy_table.rb script
[stack] HBASE-6596 Revert HBASE-5022; it undoes HBC.create; ADDENDUM 2
[jxiang] HBASE-6593 TestAdmin times out sometimes
[stack] HBASE-6596 Revert HBASE-5022; it undoes HBC.create -- ADDENDUM
[apurtell] HBASE-6565. Coprocessor exec result Map is not thread safe (Yuan
Kang)
[larsh] HBASE-6561 Gets/Puts with many columns send the RegionServer into an
'endless' loop
[stack] HBASE-6596 Revert HBASE-5022; it undoes HBC.create
[jxiang] HBASE-6471 Performance regression caused by HBASE-4054
[Tedyu] HBASE-6576 HBaseAdmin.createTable should wait until the table is
enabled (Gregory)
[larsh] HBASE-6562 Fake KVs are sometimes passed to filters
[apurtell] HBASE-6263. Use default mode for Thrift gateway if not specified
[larsh] HBASE-6579 Unnecessary KV order check in StoreScanner
[larsh] HBASE-6577 RegionScannerImpl.nextRow() should seek to next row
[apurtell] HBASE-6478. TestClassLoading.testClassLoadingFromLibDirInJar
occasionally fails
[jxiang] HBASE-5728 Methods Missing in HTableInterface
[apurtell] HBASE-6308. Coprocessors should be loaded in a custom ClassLoader
(James Baldassari)
[jmhsieh] HBASE-6512 Incorrect OfflineMetaRepair log class name (Liang Xie)
[jmhsieh] HBASE-6525 bin/replication/copy_tables_desc.rb references
non-existent class (David S. Wang)
[jmhsieh] HBASE-6552 TestAcidGuarantees system test should flush more
aggressively (Gregory Chanan)
[larsh] HBASE-6520 MSLab May cause the Bytes.toLong not work correctly for
increment (ShiXing)
[larsh] HBASE-6522 Expose locks and leases to Coprocessors
[larsh] Move the version on past the 0.94.1 release
[jxiang] HBASE-6444 Expose the ability to set custom HTTP Request Headers for
the REST client used by RemoteHTable
[larsh] HBASE-6523 Revert
[larsh] HBASE-6523 HConnectionImplementation still does not recover from all ZK
issues.
[stack] HBASE-6373 Add more context information to audit log messages
[larsh] HBASE-6505 Allow shared RegionObserver state
------------------------------------------
[...truncated 13292 lines...]
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter2141060470109888874.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire2564875196517988331tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_908538006782295685876tmp>
Running org.apache.hadoop.hbase.regionserver.metrics.TestSchemaMetrics
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.957 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter8379521157557560252.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire4164992513465725480tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_919004534549153549478tmp>
Running org.apache.hadoop.hbase.regionserver.TestStoreScanner
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter6962038940500412762.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire5985539272925195025tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_926331516677360884296tmp>
Running org.apache.hadoop.hbase.regionserver.TestRpcMetrics
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.078 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter5122519346047333613.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire237708242963477030tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_937093940803087531036tmp>
Running org.apache.hadoop.hbase.regionserver.TestCacheOnWriteInSchema
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.618 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter2239869365179374074.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire4134053204358295638tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_949213207869999617451tmp>
Running org.apache.hadoop.hbase.regionserver.TestSeekOptimizations
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.048 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter2765488237964762990.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire4302308712601076402tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_954580510161233707214tmp>
Running org.apache.hadoop.hbase.regionserver.TestSplitLogWorker
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.554 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter2745362332929299150.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire3517577156948913959tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_961188444507351711950tmp>
Running org.apache.hadoop.hbase.regionserver.TestFSErrorsExposed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.21 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter3273460539440928242.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire8459450691831722371tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_978603652288717513941tmp>
Running org.apache.hadoop.hbase.regionserver.TestMultiColumnScanner
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.119 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter130558907847158325.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire8685110976050852352tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_987850447090201430362tmp>
Running org.apache.hadoop.hbase.regionserver.TestHRegion
Tests run: 67, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.774 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter5980908346230973836.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire5773816537930532062tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_993023381390641165453tmp>
Running org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.256 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter2509089217000910079.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire4745508293331546765tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1002226771042719604632tmp>
Running org.apache.hadoop.hbase.client.TestTimestampsFilter
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.779 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter8081253324459661508.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire8877833865250282626tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1015817893782590940728tmp>
Running org.apache.hadoop.hbase.client.TestHConnection
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.422 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter1224267198289017880.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire6884249890835628129tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_102501997357307749126tmp>
Running org.apache.hadoop.hbase.client.TestHTablePool$TestHTableReusablePool
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.213 sec
Running org.apache.hadoop.hbase.client.TestHCM
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.029 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter5913559208566824588.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire4860979610518699099tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1033587666865551207886tmp>
Running org.apache.hadoop.hbase.client.TestHTablePool$TestHTableThreadLocalPool
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.571 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter3291947382799871895.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire8200153417572950450tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1045567680496427302169tmp>
Running org.apache.hadoop.hbase.client.TestHTableUtil
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.009 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter367267135808918372.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire8943264241186466965tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1054837069041500008614tmp>
Running org.apache.hadoop.hbase.client.TestMetaMigrationRemovingHTD
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.481 sec <<<
FAILURE!
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter5771177822740716625.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire8181399262627512346tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1063367617062406375255tmp>
Running org.apache.hadoop.hbase.client.TestMetaScanner
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.962 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter2314119437343763834.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire5682882757491972792tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1079152655271358157988tmp>
Running org.apache.hadoop.hbase.TestMultiVersions
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.442 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter140121961071566637.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire5007755175055235630tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1089148057913374048548tmp>
Running org.apache.hadoop.hbase.client.TestMultiParallel
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.191 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter784735586843630496.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire4949965101178314303tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1098985967612530235329tmp>
Running org.apache.hadoop.hbase.master.TestActiveMasterManager
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.419 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter3775025011236766168.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire744519654367807552tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1105438475302892004796tmp>
Running org.apache.hadoop.hbase.master.TestDeadServer
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter6648567974457613294.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire7737544534493489859tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_111228669800037128117tmp>
Running org.apache.hadoop.hbase.master.TestLogsCleaner
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.416 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter4890236328475073226.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire3192844737028704509tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1126427820505754064550tmp>
Running org.apache.hadoop.hbase.master.TestZKBasedOpenCloseRegion
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.92 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter2354684046278892791.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire6975014231572670459tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1131288440733012686235tmp>
Running org.apache.hadoop.hbase.thrift.TestThriftServer
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.11 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter5717731720962533627.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire2320231344140010595tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1148154337874983752406tmp>
Running org.apache.hadoop.hbase.master.TestMaster
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.794 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter2636698269811431502.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire4653137343823794890tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1154263097801748440503tmp>
Running org.apache.hadoop.hbase.master.TestClockSkewDetection
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter8335868624483093457.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire6490274673347294308tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1161733037341086324396tmp>
Running org.apache.hadoop.hbase.master.TestOpenedRegionHandler
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.849 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter7698825416408998150.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire7866706368535046261tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1172780149695788982765tmp>
Running org.apache.hadoop.hbase.master.TestDefaultLoadBalancer
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.441 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter5227853776948469481.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire363292438518302625tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1182493508283335847449tmp>
Running org.apache.hadoop.hbase.master.TestMasterStatusServlet
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.049 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter4642660156072237479.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire588118462390500762tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1194934780684423658968tmp>
Running org.apache.hadoop.hbase.master.TestHMasterRPCException
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.251 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter2283483571159658896.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire5376567731599568974tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1209072353561367092676tmp>
Running org.apache.hadoop.hbase.master.TestSplitLogManager
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.76 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter1618090289942002603.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire1430882174405795429tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1218632476099860497567tmp>
Running org.apache.hadoop.hbase.avro.TestAvroServer
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.342 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter8289782911179289807.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire1686741291296184943tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1221252234382626061726tmp>
Running org.apache.hadoop.hbase.master.TestMasterZKSessionRecovery
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.836 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter1049791170727755893.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire4088859214561466343tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1235415576425364846495tmp>
Running org.apache.hadoop.hbase.ipc.TestDelayedRpc
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.495 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter7657298026912323324.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire996633238898829208tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1247718027931822220841tmp>
Running org.apache.hadoop.hbase.thrift2.TestThriftHBaseServiceHandler
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.505 sec
Forking command line: /bin/sh -c cd
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk> &&
/home/hudson/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1900m
-Djava.security.egd=file:/dev/./urandom -jar
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefirebooter1348411850453209705.jar>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire4123309163781533518tmp>
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire/surefire_1252211122097974859619tmp>
Running org.apache.hadoop.hbase.TestInfoServers
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.467 sec
Running org.apache.hadoop.hbase.TestAcidGuarantees
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 83.749 sec
Results :
Tests in error:
org.apache.hadoop.hbase.mapreduce.TestImportExport: Failed to Start
org.apache.hadoop.mapred.MiniMRCluster
testLocalHBaseCluster(org.apache.hadoop.hbase.TestLocalHBaseCluster): Master
not initialized after 200 seconds
org.apache.hadoop.hbase.client.TestMetaMigrationRemovingHTD: Failed put;
errcode=1
Tests run: 644, Failures: 0, Errors: 3, Skipped: 2
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 25:04.818s
[INFO] Finished at: Wed Sep 05 00:56:57 UTC 2012
[INFO] Final Memory: 54M/376M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.12-TRUNK-HBASE-2:test
(secondPartTestsExecution) on project hbase: There are test failures.
[ERROR]
[ERROR] Please refer to
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire-reports>
for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.12-TRUNK-HBASE-2:test
(secondPartTestsExecution) on project hbase: There are test failures.
Please refer to
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire-reports>
for the individual test results.
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:365)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:199)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test
failures.
Please refer to
<https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/ws/trunk/target/surefire-reports>
for the individual test results.
at
org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:87)
at
org.apache.maven.plugin.surefire.SurefirePlugin.writeSummary(SurefirePlugin.java:651)
at
org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:625)
at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:137)
at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:98)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 23 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Updating HBASE-6686
Updating HBASE-6593
Updating HBASE-6685
Updating HBASE-6458
Updating HBASE-6643
Updating HBASE-6641
Updating HBASE-6647
Updating HBASE-6644
Updating HBASE-6444
Updating HBASE-6503
Updating HBASE-6496
Updating HBASE-6602
Updating HBASE-6603
Updating HBASE-5022
Updating HBASE-5549
Updating HBASE-662
Updating HBASE-6608
Updating HBASE-6505
Updating HBASE-6596
Updating HBASE-6638
Updating HBASE-4528
Updating HBASE-6321
Updating HBASE-3271
Updating HBASE-6632
Updating HBASE-6631
Updating HBASE-6364
Updating HBASE-6538
Updating HBASE-6437
Updating HBASE-5714
Updating HBASE-6537
Updating HBASE-6671
Updating HBASE-6378
Updating HBASE-6478
Updating HBASE-6562
Updating HBASE-6561
Updating HBASE-6662
Updating HBASE-6263
Updating HBASE-6663
Updating HBASE-6165
Updating HBASE-6623
Updating HBASE-6621
Updating HBASE-6160
Updating HBASE-6522
Updating HBASE-6520
Updating HBASE-5728
Updating HBASE-6525
Updating HBASE-5042
Updating HBASE-6523
Updating HBASE-4054
Updating HBASE-6565
Updating HBASE-6577
Updating HBASE-6576
Updating HBASE-6268
Updating HBASE-6529
Updating HBASE-6471
Updating HBASE-6373
Updating HBASE-6579
Updating HBASE-5292
Updating HBASE-6308
Updating HBASE-6616
Updating HBASE-6550
Updating HBASE-6211
Updating HBASE-6512
Updating HBASE-6514
Updating HBASE-6552
Updating HBASE-6586
Updating HBASE-6516
Updating HBASE-6587
Updating HBASE-6257
Updating HBASE-6291
Updating HBASE-6711
Recording test results