[jira] [Created] (HBASE-8325) ReplicationSource read a empty HLog throws EOFException

2013-04-11 Thread zavakid (JIRA)
zavakid created HBASE-8325: -- Summary: ReplicationSource read a empty HLog throws EOFException Key: HBASE-8325 URL: https://issues.apache.org/jira/browse/HBASE-8325 Project: HBase Issue Type: Bug

Build failed in Jenkins: HBase-TRUNK #4052

2013-04-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/4052/changes Changes: [mbertozzi] HBASE-7658 grant with an empty string as permission should throw an exception (addendum) [stack] HBASE-8165 Update our protobuf to 2.5 from 2.4.1; REVERT [stack] HBASE-8165 Update our protobuf to 2.5 from 2.4.1;

Pre-commit build broken?

2013-04-11 Thread Jean-Marc Spaggiari
Hi, Do we have any issue with the pre-commit builds? https://builds.apache.org/job/PreCommit-HBASE-Build/5265//console OpenJDK Runtime Environment (IcedTea6 1.9.9) (6b20-1.9.9-0ubuntu1~10.04.2) OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode) /home/hudson/tools/java/latest1.6

Re: Pre-commit build broken?

2013-04-11 Thread Ted Yu
This happened on hadoop2 while QA run on hadoop1 proceeded normally. On Thu, Apr 11, 2013 at 9:07 AM, Jean-Marc Spaggiari jean-m...@spaggiari.org wrote: Hi, Do we have any issue with the pre-commit builds? https://builds.apache.org/job/PreCommit-HBASE-Build/5265//console OpenJDK Runtime

Re: Pre-commit build broken?

2013-04-11 Thread Nicolas Liochon
May be the infra team is working on the machine. But the error you quoted can be misleading as the real settings are set later in the hudsonEnv script I mentionned yesterday. The message says -1 hadoop2.0. The patch failed to compile against the hadoop 2.0 profile. Console output:

trunk on hadoop2 fixes.

2013-04-11 Thread Jonathan Hsieh
Hey folks, I plan on committing these patches hanging off this jira late today. https://issues.apache.org/jira/browse/HBASE-6891 Summary: * HBASE-7605 (Mini cluster load) and HBASE-7606 (Joined scanners) shows a completion time regression from h1 to h2 profiles * HBASE-7636 (3 rs failure

Re: Pre-commit build broken?

2013-04-11 Thread Ted Yu
Nice hint, Nicolas. I got the following compiling against hadoop 2.0: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project hbase-client: Compilation failure: Compilation failure: [ERROR]

Re: Pre-commit build broken?

2013-04-11 Thread Jean-Marc Spaggiari
I don't have any compilation issue related to this patch. all tests are running. I will see the results. I only have one issue in my workspace, related to this.assignmentManager.getZKTable().removeEnablingTable. I don't think the patch is failing because of that. I will update my workspace and

Re: Pre-commit build broken?

2013-04-11 Thread Jean-Marc Spaggiari
Ted, can you please let me know how you got the log below? I will fix that and re-submit. Thanks, JM 2013/4/11 Ted Yu yuzhih...@gmail.com Nice hint, Nicolas. I got the following compiling against hadoop 2.0: [ERROR] Failed to execute goal

Re: Pre-commit build broken?

2013-04-11 Thread Jonathan Hsieh
On Thu, Apr 11, 2013 at 9:27 AM, Ted Yu yuzhih...@gmail.com wrote: Note: compilation error against hadoop 2.0 would normally mean that compilation on hadoop 1.0 would not pass. This is not true. There is an explicit hadoop2 compile check because there are APIs that are only present in

Re: Pre-commit build broken?

2013-04-11 Thread Ted Yu
Jean-Marc: Looking at the following in the patch, it is obvious why compiler complains about variable i (I don't know where it is defined): + public Increment(Increment incrementToCopy) { +this.row = Bytes.copy(i.row, 0, i.row.length); On Thu, Apr 11, 2013 at 9:30 AM, Jean-Marc Spaggiari

Re: trunk on hadoop2 fixes.

2013-04-11 Thread Ted Yu
Jon: Thanks for the headsup. Do you know that you can trigger hadoop QA to run test suite against hadoop 2.0 profile ? Take a look at: https://issues.apache.org/jira/secure/attachment/12575537/7904-v9-hadoop-2.0.txt Hadoop QA depends on seeing the line below in patch: hadoop.profile=2.0 You

Re: Pre-commit build broken?

2013-04-11 Thread Jean-Marc Spaggiari
Yep, I agree, and fixed that already. But is there a way to see this failure on he pre-commit logs, anywhere? 2013/4/11 Ted Yu yuzhih...@gmail.com Jean-Marc: Looking at the following in the patch, it is obvious why compiler complains about variable i (I don't know where it is defined): +

Re: trunk on hadoop2 fixes.

2013-04-11 Thread Jonathan Hsieh
On Thu, Apr 11, 2013 at 9:39 AM, Ted Yu yuzhih...@gmail.com wrote: Jon: Thanks for the headsup. Do you know that you can trigger hadoop QA to run test suite against hadoop 2.0 profile ? Take a look at: https://issues.apache.org/jira/secure/attachment/12575537/7904-v9-hadoop-2.0.txt

Re: trunk on hadoop2 fixes.

2013-04-11 Thread Ted Yu
Do you mind if I run the test you are fixing against tip of hadoop 2.0 branch ? Or, if I understand you correctly, potentially new JIRA would be opened on (some of) these tests when 2.0.4-alpha comes out. Cheers On Thu, Apr 11, 2013 at 9:45 AM, Jonathan Hsieh j...@cloudera.com wrote: On Thu,

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

2013-04-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/493/changes Changes: [mbertozzi] HBASE-7658 grant with an empty string as permission should throw an exception (addendum) [stack] HBASE-8165 Update our protobuf to 2.5 from 2.4.1; REVERT [stack] HBASE-8165 Update our protobuf to

Re: unable to run unit test in trunk against hadoop 2.0

2013-04-11 Thread Andrew Purtell
I didn't confirm anything, I made a comment on a JIRA that expresses an opinion. HBASE-8165 has been reverted. Is there still an issue here? On Wed, Apr 10, 2013 at 2:52 PM, Ted Yu yuzhih...@gmail.com wrote: Andy commented on HBASE-8165, confirming that the test failures were due to

Re: unable to run unit test in trunk against hadoop 2.0

2013-04-11 Thread Ted Yu
I think we're back to business. On Thu, Apr 11, 2013 at 11:02 AM, Andrew Purtell apurt...@apache.orgwrote: I didn't confirm anything, I made a comment on a JIRA that expresses an opinion. HBASE-8165 has been reverted. Is there still an issue here? On Wed, Apr 10, 2013 at 2:52 PM, Ted Yu

Jenkins build is back to normal : HBase-TRUNK #4053

2013-04-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/4053/

[jira] [Created] (HBASE-8326) mapreduce.TestTableInputFormatScan times out frequently

2013-04-11 Thread Nick Dimiduk (JIRA)
Nick Dimiduk created HBASE-8326: --- Summary: mapreduce.TestTableInputFormatScan times out frequently Key: HBASE-8326 URL: https://issues.apache.org/jira/browse/HBASE-8326 Project: HBase Issue

Wiki page on Stargate doesn't describe checkAndPut

2013-04-11 Thread Chip Salzenberg
Reading http://wiki.apache.org/hadoop/Hbase/Stargate tells me nothing about checkAndPut. I'm working from the source code. I hope I get it right. Might someone please update the wiki?

[jira] [Created] (HBASE-8327) Consolidate class loaders

2013-04-11 Thread Jimmy Xiang (JIRA)
Jimmy Xiang created HBASE-8327: -- Summary: Consolidate class loaders Key: HBASE-8327 URL: https://issues.apache.org/jira/browse/HBASE-8327 Project: HBase Issue Type: Bug Reporter:

[jira] [Reopened] (HBASE-1936) ClassLoader that loads from hdfs; useful adding filters to classpath without having to restart services

2013-04-11 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang reopened HBASE-1936: Will post a patch for 0.94 soon. ClassLoader that loads from hdfs; useful adding

[jira] [Resolved] (HBASE-7929) Reapply hbase-7507 Make memstore flush be able to retry after exception to 0.94 branch.

2013-04-11 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl resolved HBASE-7929. -- Resolution: Fixed Re-recommitted :) Reapply hbase-7507 Make memstore flush

[jira] [Created] (HBASE-8328) The servername regex in HServerInfo accepts invalid hostnames

2013-04-11 Thread Gaurav Menghani (JIRA)
Gaurav Menghani created HBASE-8328: -- Summary: The servername regex in HServerInfo accepts invalid hostnames Key: HBASE-8328 URL: https://issues.apache.org/jira/browse/HBASE-8328 Project: HBase

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

2013-04-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/hbase-0.95-on-hadoop2/66/changes Changes: [jmhsieh] HBASE-7605 TestMiniClusterLoadSequential fails in trunk build on hadoop2 [enis] HBASE-8119 Optimize StochasticLoadBalancer [jxiang] HBASE-1936 ClassLoader that loads from hdfs; useful adding filters to

Re: trunk on hadoop2 fixes.

2013-04-11 Thread Jonathan Hsieh
Ted, Nothing is stopping you from running the tests against the hadoop's tip. Share the results on the mailing list if you want. Here's my suggestion: Please don't create a jira and post a patch unless (that triggers the precommit build) unless you make it clear that it is speculative work and

Re: trunk on hadoop2 fixes.

2013-04-11 Thread Jonathan Hsieh
I believe I got the last consistently failing tests against hadoop2 fixed this afternoon (HBASE-8382). If and when this is green, what do folks think about updating the precommit script so that it runs the hadoop 2.0 profile or some set of it as well? (We could probably get away with doing just

Build failed in Jenkins: HBase-TRUNK #4054

2013-04-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/4054/changes Changes: [jmhsieh] HBASE-7605 TestMiniClusterLoadSequential fails in trunk build on hadoop2 [enis] HBASE-8119 Optimize StochasticLoadBalancer [jxiang] HBASE-1936 ClassLoader that loads from hdfs; useful adding filters to classpath

Re: trunk on hadoop2 fixes.

2013-04-11 Thread Ted Yu
HBASE-8382 doesn't exist, as of this email. Can you confirm the JIRA number ? bq. updating the precommit script so that it runs the hadoop 2.0 profile or some set of it as well? I think the above is a good idea. With this in place, we can easily find out about (binary) incompatibility of HBase

[jira] [Resolved] (HBASE-8303) Increse the test timeout to 60s when they are less than 20s

2013-04-11 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-8303. --- Resolution: Fixed Fix Version/s: 0.94.7 Committed to 0.94. Increse

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

2013-04-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/494/changes Changes: [jmhsieh] HBASE-7605 TestMiniClusterLoadSequential fails in trunk build on hadoop2 [enis] HBASE-8119 Optimize StochasticLoadBalancer [jxiang] HBASE-1936 ClassLoader that loads from hdfs; useful adding filters

Re: trunk on hadoop2 fixes.

2013-04-11 Thread Jonathan Hsieh
On Thursday, April 11, 2013, Ted Yu wrote: HBASE-8382 doesn't exist, as of this email. Can you confirm the JIRA number ? my bad . hbase-8324 The failure in HBASE-8324 (HFileOutputFormat failures on yarn/mr2) are the last consistent failures on my hadoop2 build. I'm still working on

[jira] [Created] (HBASE-8329) Limit compaction speed

2013-04-11 Thread binlijin (JIRA)
binlijin created HBASE-8329: --- Summary: Limit compaction speed Key: HBASE-8329 URL: https://issues.apache.org/jira/browse/HBASE-8329 Project: HBase Issue Type: Bug Reporter: binlijin

Build failed in Jenkins: HBase-0.94-security #134

2013-04-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-0.94-security/134/changes Changes: [apurtell] HBASE-8303. Increase the test timeout to 60s when they are less than 20s [larsh] HBASE-7929 Reapply hbase-7507 'Make memstore flush be able to retry after exception' to 0.94 branch. (Original patch by