Backporting HBASE-2937 to 0.90.x as part of HBASE-4462

2011-10-03 Thread Ramkrishna S Vasudevan
Hi All As part of HBASE-4462 I would like to know if we can backport HBASE-2937? Once i get the confirmation i will submit a patch after backporting and testing. Regards Ram

Re: Backporting HBASE-2937 to 0.90.x as part of HBASE-4462

2011-10-03 Thread Ted Yu
If someone has validated HBASE-2937 by deploying HBase 0.92 and using HTable operations, please share. Backporting HBASE-2937 increases the amount of testing. Cheers On Mon, Oct 3, 2011 at 12:12 AM, Ramkrishna S Vasudevan < ramakrish...@huawei.com> wrote: > Hi All > > > > As part of HBASE-4462

Re: Backporting HBASE-2937 to 0.90.x as part of HBASE-4462

2011-10-03 Thread Todd Lipcon
Makes me nervous. i'm not -1, but the more features we backport to 0.90, the less I will trust the next release off the branch. -Todd On Mon, Oct 3, 2011 at 5:15 AM, Ted Yu wrote: > If someone has validated HBASE-2937 by deploying HBase 0.92 and using HTable > operations, please share. > > Backp

mvn error?

2011-10-03 Thread Doug Meil
Hi folks, anybody else seeing this when doing 'mvn site'? FATAL ERROR] Container realm = plexus.core urls[0] = file:/apps/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar [INFO] [ERROR] FATAL ERROR [INFO]

Build failed in Jenkins: HBase-TRUNK #2282

2011-10-03 Thread Apache Jenkins Server
See -- [...truncated 1667 lines...] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.858 sec Running org.apache.hadoop.hbase.regionserver.TestCompaction Tests run: 9, Failures: 0, Errors: 0,

Build failed in Jenkins: HBase-TRUNK #2279

2011-10-03 Thread Apache Jenkins Server
See -- Started by user tedyu Building remotely on ubuntu1 Cleaning workspace hudson.util.IOException2: remote file operation failed:

Build failed in Jenkins: HBase-TRUNK-on-Hadoop-23 #45

2011-10-03 Thread Apache Jenkins Server
See Changes: [stack] Add NYC meetup announcement [stack] HBASE-4509 [hbck] Improve region map output [stack] HBASE-4506 [hbck] Allow HBaseFsck to be instantiated without connecting [stack] HBASE-4506 [hbck] Allow HBaseFsck to

Build failed in Jenkins: HBase-TRUNK #2283

2011-10-03 Thread Apache Jenkins Server
See -- Started by an SCM change Building remotely on ubuntu3 Cleaning workspace /x1/jenkins/jenkins-slave/workspace/HBase-TRUNK hudson.util.IOException2: remote file operation failed:

Re: mvn error?

2011-10-03 Thread Stack
Yeah... looks like the addition of mvn failsafe to the pom -- 4454 -- broke mvn site. I filed https://issues.apache.org/jira/browse/HBASE-4531 Maybe someone can figure it. Otherwise will back it out. Meantime, to build site, back out the pom change: $ svn up -r1177017 pom.xml To put it back

Re: Backporting HBASE-2937 to 0.90.x as part of HBASE-4462

2011-10-03 Thread Jean-Daniel Cryans
I'm usually against backporting features, but that patch looks harmless. The only thing I'm not sure from reading the code is if it changes the default behavior, so if someone already configured different retries from the default ones that it won't screw them up. J-D On Mon, Oct 3, 2011 at 12:12

Re: mvn error?

2011-10-03 Thread Akash Ashok
This is because of the surefire reports plugin version. Works well with 2.7.2 but not with 2.8 and above Similar discussion can be found in http://stackoverflow.com/questions/5339373/maven-surefire-report-plugin-2-8-error-org-apache-maven-doxia-siterenderer-sink Cheers, Akash A On Mon, Oct 3, 201

Re: mvn error?

2011-10-03 Thread Stack
Thanks for the fix Akash. Just committed it. St.Ack On Mon, Oct 3, 2011 at 10:47 AM, Akash Ashok wrote: > This is because of the surefire reports plugin version. Works well with > 2.7.2 but not with 2.8 and above > Similar discussion can be found in > http://stackoverflow.com/questions/5339373/m

Jenkins build is back to normal : HBase-0.92 #39

2011-10-03 Thread Apache Jenkins Server
See

RE: Hbase-Hive integration performance issues

2011-10-03 Thread Sandy Pratt
I've been working on this issue lately. I am beginning to deploy a modified version of the stock HBase serde to my own clusters. For one thing, it contains the code to push down scan ranges to HBase (see jira), and I've also adapted it to read my single-cell protobuf records via reflection. O

Re: Backporting HBASE-2937 to 0.90.x as part of HBASE-4462

2011-10-03 Thread Shrijeet Paliwal
If HBASE-2937 is backported, this https://issues.apache.org/jira/browse/HBASE-4003 will need to be backported as well, I think. -Shrijeet On Mon, Oct 3, 2011 at 9:56 AM, Jean-Daniel Cryans wrote: > I'm usually against backporting features, but that patch looks > harmless. The only thing I'm not

Re: Hbase-Hive integration performance issues

2011-10-03 Thread Matthew Tovbin
Thanks Sandy, I'll try it too! Best regards, Matthew Tovbin =) On Mon, Oct 3, 2011 at 22:36, Sandy Pratt wrote: > I've been working on this issue lately. I am beginning to deploy a > modified version of the stock HBase serde to my own clusters. For one > thing, it contains the code to pu

Speeding up tests

2011-10-03 Thread Jesse Yates
Hey everyone, There has been a bunch of work recently on speeding up the testing to make it easier for developers to iterate quickly on new features fixes. Part of the problem is that the test suite takes anywhere from 1-2 hrs to run and have some apparently non-deterministic hanging of tests. TL

Re: Backporting HBASE-2937 to 0.90.x as part of HBASE-4462

2011-10-03 Thread Andrew Purtell
I backported 2937 into our internal 90-ish tree as the next candidate for deployment, for reasons discussed on the jira. I realize this is not the same thing, but should be able to tell you the result of full system end to end tests soon. Best regards,    - Andy Problems worthy of attack pro

Build failed in Jenkins: HBase-TRUNK #2284

2011-10-03 Thread Apache Jenkins Server
See -- [...truncated 1648 lines...] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.136 sec Running org.apache.hadoop.hbase.regionserver.TestRpcMetrics Tests run: 1, Failures: 0, Errors: 0,

Build failed in Jenkins: hbase-0.90 #317

2011-10-03 Thread Apache Jenkins Server
See Changes: [jdcryans] HBASE-4473 NPE when executors are down but events are still coming in -- [...truncated 1120 lines...] Running org.apache.hadoop.hbase.io.hfile.TestCachedBlockQueue Tests run:

Build failed in Jenkins: HBase-0.92 #40

2011-10-03 Thread Apache Jenkins Server
See Changes: [jdcryans] HBASE-4473 NPE when executors are down but events are still coming in [stack] HBASE-4531 hbase-4454 failsafe broke mvn site; back it out or fix -- [...truncated 1422 lines...]

Build failed in Jenkins: HBase-TRUNK #2287

2011-10-03 Thread Apache Jenkins Server
See -- [...truncated 5655 lines...] [DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.6 [DEBUG] Excluded: org.apache.maven.wago

Re: Build failed in Jenkins: HBase-TRUNK #2287

2011-10-03 Thread Doug Meil
This is odd, because "acid-semantics.xml" hasn't been changed since May 23, 2011. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:2.1:site (default-site) on project hbase: Error during page generation: Error parsing '

Re: Speeding up tests

2011-10-03 Thread Jonathan Hsieh
I'm assuming that the longrunning/integration tests will still run as new jvm instances? I've been working on hbase offline recovery tools whose tests (in current incarnation) requires hbase cluster shutdown and restart. I assume these would be integration tests. I've also found at least in the

Re: Speeding up tests

2011-10-03 Thread Jesse Yates
Yeah, they would still run in forked mode. There are also a lot of cases where we are testing edge failure scenarios and injecting errors into the cluster that really need to be in their own jvm. We are trying to cut down on everything that we can to speed up the build. Agree that a lot of the tim

Re: Speeding up tests

2011-10-03 Thread Doug Meil
Thanks Jesse. Great write up! On 10/3/11 4:55 PM, "Jesse Yates" wrote: >Hey everyone, > >There has been a bunch of work recently on speeding up the testing to make >it easier for developers to iterate quickly on new features fixes. Part of >the problem is that the test suite takes anywhere f

Build failed in Jenkins: HBase-TRUNK #2289

2011-10-03 Thread Apache Jenkins Server
See -- [...truncated 1171 lines...] A src/packages/deb/hbase.control/prerm A src/packages/deb/init.d A src/packages/deb/init.d/hbase-regionserver A src/packages/deb/init.d/hbas

Build failed in Jenkins: HBase-TRUNK-on-Hadoop-23 #47

2011-10-03 Thread Apache Jenkins Server
See Changes: [tedyu] HBASE-4334 HRegion.get never validates row (Lars H) [dmeil] HBASE-4533 applying 2nd patch for tweak to backup section - my fault. [dmeil] HBASE-4533 tweaks to backup section [jdcryans] HBASE-4473 NPE when

Re: Build failed in Jenkins: HBase-TRUNK #2287

2011-10-03 Thread Akash Ashok
Hey Doug, Actually this is an issue with maven-site-plugin 2.1 not with the acid-semantics.xml. Just figured out that moving maven-site-plugin back to 2.0.1 and downgrading surefire-reports plugin to 2.7.2 does the trick. Cheers, Akash A On Tue, Oct 4, 2011 at 5:56 AM, Doug Meil wrote: > > This

Re: Build failed in Jenkins: HBase-TRUNK #2287

2011-10-03 Thread Stack
Mind making a patch Akashi? On Oct 3, 2011, at 19:56, Akash Ashok wrote: > Hey Doug, > Actually this is an issue with maven-site-plugin 2.1 not with the > acid-semantics.xml. Just figured out that moving maven-site-plugin back to > 2.0.1 and downgrading surefire-reports plugin to 2.7.2 does th

RE: Speeding up tests

2011-10-03 Thread Ramkrishna S Vasudevan
Hi Jesse Thanks for the write up. I am using the script in HBASE-4480 widely. I have a problem Sometimes some test cases gets killed by the maven as it took a long time and those testcases don't have timeout property in them. Now if such testcase dont get completed(hanging happens) then maven kil