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

2013-04-17 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-0.94-security/138/changes Changes: [larsh] CHANGES.txt 0.94.7RC0 [tedyu] HBASE-8352 Rename '.snapshot' directory (Ted Yu) [tedyu] HBASE-8326 Addendum simplifies lookup in packagedClasses (Nick) -- [...truncated

Re: collision in the naming of '.snapshot' directory between hdfs snapshot and hbase snapshot

2013-04-17 Thread Harsh J
Pardon my late inquisition here but since HBase already shipped out with a name .snapshots/, why do we force them to change it, and not rename HDFS' snapshots to use .hdfs-snapshots, given that HDFS Snapshots has not been released for any users yet. The way I see it, that'd be much more easier to

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

2013-04-17 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK-Hadoop-2/137/ -- [...truncated 7658 lines...] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 103.822 sec Running org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction Tests run: 2,

Re: hadoop* machine: jenkins OOM, JDK 1.7 and config description

2013-04-17 Thread Nicolas Liochon
Hi, We have the same memory error on ubuntu now, see https://builds.apache.org/job/HBase-TRUNK/4067/console. Build step 'Invoke top-level Maven targets' marked build as failure Archiving artifacts Recording test results ERROR: Failed to archive test reportshudson.util.IOException2

[jira] [Created] (HBASE-8358) Add delete permission separate from full write permissions

2013-04-17 Thread Jeff Kolesky (JIRA)
Jeff Kolesky created HBASE-8358: --- Summary: Add delete permission separate from full write permissions Key: HBASE-8358 URL: https://issues.apache.org/jira/browse/HBASE-8358 Project: HBase Issue

Re: collision in the naming of '.snapshot' directory between hdfs snapshot and hbase snapshot

2013-04-17 Thread Andrew Purtell
Thanks for the consideration but we've just committed a change to address this as HBASE-8352 On Wednesday, April 17, 2013, Harsh J wrote: Pardon my late inquisition here but since HBase already shipped out with a name .snapshots/, why do we force them to change it, and not rename HDFS'

no 0.94 checkin please

2013-04-17 Thread lars hofhansl
Trying to talk jenkins into producing build artifacts for me. -- Lars

Cell Encoders and usage of Cell

2013-04-17 Thread ramkrishna vasudevan
Hi With the introduction of the new Cell Interface we are providing a way where both the RPC usage of cell and the usage of Cell in HFile are unified.(abstracted) The current block encoder which encodes the kvs into hfile blocks will be enhanced may be BlockEncode2 which will deal with Cell

[jira] [Created] (HBASE-8359) Too much logs on HConnectionManager

2013-04-17 Thread Nicolas Liochon (JIRA)
Nicolas Liochon created HBASE-8359: -- Summary: Too much logs on HConnectionManager Key: HBASE-8359 URL: https://issues.apache.org/jira/browse/HBASE-8359 Project: HBase Issue Type: Bug

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

2013-04-17 Thread apurtell
See http://54.241.6.143/job/HBase-0.95-Hadoop-2/137/changes Changes: [jxiang] HBASE-8321 Log split worker should heartbeat to avoid timeout when the hlog is under recovery [mbertozzi] HBASE-7410 add snapshot/clone/restore/export docs to ref guide --

Re: no 0.94 checkin please

2013-04-17 Thread Andrew Purtell
HBASE-8355 was fixed because someone on Phoenix pointed it out as a problem. Do you want it? On Wed, Apr 17, 2013 at 9:49 AM, lars hofhansl la...@apache.org wrote: Trying to talk jenkins into producing build artifacts for me. -- Lars -- Best regards, - Andy Problems worthy of

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

2013-04-17 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK-Hadoop-2/138/changes Changes: [jxiang] HBASE-8321 Log split worker should heartbeat to avoid timeout when the hlog is under recovery [mbertozzi] HBASE-7410 add snapshot/clone/restore/export docs to ref guide --

Re: collision in the naming of '.snapshot' directory between hdfs snapshot and hbase snapshot

2013-04-17 Thread Enis Söztutar
Harsh, the discussion above includes the reasoning behind forcing the change in hbase rather than hdfs. Although HBase has shipped with this, HDFS's snapshots are user visible, meaning that you can do: hadoop fs -ls /user/foo/.snapshot/ Plus, it is a convention for file systems (netapp, etc) to

Re: Declaring HBase Public API in 0.94

2013-04-17 Thread Aleksandr Shulman
Hi Nick, You're correct. This tool was designed for 0.92 and 0.94 and the most logical place for it is in 0.94. I plan on modifying it in trunk to be able to work with trunk code. -Aleks S. On Tue, Apr 16, 2013 at 2:14 PM, Nick Dimiduk ndimi...@gmail.com wrote: Aleks, With the exception

[jira] [Created] (HBASE-8360) In HBaseClient#cancelConnections we should close fully the connection

2013-04-17 Thread Nicolas Liochon (JIRA)
Nicolas Liochon created HBASE-8360: -- Summary: In HBaseClient#cancelConnections we should close fully the connection Key: HBASE-8360 URL: https://issues.apache.org/jira/browse/HBASE-8360 Project:

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

2013-04-17 Thread apurtell
See http://54.241.6.143/job/HBase-0.94-Security-Hadoop-2/76/changes Changes: [Lars Hofhansl] New CHANGES.txt -- [...truncated 3122 lines...] Running org.apache.hadoop.hbase.master.cleaner.TestSnapshotFromMaster Tests run: 4, Failures: 0, Errors: 0,

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

2013-04-17 Thread apurtell
See http://54.241.6.143/job/HBase-0.94-Hadoop-2/77/changes Changes: [Lars Hofhansl] New CHANGES.txt -- [...truncated 2487 lines...] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running

[VOTE] The 1st hbase 0.94.7 release candidate is available for download

2013-04-17 Thread lars hofhansl
The 1st 0.94.7 RC is available for download at http://people.apache.org/~larsh/hbase-0.94.7-rc0/ Signed with my code signing key: C7CFE328 This RC has 71 issues resolved against it, contributed by 27 individuals. 0.94.7 is primarily a bug fix release. Notable exceptions include: HBASE-8176

[jira] [Created] (HBASE-8361) Bulk load and other utilities should not create tables for user

2013-04-17 Thread Nick Dimiduk (JIRA)
Nick Dimiduk created HBASE-8361: --- Summary: Bulk load and other utilities should not create tables for user Key: HBASE-8361 URL: https://issues.apache.org/jira/browse/HBASE-8361 Project: HBase

[jira] [Created] (HBASE-8362) MultiGet optiomizations

2013-04-17 Thread Lars Hofhansl (JIRA)
Lars Hofhansl created HBASE-8362: Summary: MultiGet optiomizations Key: HBASE-8362 URL: https://issues.apache.org/jira/browse/HBASE-8362 Project: HBase Issue Type: Bug Reporter:

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

2013-04-17 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-0.94-security/139/changes Changes: [larsh] New CHANGES.txt [mbertozzi] HBASE-7410 add snapshot/clone/restore/export docs to ref guide -- [...truncated 20219 lines...] Tests run: 1, Failures: 0, Errors: 0, Skipped:

[jira] [Created] (HBASE-8363) Add a unit test verifying BaseRegionObserver's expected behavior

2013-04-17 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-8363: - Summary: Add a unit test verifying BaseRegionObserver's expected behavior Key: HBASE-8363 URL: https://issues.apache.org/jira/browse/HBASE-8363 Project: HBase

[jira] [Created] (HBASE-8364) Add a unit test verifying BaseMasterObserver's expected behavior

2013-04-17 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-8364: - Summary: Add a unit test verifying BaseMasterObserver's expected behavior Key: HBASE-8364 URL: https://issues.apache.org/jira/browse/HBASE-8364 Project: HBase

[jira] [Created] (HBASE-8365) Duplicated ZK notifications cause Master abort (or other unknown issues)

2013-04-17 Thread Jeffrey Zhong (JIRA)
Jeffrey Zhong created HBASE-8365: Summary: Duplicated ZK notifications cause Master abort (or other unknown issues) Key: HBASE-8365 URL: https://issues.apache.org/jira/browse/HBASE-8365 Project:

[jira] [Created] (HBASE-8367) LoadIncrementalHFiles does not return an error code or throw Exception when failures occur due to timeouts.

2013-04-17 Thread Brian Dougan (JIRA)
Brian Dougan created HBASE-8367: --- Summary: LoadIncrementalHFiles does not return an error code or throw Exception when failures occur due to timeouts. Key: HBASE-8367 URL:

[jira] [Created] (HBASE-8368) Improve ZK notification handling in Master

2013-04-17 Thread Jeffrey Zhong (JIRA)
Jeffrey Zhong created HBASE-8368: Summary: Improve ZK notification handling in Master Key: HBASE-8368 URL: https://issues.apache.org/jira/browse/HBASE-8368 Project: HBase Issue Type:

[jira] [Created] (HBASE-8369) MapReduce over snapshot files

2013-04-17 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-8369: Summary: MapReduce over snapshot files Key: HBASE-8369 URL: https://issues.apache.org/jira/browse/HBASE-8369 Project: HBase Issue Type: New Feature

Re: no 0.94 checkin please

2013-04-17 Thread lars hofhansl
All clear. I setup the EC2 jenkins envs to generate and archive the maven artifacts and I got the tar balls from those machines this time. Thanks again to Andrew Purtell for setting these up! -- Lars From: lars hofhansl la...@apache.org To: hbase-dev

[jira] [Created] (HBASE-8370) Report data block cache hit rates apart from aggregate cache hit rates

2013-04-17 Thread Varun Sharma (JIRA)
Varun Sharma created HBASE-8370: --- Summary: Report data block cache hit rates apart from aggregate cache hit rates Key: HBASE-8370 URL: https://issues.apache.org/jira/browse/HBASE-8370 Project: HBase

A look at HBASE 8284

2013-04-17 Thread Varun Sharma
Hi, Could someone take a look at 8284 if they have time... Thanks

[jira] [Created] (HBASE-8371) [89-fb] Remove the thrift dependency in RegionException

2013-04-17 Thread Rishit Shroff (JIRA)
Rishit Shroff created HBASE-8371: Summary: [89-fb] Remove the thrift dependency in RegionException Key: HBASE-8371 URL: https://issues.apache.org/jira/browse/HBASE-8371 Project: HBase Issue

Build failed in Jenkins: HBase-0.94-Security #86

2013-04-17 Thread apurtell
See http://54.241.6.143/job/HBase-0.94-Security/86/ -- [...truncated 9871 lines...] Running org.apache.hadoop.hbase.regionserver.TestCompactionState Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 91.658 sec Running

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

2013-04-17 Thread apurtell
See http://54.241.6.143/job/HBase-0.95-Hadoop-2/138/ -- [...truncated 7760 lines...] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.16 sec Running org.apache.hadoop.hbase.security.token.TestZKSecretWatcher Tests run: 1, Failures: 0,

[jira] [Resolved] (HBASE-8357) current region server failover mechanism for replication can lead to stale region server whose left hlogs can't be replicated by other region server

2013-04-17 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl resolved HBASE-8357. -- Resolution: Duplicate Duplicate of HBASE-2611. Thanks Feng for looking, it's always helpful to

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

2013-04-17 Thread Apache Jenkins Server
See https://builds.apache.org/job/hbase-0.95-on-hadoop2/72/changes Changes: [jxiang] HBASE-8321 Log split worker should heartbeat to avoid timeout when the hlog is under recovery [mbertozzi] HBASE-7410 add snapshot/clone/restore/export docs to ref guide

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

2013-04-17 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/502/changes Changes: [jxiang] HBASE-8321 Log split worker should heartbeat to avoid timeout when the hlog is under recovery [mbertozzi] HBASE-7410 add snapshot/clone/restore/export docs to ref guide

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

2013-04-17 Thread apurtell
See http://54.241.6.143/job/HBase-0.94-Security-Hadoop-2/77/ -- [...truncated 5274 lines...] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.024 sec Running org.apache.hadoop.hbase.security.token.TestTokenAuthentication Tests run: 1,

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

2013-04-17 Thread apurtell
See http://54.241.6.143/job/HBase-0.94-Hadoop-2/78/ -- [...truncated 5265 lines...] Running org.apache.hadoop.hbase.master.TestActiveMasterManager Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.428 sec Running