See <https://builds.apache.org/job/HBase-0.92/102/changes>
Changes: [nspiegelberg] Add 2312 to CHANGES.txt [nspiegelberg] HBASE-2312 [jira] Possible data loss when RS goes into GC pause while rolling HLog Summary: There is a very corner case when bad things could happen(ie data loss): 1) RS #1 is going to roll its HLog - not yet created the new one, old one will get no more writes 2) RS #1 enters GC Pause of Death 3) Master lists HLog files of RS#1 that is has to split as RS#1 is dead, starts splitting 4) RS #1 wakes up, created the new HLog (previous one was rolled) and appends an edit - which is lost The following seems like a possible solution: 1) Master detects RS#1 is dead 2) The master renames the /hbase/.logs/<regionserver name> directory to something else (say /hbase/.logs/<regionserver name>-dead) 3) Add mkdir support (as opposed to mkdirs) to HDFS - so that a file create fails if the directory doesn't exist. Dhruba tells me this is very doable. 4) RS#1 comes back up and is not able create the new hlog. It restarts itself. Test Plan: EMPTY Reviewers: JIRA, stack, khemani Reviewed By: khemani CC: tedyu, nspiegelberg, stack, Kannan, khemani, jgray Differential Revision: 99 ------------------------------------------ [...truncated 6460 lines...] Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter2008782716929516657.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire6148506359423379041tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire384217471511280375tmp> Running org.apache.hadoop.hbase.rest.TestMultiRowResource Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.797 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter3479679439193837592.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire3405419941369851330tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire1676534851935403869tmp> Running org.apache.hadoop.hbase.rest.TestScannersWithFilters Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.357 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter1431510098629040716.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire9068522626513304122tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire6308074639675485195tmp> Running org.apache.hadoop.hbase.rest.TestRowResource Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.09 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter1151026086934875617.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire500364648252377212tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire4810052382235478102tmp> Running org.apache.hadoop.hbase.rest.model.TestCellModel Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.37 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter6403385684578685386.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire569267931523871160tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire2828843832730800035tmp> Running org.apache.hadoop.hbase.rest.model.TestCellSetModel Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter8198913884132207159.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire968940534637691053tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire8465835314292947836tmp> Running org.apache.hadoop.hbase.rest.model.TestTableListModel Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter2243866604921643460.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire5330760463989338862tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire1224046671864840384tmp> Running org.apache.hadoop.hbase.rest.model.TestVersionModel Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter2517029937763372736.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire609808272479543841tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire5072960780586972128tmp> Running org.apache.hadoop.hbase.rest.model.TestColumnSchemaModel Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter6384845150055009244.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire6672932918300574877tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire1608013086601352091tmp> Running org.apache.hadoop.hbase.rest.model.TestTableInfoModel Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter4410898887394880499.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire1786455041300829058tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire7479042265983551524tmp> Running org.apache.hadoop.hbase.rest.model.TestRowModel Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.37 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter4344396594927069711.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire1566328635471272679tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire3224572569286842648tmp> Running org.apache.hadoop.hbase.rest.model.TestTableSchemaModel Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter3121642321519093946.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire3518261284336553096tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire3641006355482629670tmp> Running org.apache.hadoop.hbase.rest.model.TestStorageClusterVersionModel Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter4253386036914199981.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire4699142165130972924tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire3905870088840212565tmp> Running org.apache.hadoop.hbase.rest.model.TestTableRegionModel Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.469 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter473528266509829646.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire139263577857575880tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire9149899839921878586tmp> Running org.apache.hadoop.hbase.rest.model.TestStorageClusterStatusModel Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.446 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter669903731095910339.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire8088683014943463397tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire3631939327240834168tmp> Running org.apache.hadoop.hbase.rest.model.TestScannerModel Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter2506466438816129383.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire1975728148720980390tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire8796430509217346036tmp> Running org.apache.hadoop.hbase.rest.client.TestRemoteAdmin Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.559 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter3127956148166150849.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire1135540797258617618tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire3953023560368629610tmp> Running org.apache.hadoop.hbase.rest.client.TestRemoteTable Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.398 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter9218717924813937398.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire4829939840877549674tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire7192351508989111156tmp> Running org.apache.hadoop.hbase.rest.TestVersionResource Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.378 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter2666617338412058241.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire6721260434185910983tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire4541825190480589638tmp> Running org.apache.hadoop.hbase.rest.TestScannerResource Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.402 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter2115033933848502997.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire6736381497403062101tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire6462879197895302505tmp> Running org.apache.hadoop.hbase.rest.TestTransform Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.888 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter2962499510116082241.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire823564912949861559tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire977426749722743244tmp> Running org.apache.hadoop.hbase.rest.TestTableResource Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.343 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter382645415218543134.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire7140440751997095449tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire6601674489578396769tmp> Running org.apache.hadoop.hbase.rest.TestStatusResource Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.417 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter1111731281842917624.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire8567106001250331440tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire3982733775106489755tmp> Running org.apache.hadoop.hbase.rest.TestSchemaResource Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.037 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter2675493581381708539.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire2963971081364408624tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire6872674726868475222tmp> Running org.apache.hadoop.hbase.thrift.TestThriftServer Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.394 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter3075336592730211267.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire5735536993960936629tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire5907813478722459060tmp> Running org.apache.hadoop.hbase.io.TestHeapSize Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter5729171602854769462.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire5650178031360529506tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire7446816394763149274tmp> Running org.apache.hadoop.hbase.io.hfile.TestHFileSeek Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.713 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter7087715403163866342.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire3590685971945916567tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire9120934472679174069tmp> Running org.apache.hadoop.hbase.io.hfile.slab.TestSlab Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter169493854277285479.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire8992090883857847568tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire8659219965435815292tmp> Running org.apache.hadoop.hbase.io.hfile.slab.TestSlabCache Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.006 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter3516252743206113407.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire5228244048964756352tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire6198985536622224968tmp> Running org.apache.hadoop.hbase.io.hfile.slab.TestSingleSizeCache Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.108 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter2037524212083052159.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire9103413908613470440tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire4722561342589868384tmp> Running org.apache.hadoop.hbase.io.hfile.TestCachedBlockQueue Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter6758636184904299827.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire3190579172915623045tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire7262850031581880327tmp> Running org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.038 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter7120496227962042887.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire1019360192091043058tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire3092583513212287809tmp> Running org.apache.hadoop.hbase.io.hfile.TestLruBlockCache Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter2158352468044978135.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire4204234456321740831tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire6799300357894724779tmp> Running org.apache.hadoop.hbase.io.hfile.TestHFilePerformance Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.781 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter3820871644364155292.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire9105684161162872245tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire1449483401713036659tmp> Running org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.563 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter2123463845993959505.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire4855768169207355419tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire3677561654027894673tmp> Running org.apache.hadoop.hbase.io.hfile.TestHFileWriterV2 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.944 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter1328631095016244193.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire8348140927766381038tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire9034354726012466872tmp> Running org.apache.hadoop.hbase.io.hfile.TestBlockCacheColumnFamilySummary Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter7515491454137068951.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire7338110703742620634tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire3034569441943042708tmp> Running org.apache.hadoop.hbase.io.hfile.TestHFileReaderV1 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.565 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter48026353522281312.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire9112978056032705858tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire3565710864998148105tmp> Running org.apache.hadoop.hbase.io.hfile.TestHFile Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.855 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter3481412126306195254.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire3241835891763050633tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire7757791211544123970tmp> Running org.apache.hadoop.hbase.io.hfile.TestReseekTo Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.637 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter7772581846226988748.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire2214209857508338552tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire1562366807588232146tmp> Running org.apache.hadoop.hbase.io.hfile.TestHFileBlock Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.217 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter7951155121013993076.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire7750781240975831918tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire7616729158680493370tmp> Running org.apache.hadoop.hbase.io.hfile.TestSeekTo Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.664 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter5183564699934306150.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire894997563112888912tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire7608727800184053796tmp> Running org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.36 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter1692740807367168676.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire6298054683627818296tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire8597517227715155903tmp> Running org.apache.hadoop.hbase.io.TestHbaseObjectWritable Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.466 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter5003452439124917086.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire4990500841139768599tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire2190436359765301344tmp> Running org.apache.hadoop.hbase.io.TestImmutableBytesWritable Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter1115478141631899601.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire4303980001843033593tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire7025467730915306692tmp> Running org.apache.hadoop.hbase.io.TestHalfStoreFileReader Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.681 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter2042292118742606566.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire6074416531644959961tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire8538351323548711645tmp> Running org.apache.hadoop.hbase.migration.TestMigrationFrom090To092 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter5169978672491654029.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire1206117385052493203tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire5947599997943382015tmp> Running org.apache.hadoop.hbase.TestFSTableDescriptorForceCreation Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.523 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter2914049197837688375.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire913479131274586661tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire8885531373414218649tmp> Running org.apache.hadoop.hbase.avro.TestAvroUtil Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.64 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter1717201614244286194.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire5843691754730744389tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire2949508907676601944tmp> Running org.apache.hadoop.hbase.avro.TestAvroServer Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.183 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter2675408942957237680.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire5448536042533959343tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire7775762841482942565tmp> Running org.apache.hadoop.hbase.TestKeyValue Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter4394451874875575620.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire7674967366761929093tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire916404937481796445tmp> Running org.apache.hadoop.hbase.replication.TestMultiSlaveReplication Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.021 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter5477087718144439680.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire3161163534624512555tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire5616595364424476380tmp> Running org.apache.hadoop.hbase.replication.regionserver.TestReplicationSourceManager Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.915 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter4918497293585781386.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire934009173267898482tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire5754762338233984248tmp> Running org.apache.hadoop.hbase.replication.regionserver.TestReplicationSink Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.252 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter6152411564405605626.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire6161807385765999434tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire100587142465462078tmp> Running org.apache.hadoop.hbase.replication.TestMasterReplication Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 77.617 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter7247033069543914384.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire6270751336270707411tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire4495940836037821506tmp> Running org.apache.hadoop.hbase.replication.TestReplicationSource Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.806 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter8926890670065091037.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire5885707233810179585tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire4358052221525666715tmp> Running org.apache.hadoop.hbase.replication.TestReplicationPeer Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.524 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter7909084009124733691.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire1508107826552060463tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire9081297041814223058tmp> Running org.apache.hadoop.hbase.replication.TestReplication Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 142.165 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter2903932315440836668.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire4576538279584996882tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire6445633210253188590tmp> Running org.apache.hadoop.hbase.ipc.TestDelayedRpc Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.549 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter731272373466021179.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire6667286232111586349tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire143627950886055423tmp> Running org.apache.hadoop.hbase.TestCompare Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter8316565169333300332.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire7711764490514794287tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire5249148715782812906tmp> Running org.apache.hadoop.hbase.TestZooKeeper Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 83.174 sec Forking command line: /bin/sh -c cd <https://builds.apache.org/job/HBase-0.92/ws/trunk> && /home/jenkins/tools/java/jdk1.6.0_27-32/jre/bin/java -enableassertions -Xmx1400m -jar <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefirebooter2394002688949268916.jar> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire5829156324560161732tmp> <https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire/surefire6752479146542216231tmp> Running org.apache.hadoop.hbase.TestHBaseTestingUtility Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 73.225 sec Results : Failed tests: testRowRange(org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol): Results should contain region test,,1320281558414.a77cfed84b3497763857ec18ca77e4cb. for row 'aaa' Tests run: 1044, Failures: 1, Errors: 0, Skipped: 10 [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1:39:31.152s [INFO] Finished at: Thu Nov 03 02:10:29 UTC 2011 [INFO] Final Memory: 38M/1006M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) on project hbase: There are test failures. [ERROR] [ERROR] Please refer to <https://builds.apache.org/job/HBase-0.92/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.9:test (default-test) on project hbase: There are test failures. Please refer to <https://builds.apache.org/job/HBase-0.92/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.92/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:631) at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:605) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:136) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:97) 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 [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Archiving artifacts Recording test results Updating HBASE-2312
