Build failed in Jenkins: hbase-0.95 #34

2013-03-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/hbase-0.95/34/changes Changes: [stack] HBASE-7996 Clean up resource leak in MultiTableInputFormat [stack] HBASE-8021 TestSplitTransactionOnCluster.testShouldThrowIOExceptionIfStoreFileSizeIsEmptyAndShouldSuccessfullyExecuteRollback() fails consistently

Build failed in Jenkins: HBase-0.94 #886

2013-03-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-0.94/886/ -- [...truncated 2404 lines...] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.272 sec Running org.apache.hadoop.hbase.regionserver.wal.TestLogRollAbort Tests run: 1, Failures: 0, Errors:

Build failed in Jenkins: hbase-0.95 #35

2013-03-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/hbase-0.95/35/changes Changes: [nkeywal] HBASE-8002 Make TimeOut Management for Assignment optional in master and regionservers -- [...truncated 3717 lines...] Running org.apache.hadoop.hbase.regionserver.TestMemStore

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

2013-03-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/434/changes Changes: [nkeywal] HBASE-8002 Make TimeOut Management for Assignment optional in master and regionservers [stack] HBASE-7996 Clean up resource leak in MultiTableInputFormat [stack] HBASE-8021

[jira] [Created] (HBASE-8022) Site target fails

2013-03-07 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-8022: - Summary: Site target fails Key: HBASE-8022 URL: https://issues.apache.org/jira/browse/HBASE-8022 Project: HBase Issue Type: Bug Affects Versions:

[jira] [Created] (HBASE-8023) Assembly target fails

2013-03-07 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-8023: - Summary: Assembly target fails Key: HBASE-8023 URL: https://issues.apache.org/jira/browse/HBASE-8023 Project: HBase Issue Type: Bug Affects Versions:

[jira] [Created] (HBASE-8024) Make Store flush algorithm pluggable

2013-03-07 Thread Maryann Xue (JIRA)
Maryann Xue created HBASE-8024: -- Summary: Make Store flush algorithm pluggable Key: HBASE-8024 URL: https://issues.apache.org/jira/browse/HBASE-8024 Project: HBase Issue Type: Sub-task

Build failed in Jenkins: HBase-0.94 #887

2013-03-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-0.94/887/ -- [...truncated 2404 lines...] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 162.795 sec Running org.apache.hadoop.hbase.regionserver.wal.TestHLogBench Tests run: 1, Failures: 0, Errors:

[jira] [Created] (HBASE-8025) zkcli fails when SERVER_GC_OPTS is enabled

2013-03-07 Thread Dave Latham (JIRA)
Dave Latham created HBASE-8025: -- Summary: zkcli fails when SERVER_GC_OPTS is enabled Key: HBASE-8025 URL: https://issues.apache.org/jira/browse/HBASE-8025 Project: HBase Issue Type: Bug

[jira] [Reopened] (HBASE-8019) Port HBASE-7779 '[snapshot 130201 merge] Fix TestMultiParallel' to 0.94

2013-03-07 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl reopened HBASE-8019: -- Port HBASE-7779 '[snapshot 130201 merge] Fix TestMultiParallel' to 0.94

[jira] [Created] (HBASE-8026) HBase Shell docs for scan command don't reference VERSIONS

2013-03-07 Thread Jonathan Natkins (JIRA)
Jonathan Natkins created HBASE-8026: --- Summary: HBase Shell docs for scan command don't reference VERSIONS Key: HBASE-8026 URL: https://issues.apache.org/jira/browse/HBASE-8026 Project: HBase

[jira] [Created] (HBASE-8027) hbase-7994 redux; shutdown hbase-example unit tests

2013-03-07 Thread stack (JIRA)
stack created HBASE-8027: Summary: hbase-7994 redux; shutdown hbase-example unit tests Key: HBASE-8027 URL: https://issues.apache.org/jira/browse/HBASE-8027 Project: HBase Issue Type: Bug

Build failed in Jenkins: HBase-0.94 #888

2013-03-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-0.94/888/ -- [...truncated 2000 lines...] Running org.apache.hadoop.hbase.io.hfile.TestHFileReaderV1 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec Running

[jira] [Resolved] (HBASE-8027) hbase-7994 redux; shutdown hbase-example unit tests

2013-03-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-8027. -- Resolution: Fixed Resolving. hbase-7994 redux; shutdown hbase-example unit tests

[jira] [Created] (HBASE-8028) Append, Increment doesn't handle wall-sync exceptions correctly

2013-03-07 Thread Himanshu Vashishtha (JIRA)
Himanshu Vashishtha created HBASE-8028: -- Summary: Append, Increment doesn't handle wall-sync exceptions correctly Key: HBASE-8028 URL: https://issues.apache.org/jira/browse/HBASE-8028 Project:

[jira] [Created] (HBASE-8029) delete with TS should only delete that cell, not all cells after.

2013-03-07 Thread Kevin Odell (JIRA)
Kevin Odell created HBASE-8029: -- Summary: delete with TS should only delete that cell, not all cells after. Key: HBASE-8029 URL: https://issues.apache.org/jira/browse/HBASE-8029 Project: HBase

reason to do major compaction after split

2013-03-07 Thread Sergey Shelukhin
Hi. Is there a reason to do major compaction after split, instead of allowing the reference files to go away gradually as the normal compactions happen? I could think up two reasons - region with reference files currently cannot be split again (not clear why not though, could just create more

Re: reason to do major compaction after split

2013-03-07 Thread Jean-Daniel Cryans
Clean the parent would be another one. J-D On Thu, Mar 7, 2013 at 10:50 AM, Sergey Shelukhin ser...@hortonworks.com wrote: Hi. Is there a reason to do major compaction after split, instead of allowing the reference files to go away gradually as the normal compactions happen? I could think up

Re: reason to do major compaction after split

2013-03-07 Thread Enis Söztutar
I was thinking of allowing regions with refs to split again, but the cleaning parent logic will get messy a lot. Enis On Thu, Mar 7, 2013 at 10:58 AM, Stack st...@duboce.net wrote: On Thu, Mar 7, 2013 at 10:50 AM, Sergey Shelukhin ser...@hortonworks.com wrote: Hi. Is there a reason to

Build failed in Jenkins: hbase-0.95 #36

2013-03-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/hbase-0.95/36/changes Changes: [stack] HBASE-8027 hbase-7994 redux; shutdown hbase-example unit tests -- [...truncated 3250 lines...] Running org.apache.hadoop.hbase.rest.model.TestColumnSchemaModel Tests run: 2,

[jira] [Created] (HBASE-8030) znode path of online region servers is hard coded in rolling_restart.sh

2013-03-07 Thread rajeshbabu (JIRA)
rajeshbabu created HBASE-8030: - Summary: znode path of online region servers is hard coded in rolling_restart.sh Key: HBASE-8030 URL: https://issues.apache.org/jira/browse/HBASE-8030 Project: HBase

[jira] [Created] (HBASE-8031) Adopt goraci as an Integration test

2013-03-07 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-8031: Summary: Adopt goraci as an Integration test Key: HBASE-8031 URL: https://issues.apache.org/jira/browse/HBASE-8031 Project: HBase Issue Type: Improvement

Re: reason to do major compaction after split

2013-03-07 Thread Sergey Shelukhin
Can you create same-level references instead of references to references? On Thu, Mar 7, 2013 at 11:03 AM, Enis Söztutar enis@gmail.com wrote: I was thinking of allowing regions with refs to split again, but the cleaning parent logic will get messy a lot. Enis On Thu, Mar 7, 2013 at

Re: reason to do major compaction after split

2013-03-07 Thread Enis Söztutar
We do not have to created references to references. We can find the original file, and directly create a ref at the grand daughters. The messy part, is in the cleanup for parent region, where we have to recursively search for all successors to decide whether we can delete this region, and delete

Re: reason to do major compaction after split

2013-03-07 Thread Stack
On Thu, Mar 7, 2013 at 1:14 PM, Enis Söztutar e...@hortonworks.com wrote: We do not have to created references to references. We can find the original file, and directly create a ref at the grand daughters. The messy part, is in the cleanup for parent region, where we have to recursively

[jira] [Created] (HBASE-8034) record on-disk data size for store file and make it available during writing

2013-03-07 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HBASE-8034: --- Summary: record on-disk data size for store file and make it available during writing Key: HBASE-8034 URL: https://issues.apache.org/jira/browse/HBASE-8034

Re: reason to do major compaction after split

2013-03-07 Thread Enis Söztutar
/hbase/data/[file1, file 2, file 3, file N] table 1/region 1: [file 2] table 1/region 2: [file 1 (from 0 to 50)] table 1/region 3: [file 1 (from 50 to 100)] table 2/region 1: [file 1, file 2] We do not necessarily have to have a separate dir for files. We can just keep the files in the

Re: no 0.94 commits please

2013-03-07 Thread lars hofhansl
Still waiting for a jenkins vm for the security build. From: lars hofhansl la...@apache.org To: hbase-dev dev@hbase.apache.org Sent: Wednesday, March 6, 2013 9:58 PM Subject: no 0.94 commits please cutting 0.94.6rc1 this time

Re: no 0.94 commits please

2013-03-07 Thread Jean-Marc Spaggiari
Already testing the non-secured one ;) Le 7 mars 2013 19:31, lars hofhansl la...@apache.org a écrit : Still waiting for a jenkins vm for the security build. From: lars hofhansl la...@apache.org To: hbase-dev dev@hbase.apache.org Sent: Wednesday, March 6,

Re: reason to do major compaction after split

2013-03-07 Thread Andrew Purtell
also, if instead of files you think about handling blocks directly you can end up doing more stuff, like a proper compaction that require less I/O if N blocks are not changed, some crazy deduplication on tables with same content similar... Sounds like a step toward using a block pool directly

Build failed in Jenkins: HBase-TRUNK #3925

2013-03-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/3925/changes Changes: [stack] HBASE-8032 TestNodeHealthCheckChore.testHealthChecker failed 0.95 build #36 [stack] HBASE-8027 hbase-7994 redux; shutdown hbase-example unit tests -- [...truncated 3893

Build failing in Hbase branch 0.95

2013-03-07 Thread Shivendra Singh
Hi, I am trying to test and pacakge just the Hbase-server for the branch-0.95 and I am getting following error in PS. Please let me know what I am missing here. If I use the option -am (also make) it succeeds fine, does it mean that I cannot build hbase-server alone? Thanks, Shivendra mvn

Re: Build failing in Hbase branch 0.95

2013-03-07 Thread Ted Yu
/home/shivends/.m2/settings.**xml I don't have such file under my ~/.m2 What's the reason for building server module alone ? Cheers On Thu, Mar 7, 2013 at 6:36 PM, Shivendra Singh shivendra.p.si...@oracle.com wrote: Hi, I am trying to test and pacakge just the Hbase-server for the

[jira] [Resolved] (HBASE-8004) Creating an existing table from Shell does not throw TableExistsException

2013-03-07 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-8004. --- Resolution: Fixed Fix Version/s: 0.96.0 0.95.0 Hadoop Flags:

[jira] [Created] (HBASE-8036) ProtobufUtil.multi behavior is incosnsistent in case of errors

2013-03-07 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HBASE-8036: --- Summary: ProtobufUtil.multi behavior is incosnsistent in case of errors Key: HBASE-8036 URL: https://issues.apache.org/jira/browse/HBASE-8036 Project: HBase

[jira] [Created] (HBASE-8037) RegionMovedException is handled incorrectly for multi-region requests that fail completely

2013-03-07 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HBASE-8037: --- Summary: RegionMovedException is handled incorrectly for multi-region requests that fail completely Key: HBASE-8037 URL: https://issues.apache.org/jira/browse/HBASE-8037

Re: no 0.94 commits please

2013-03-07 Thread lars hofhansl
Yep. From: Ted Yu yuzhih...@gmail.com To: dev@hbase.apache.org; lars hofhansl la...@apache.org Sent: Thursday, March 7, 2013 9:05 PM Subject: Re: no 0.94 commits please Is 0.94 open for checkin now ? Thanks On Thu, Mar 7, 2013 at 4:30 PM, lars hofhansl

Expected behavior when Snappy is not installed

2013-03-07 Thread lars hofhansl
I was just testing 0.94.6RC1 and I forgot to install Snappy. Then I created a table with a CF that had Snappy enabled. Now it is not possible to disable/drop this table. The master will abort when I try with the following: 2013-03-07 22:45:50,274 FATAL org.apache.hadoop.hbase.master.HMaster:

Re: Heads-up: Say your goodbyes to -ROOT-

2013-03-07 Thread Stack
On Thu, Mar 7, 2013 at 9:30 PM, James Taylor jtay...@salesforce.com wrote: Awesome. Who's doing the eulogy, Stack? The same folks as those who are doing Hugo's. St.Ack