Jenkins build is back to normal : HBase-0.95 #492

2013-06-22 Thread apurtell
See

[jira] [Created] (HBASE-8791) Precommit hadoopqa is broke since -r1491656

2013-06-22 Thread stack (JIRA)
stack created HBASE-8791: Summary: Precommit hadoopqa is broke since -r1491656 Key: HBASE-8791 URL: https://issues.apache.org/jira/browse/HBASE-8791 Project: HBase Issue Type: Bug Reporte

Build failed in Jenkins: HBase-0.95-Hadoop-2 #484

2013-06-22 Thread apurtell
See -- [...truncated 7785 lines...] org.apache.maven.surefire.booter.SurefireBooterForkException: Error occurred in starting fork, check output in log at org.apache.maven.plugin.surefire.booterclie

Build failed in Jenkins: HBase-0.94-Hadoop-2 #196

2013-06-22 Thread apurtell
See -- [...truncated 5296 lines...] Running org.apache.hadoop.hbase.mapreduce.TestCopyTable Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 79.635 sec <<< FAILURE! Running org.apache.hadoop.

Build failed in Jenkins: HBase-0.94-Security-Hadoop-2 #197

2013-06-22 Thread apurtell
See -- [...truncated 5304 lines...] Running org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 66.749 sec Running org

Build failed in Jenkins: HBase-0.95 #491

2013-06-22 Thread apurtell
See -- [...truncated 6974 lines...] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.246 sec Running org.apache.hadoop.hbase.zookeeper.TestZKLeaderManager Tests run: 1, Failures: 0, Errors: 0, Skippe

Build failed in Jenkins: HBase-TRUNK #398

2013-06-22 Thread apurtell
See Changes: [jxiang] HBASE-8750 MetaServerShutdownHandler stucks if .META. assignment fails in previous attempt [jxiang] HBASE-8787 Merged region endkey is incorrect if one region has null endkey [ramkrishna] HBASE-8705-RS holding META when r

Build failed in Jenkins: HBase-0.95-Hadoop-2 #483

2013-06-22 Thread apurtell
See -- [...truncated 7770 lines...] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.119 sec Running org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient Tests run: 5, Failure

Build failed in Jenkins: HBase-TRUNK-on-Hadoop-2.0.0 #578

2013-06-22 Thread Apache Jenkins Server
See Changes: [jxiang] HBASE-8750 MetaServerShutdownHandler stucks if .META. assignment fails in previous attempt [jxiang] HBASE-8787 Merged region endkey is incorrect if one region has null endkey [ramkrishna] HBASE-8705-

Build failed in Jenkins: hbase-0.95-on-hadoop2 #143

2013-06-22 Thread Apache Jenkins Server
See Changes: [jxiang] HBASE-8750 MetaServerShutdownHandler stucks if .META. assignment fails in previous attempt [jxiang] HBASE-8787 Merged region endkey is incorrect if one region has null endkey [ramkrishna] HBASE-8705-RS hol

Jenkins build is back to normal : HBase-0.95 #490

2013-06-22 Thread apurtell
See

Build failed in Jenkins: HBase-0.95-Hadoop-2 #482

2013-06-22 Thread apurtell
See -- [...truncated 7759 lines...] Running org.apache.hadoop.hbase.util.TestCoprocessorScanPolicy Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.416 sec Running org.apache.hadoop.hbase.u

Build failed in Jenkins: HBase-0.95 #489

2013-06-22 Thread apurtell
See Changes: [jxiang] HBASE-8750 MetaServerShutdownHandler stucks if .META. assignment fails in previous attempt [jxiang] HBASE-8787 Merged region endkey is incorrect if one region has null endkey -- [...

Build failed in Jenkins: HBase-0.95-Hadoop-2 #481

2013-06-22 Thread apurtell
See Changes: [jxiang] HBASE-8750 MetaServerShutdownHandler stucks if .META. assignment fails in previous attempt [jxiang] HBASE-8787 Merged region endkey is incorrect if one region has null endkey --

Build failed in Jenkins: HBase-TRUNK #4197

2013-06-22 Thread Apache Jenkins Server
See Changes: [jxiang] HBASE-8750 MetaServerShutdownHandler stucks if .META. assignment fails in previous attempt [jxiang] HBASE-8787 Merged region endkey is incorrect if one region has null endkey ---

Build failed in Jenkins: hbase-0.95 #260

2013-06-22 Thread Apache Jenkins Server
See Changes: [jxiang] HBASE-8750 MetaServerShutdownHandler stucks if .META. assignment fails in previous attempt [jxiang] HBASE-8787 Merged region endkey is incorrect if one region has null endkey -

Re: 30% random performance in 0.95+

2013-06-22 Thread Jean-Marc Spaggiari
Hey, a dichotomic search. (http://en.wikipedia.org/wiki/Dichotomic_search) I thought about that, but it's a bit more difficult to script. So, I reduced it to test only 20 builds over the last year. Every 78 commits. Then we will tackle down from there. Should have the results in about 48h (it's ab

Re: 30% random performance in 0.95+

2013-06-22 Thread lars hofhansl
Maybe do a "binary search" instead? I.e. run it at the beginning and end of the past year, then in the middle, then in that middle, etc. Assuming we're looking for a single major improvement, that should work and take much less time. Or maybe do every 100 commits, and after we narrowed the range

Build failed in Jenkins: HBase-0.95 #488

2013-06-22 Thread apurtell
See Changes: [ramkrishna] HBASE-8705-RS holding META when restarted in a single node setup may hang infinitely without META assignment (Ram) -- [...truncated 6991 lines...] Tests run: 6, Failures: 0, Errors

Re: 30% random performance in 0.95+

2013-06-22 Thread Jean-Marc Spaggiari
Yep, I will start that tonight or tomorrow morning when 8755 will be done. Since it will take at least 5 days I will most probably order a new server in the meantime to not block the other performances investigations ;) So don't expect results before wednesday Another option is to run tests e

Re: 30% random performance in 0.95+

2013-06-22 Thread Jean-Marc Spaggiari
Tests are ready to run. I scripted something which is going to run tests over the last year for 0.95 and run the read tests for every 30 commits, which is about 50 tests over the year. It will take about 5 days to run. So I'm first running the tests for HBASE-8755 with 10 threads and will run this

Re: 30% random performance in 0.95+

2013-06-22 Thread lars hofhansl
That's what I am thinking. JM, if it's not too much work and you can it over night or something I wouldn't say no :) -- Lars From: Andrew Purtell To: "dev@hbase.apache.org" Sent: Friday, June 21, 2013 6:33 PM Subject: Re: 30% random performance in 0.95+

Build failed in Jenkins: HBase-TRUNK-on-Hadoop-2.0.0 #577

2013-06-22 Thread Apache Jenkins Server
See Changes: [stack] HBASE-8788 Edit of .proto files moving classes to better homes -- [...truncated 3818 lines...] Running org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorEx

Build failed in Jenkins: HBase-0.95-Hadoop-2 #480

2013-06-22 Thread apurtell
See Changes: [ramkrishna] HBASE-8705-RS holding META when restarted in a single node setup may hang infinitely without META assignment (Ram) -- [...truncated 7786 lines...] Tests run: 38, Failures:

Build failed in Jenkins: hbase-0.95-on-hadoop2 #142

2013-06-22 Thread Apache Jenkins Server
See Changes: [stack] HBASE-8788 Edit of .proto files moving classes to better homes [stack] HBASE-8788 Edit of .proto files moving classes to better homes -- [...truncated 24524 lines...] T

Build failed in Jenkins: HBase-TRUNK-Hadoop-2 #376

2013-06-22 Thread apurtell
See Changes: [Michael Stack] HBASE-8788 Edit of .proto files moving classes to better homes [eclark] HBASE-8786 Creating a table with a Bloom filter on the shell is broken. -- [...truncated 7662 l