Build failed in Jenkins: HBase-0.94 #690

2013-01-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-0.94/690/ -- [...truncated 2199 lines...] Running org.apache.hadoop.hbase.master.TestHMasterRPCException Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.855 sec Running

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

2013-01-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/325/changes Changes: [nkeywal] HBASE-6811 TestDrainingServer#testDrainingServerWithAbort sometimes fails in trunk -- [...truncated 18122 lines...] Tests run: 4, Failures: 0, Errors: 0,

[jira] [Reopened] (HBASE-7299) TestMultiParallel fails intermittently in trunk builds

2013-01-02 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reopened HBASE-7299: --- In trunk build #3686, I saw: testFlushCommitsWithAbort(org.apache.hadoop.hbase.client.TestMultiParallel):

Re: How to run HBase tests against 0.94? (seems to be for and old version of HBase)

2013-01-02 Thread Nicolas Liochon
From what I see in 0.94 and in the jira, it should work, there is nothing fancy there. moving to dev list btw, user in bcc. On Wed, Jan 2, 2013 at 6:15 PM, Nicolas Liochon nkey...@gmail.com wrote: If it works, it's ok: it's not going to give you wrong results. Just that it adds nothing to a

Build failed in Jenkins: HBase-TRUNK #3687

2013-01-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/3687/changes Changes: [apurtell] HBASE-7472. [REST] Support MIME type application/protobuf -- [...truncated 3142 lines...] Running org.apache.hadoop.hbase.master.TestMasterFailover Tests run: 5, Failures: 0,

[jira] [Created] (HBASE-7475) TestUpgradeFromHFileV1ToEncoding.testUpgrade hangs

2013-01-02 Thread nkeywal (JIRA)
nkeywal created HBASE-7475: -- Summary: TestUpgradeFromHFileV1ToEncoding.testUpgrade hangs Key: HBASE-7475 URL: https://issues.apache.org/jira/browse/HBASE-7475 Project: HBase Issue Type: Bug

[jira] [Reopened] (HBASE-7466) Fix junit dependency typo in 0.94

2013-01-02 Thread Jesse Yates (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Yates reopened HBASE-7466: Switching the pom to use just runtime, rather than just test. Runtime _should_ include the jar during

[ANNOUNCE] New Apache HBase Committers - Matteo Bertozzi and Chunhui Shen

2013-01-02 Thread Jonathan Hsieh
Along with bringing in the new year, we've brought in two new Apache HBase Committers! On behalf of the Apache HBase PMC, I am excited to welcome Matteo Bertozzi and Chunhui Shen as committers! * Matteo's been working on table snapshots, updates to security-related coprocessors, and some

Re: [ANNOUNCE] New Apache HBase Committers - Matteo Bertozzi and Chunhui Shen

2013-01-02 Thread Jimmy Xiang
Congratulations! Matteo and Chunhui!! On Wed, Jan 2, 2013 at 11:37 AM, Jonathan Hsieh j...@cloudera.com wrote: Along with bringing in the new year, we've brought in two new Apache HBase Committers! On behalf of the Apache HBase PMC, I am excited to welcome Matteo Bertozzi and Chunhui Shen

Re: [ANNOUNCE] New Apache HBase Committers - Matteo Bertozzi and Chunhui Shen

2013-01-02 Thread Ted Yu
Congrats, Matteo and Chunhui. On Wed, Jan 2, 2013 at 11:37 AM, Jonathan Hsieh j...@cloudera.com wrote: Along with bringing in the new year, we've brought in two new Apache HBase Committers! On behalf of the Apache HBase PMC, I am excited to welcome Matteo Bertozzi and Chunhui Shen as

Re: [ANNOUNCE] New Apache HBase Committers - Matteo Bertozzi and Chunhui Shen

2013-01-02 Thread Jesse Yates
Congrats and welcome fellas! Keep up the good work. --- Jesse Yates @jesse_yates jyates.github.com On Wed, Jan 2, 2013 at 11:37 AM, Jonathan Hsieh j...@cloudera.com wrote: Along with bringing in the new year, we've brought in two new Apache HBase Committers! On behalf of

Re: [ANNOUNCE] New Apache HBase Committers - Matteo Bertozzi and Chunhui Shen

2013-01-02 Thread Dave Wang
Congraulations Matteo and Chunhui! - Dave On Wed, Jan 2, 2013 at 11:41 AM, Jesse Yates jesse.k.ya...@gmail.comwrote: Congrats and welcome fellas! Keep up the good work. --- Jesse Yates @jesse_yates jyates.github.com On Wed, Jan 2, 2013 at 11:37 AM, Jonathan Hsieh

Build failed in Jenkins: HBase-TRUNK #3688

2013-01-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/3688/ -- [...truncated 3145 lines...] Running org.apache.hadoop.hbase.master.TestMasterFileSystem Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.406 sec Running

[jira] [Created] (HBASE-7476) HBase shell count command doesn't escape binary output

2013-01-02 Thread Gabriel Reid (JIRA)
Gabriel Reid created HBASE-7476: --- Summary: HBase shell count command doesn't escape binary output Key: HBASE-7476 URL: https://issues.apache.org/jira/browse/HBASE-7476 Project: HBase Issue

Re: [ANNOUNCE] New Apache HBase Committers - Matteo Bertozzi and Chunhui Shen

2013-01-02 Thread Himanshu Vashishtha
Congrats Matteo and Chunhui! :) On Wed, Jan 2, 2013 at 11:40 AM, Jimmy Xiang jxi...@cloudera.com wrote: Congratulations! Matteo and Chunhui!! On Wed, Jan 2, 2013 at 11:37 AM, Jonathan Hsieh j...@cloudera.com wrote: Along with bringing in the new year, we've brought in two new Apache HBase

Re: finding long lines in your patches

2013-01-02 Thread Enis Söztutar
Since I have been burned a lot by this, I also committed https://issues.apache.org/jira/browse/HBASE-7427 for checking the line lengths from the pre-commit build. Enis On Sun, Dec 30, 2012 at 10:26 AM, Ted Yu yuzhih...@gmail.com wrote: Hi, If you use Eclipse to work on HBase, you can easily

[jira] [Created] (HBASE-7477) Remove Proxy instance from HBase RPC

2013-01-02 Thread Karthik Ranganathan (JIRA)
Karthik Ranganathan created HBASE-7477: -- Summary: Remove Proxy instance from HBase RPC Key: HBASE-7477 URL: https://issues.apache.org/jira/browse/HBASE-7477 Project: HBase Issue Type:

[jira] [Created] (HBASE-7478) Create a multi-threaded responder

2013-01-02 Thread Karthik Ranganathan (JIRA)
Karthik Ranganathan created HBASE-7478: -- Summary: Create a multi-threaded responder Key: HBASE-7478 URL: https://issues.apache.org/jira/browse/HBASE-7478 Project: HBase Issue Type:

Build failed in Jenkins: HBase-TRUNK #3689

2013-01-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/3689/changes Changes: [enis] HBASE-7423 HFileArchiver should not use the configuration from the Filesystem -- [...truncated 3149 lines...] Tests run: 62, Failures: 0, Errors: 0, Skipped: 3, Time elapsed:

[jira] [Created] (HBASE-7479) Remove VersionedProtocol and ProtocolSignature from RPC

2013-01-02 Thread stack (JIRA)
stack created HBASE-7479: Summary: Remove VersionedProtocol and ProtocolSignature from RPC Key: HBASE-7479 URL: https://issues.apache.org/jira/browse/HBASE-7479 Project: HBase Issue Type: Task

Re: Handling protocol versions

2013-01-02 Thread Elliott Clark
Removing the versioning altogether seems good. That leads to much less coupling between the client and the server. I would vote to use BlockingInterface (to replace our versioned protocol class) everywhere and just write our own rpc/ipc. Stack walked me through some of the code that is needed

[jira] [Created] (HBASE-7480) Explicit message for not allowed snapshot on meta tables

2013-01-02 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-7480: -- Summary: Explicit message for not allowed snapshot on meta tables Key: HBASE-7480 URL: https://issues.apache.org/jira/browse/HBASE-7480 Project: HBase

Re: [ANNOUNCE] New Apache HBase Committers - Matteo Bertozzi and Chunhui Shen

2013-01-02 Thread Elliott Clark
Awesome job you two. Congrats. On Wed, Jan 2, 2013 at 12:57 PM, Andrew Purtell apurt...@apache.org wrote: Congratulations Matteo and Chunhui! Thank you for your contributions so far, hope to see many more. On Wed, Jan 2, 2013 at 11:37 AM, Jonathan Hsieh j...@cloudera.com wrote: Along

[jira] [Created] (HBASE-7481) throw IOExceptions from Filter methods?

2013-01-02 Thread Lars Hofhansl (JIRA)
Lars Hofhansl created HBASE-7481: Summary: throw IOExceptions from Filter methods? Key: HBASE-7481 URL: https://issues.apache.org/jira/browse/HBASE-7481 Project: HBase Issue Type: Bug

[jira] [Resolved] (HBASE-7466) Fix junit dependency typo in 0.94

2013-01-02 Thread Jesse Yates (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Yates resolved HBASE-7466. Resolution: Fixed Committed to 0.94. Fix junit dependency typo in 0.94

Re: ANN: The 1st hbase 0.94.4 release candidate is available for download

2013-01-02 Thread lars hofhansl
FYI. I'm sinking this because of HBASE-7467 (and partially because of HBASE-7442, and HBASE-7466). Expect a new RC soon. -- Lars From: lars hofhansl lhofha...@yahoo.com To: hbase-dev dev@hbase.apache.org Sent: Saturday, December 29, 2012 1:43 PM Subject: ANN:

[jira] [Created] (HBASE-7482) Port HBASE-7442 HBase remote CopyTable not working when security enabled to trunk

2013-01-02 Thread Ted Yu (JIRA)
Ted Yu created HBASE-7482: - Summary: Port HBASE-7442 HBase remote CopyTable not working when security enabled to trunk Key: HBASE-7482 URL: https://issues.apache.org/jira/browse/HBASE-7482 Project: HBase

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

2013-01-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/326/changes Changes: [enis] HBASE-7423 HFileArchiver should not use the configuration from the Filesystem [apurtell] HBASE-7472. [REST] Support MIME type application/protobuf -- [...truncated

Build failed in Jenkins: HBase-0.94 #692

2013-01-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-0.94/692/changes Changes: [tedyu] HBASE-7467 CleanerChore checkAndDeleteDirectory not deleting empty directories (Jean-Marc) [jyates] HBASE-7466: Fix junit dependency typo in 0.94 (Follow Up) -- [...truncated 2186

[jira] [Created] (HBASE-7483) HBaseAdmin.move() causes tests to fail.

2013-01-02 Thread Lars Hofhansl (JIRA)
Lars Hofhansl created HBASE-7483: Summary: HBaseAdmin.move() causes tests to fail. Key: HBASE-7483 URL: https://issues.apache.org/jira/browse/HBASE-7483 Project: HBase Issue Type: Bug

Build failed in Jenkins: HBase-0.94 #693

2013-01-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-0.94/693/changes Changes: [larsh] HBASE-7442 HBase remote CopyTable not working when security enabled (James Kinley) -- [...truncated 2204 lines...] Running org.apache.hadoop.hbase.rest.TestSchemaResource Tests

[jira] [Resolved] (HBASE-7406) Example health checker script

2013-01-02 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-7406. --- Resolution: Fixed Hadoop Flags: Reviewed Example health checker script

[jira] [Created] (HBASE-7484) Fix Restore with schema changes

2013-01-02 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-7484: -- Summary: Fix Restore with schema changes Key: HBASE-7484 URL: https://issues.apache.org/jira/browse/HBASE-7484 Project: HBase Issue Type: Sub-task

Build failed in Jenkins: HBase-0.94 #694

2013-01-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-0.94/694/ -- [...truncated 2199 lines...] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 59.513 sec Tests run: 69, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 56.556 sec Running

[jira] [Resolved] (HBASE-7442) HBase remote CopyTable not working when security enabled

2013-01-02 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl resolved HBASE-7442. -- Resolution: Fixed HBase remote CopyTable not working when security enabled

Build failed in Jenkins: HBase-0.92 #610

2013-01-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-0.92/610/changes Changes: [tedyu] HBASE-7442 HBase remote CopyTable not working when security enabled (James Kinley) -- [...truncated 1806 lines...] Running org.apache.hadoop.hbase.regionserver.wal.TestHLogMethods

[jira] [Resolved] (HBASE-7483) TestHRegionOnCluster and TestSplitTransactionOnCluster are racy with HBaseAdmin.move()

2013-01-02 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl resolved HBASE-7483. -- Resolution: Fixed TestHRegionOnCluster and TestSplitTransactionOnCluster are racy with

Build failed in Jenkins: HBase-0.94 #696

2013-01-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-0.94/696/changes Changes: [larsh] CHANGES.txt for 0.94.4RC1 [larsh] HBASE-7483 TestHRegionOnCluster and TestSplitTransactionOnCluster are racy with HBaseAdmin.move() [larsh] HBASE-7485 TestSplitLogManager is still flaky on windows (Enis)

Jenkins build is back to normal : HBase-0.94 #697

2013-01-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-0.94/697/

Build failed in Jenkins: HBase-TRUNK #3691

2013-01-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/3691/changes Changes: [larsh] HBASE-7485 TestSplitLogManager is still flaky on windows (Enis) -- [...truncated 3193 lines...] Running