[jira] [Created] (HBASE-12487) Explicitly flush the file name in sweep job

2014-11-14 Thread Jingcheng Du (JIRA)
Jingcheng Du created HBASE-12487: Summary: Explicitly flush the file name in sweep job Key: HBASE-12487 URL: https://issues.apache.org/jira/browse/HBASE-12487 Project: HBase Issue Type: Sub-t

[jira] [Created] (HBASE-12486) Move the mob table name tag to the 2nd one

2014-11-14 Thread Jingcheng Du (JIRA)
Jingcheng Du created HBASE-12486: Summary: Move the mob table name tag to the 2nd one Key: HBASE-12486 URL: https://issues.apache.org/jira/browse/HBASE-12486 Project: HBase Issue Type: Sub-ta

Re: [VOTE] The 3rd HBase 0.98.8 release candidate (RC2) is available, vote closing 11/17/2014

2014-11-14 Thread Ted Yu
+1 Performed same procedure as I did for RC1. This time I ran test suite against hadoop-2 TestStatusResource failed but passed when re-run. Cheers On Fri, Nov 14, 2014 at 7:15 PM, Andrew Purtell wrote: > ​​​The 3rd HBase 0.98.8 release candidate (RC2) is available for download > at http://peop

Re: Comparing the performance of 0.98.8 RC1 and 0.98.0 using YCSB

2014-11-14 Thread Ted Yu
Makes sense. It is nice to see improvements add up. On Nov 14, 2014, at 8:31 PM, Andrew Purtell wrote: > Ie the color is blue because for 0.98.0 there is 5.88% more time spent there > than in 0.98.8. In this case of Bytes#toShort this is due I think to > Vladimir's optimizations using Unsaf

Re: Comparing the performance of 0.98.8 RC1 and 0.98.0 using YCSB

2014-11-14 Thread Andrew Purtell
Ie the color is blue because for 0.98.0 there is 5.88% more time spent there than in 0.98.8. In this case of Bytes#toShort this is due I think to Vladimir's optimizations using Unsafe we added a few releases back. > On Nov 14, 2014, at 8:27 PM, Andrew Purtell wrote: > > No it means the oppo

Re: [VOTE] The 1st hbase 0.94.25 release candidate is available for download, vote closes 11/14/2014

2014-11-14 Thread lars hofhansl
(and Andrew) was reading emails backwards. :) From: lars hofhansl To: Stack ; HBase Dev List Sent: Friday, November 14, 2014 8:23 PM Subject: Re: [VOTE] The 1st hbase 0.94.25 release candidate is available for download, vote closes 11/14/2014 Thank you, Stack (and Ted).+1 from me o

Re: [VOTE] The 1st hbase 0.94.25 release candidate is available for download, vote closes 11/14/2014

2014-11-14 Thread Andrew Purtell
I also voted on this. Did that mail show up? I see it in my sent folder. Just checking. > On Nov 14, 2014, at 8:23 PM, lars hofhansl wrote: > > Thank you, Stack (and Ted).+1 from me obviously. > I'll push the release over the weekend. > -- Lars > From: Stack > To: HBase Dev List ; lars

Re: Comparing the performance of 0.98.8 RC1 and 0.98.0 using YCSB

2014-11-14 Thread Andrew Purtell
No it means the opposite of that. I discuss this in the email. The differential graph looks at 0.98.0 and shows what _will_ happen in 0.98.8 (if I understand Gregg's blog post correctly) > On Nov 14, 2014, at 7:56 PM, Ted Yu wrote: > > Andrew: > Looking at http://people.apache.org/~apurtell/

Re: [VOTE] The 1st hbase 0.94.25 release candidate is available for download, vote closes 11/14/2014

2014-11-14 Thread lars hofhansl
Thank you, Stack (and Ted).+1 from me obviously. I'll push the release over the weekend. -- Lars From: Stack To: HBase Dev List ; lars hofhansl Sent: Friday, November 14, 2014 5:23 PM Subject: Re: [VOTE] The 1st hbase 0.94.25 release candidate is available for download, vote closes 11/

Re: Comparing the performance of 0.98.8 RC1 and 0.98.0 using YCSB

2014-11-14 Thread Ted Yu
Andrew: Looking at http://people.apache.org/~apurtell/results-ycsb-0.98.8/f_diff.svg , Bytes#toShort shows up with +5.88% Does this mean that Bytes#toShort in 0.98.8 RC1 has higher impact on performance compared to that of 0.98.0 ? Thanks On Fri, Nov 14, 2014 at 7:43 PM, Andrew Purtell wrote: >

Comparing the performance of 0.98.8 RC1 and 0.98.0 using YCSB

2014-11-14 Thread Andrew Purtell
Comparing the performance of 0.98.8 RC1 and 0.98.0 using YCSB from https://github.com/apurtell/ycsb/tree/new_hbase_client. In summary, there are minor differences, generally improvements, and this test didn't detect performance regression when looking at operation latencies. Note 0.98.8RC2 only ha

[VOTE] The 3rd HBase 0.98.8 release candidate (RC2) is available, vote closing 11/17/2014

2014-11-14 Thread Andrew Purtell
​​​The 3rd HBase 0.98.8 release candidate (RC2) is available for download at http://people.apache.org/~apurtell/0.98.8RC2/ and Maven artifacts are also available in the temporary repository https://repository.apache.org/content/repositories/orgapachehbase-1046/ We are behind schedule for this rele

[jira] [Created] (HBASE-12485) Maintain SeqId monotonically increasing when Region Replica is on

2014-11-14 Thread Jeffrey Zhong (JIRA)
Jeffrey Zhong created HBASE-12485: - Summary: Maintain SeqId monotonically increasing when Region Replica is on Key: HBASE-12485 URL: https://issues.apache.org/jira/browse/HBASE-12485 Project: HBase

[jira] [Created] (HBASE-12484) Refactor WALKey to use pb w/o deserialization

2014-11-14 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-12484: --- Summary: Refactor WALKey to use pb w/o deserialization Key: HBASE-12484 URL: https://issues.apache.org/jira/browse/HBASE-12484 Project: HBase Issue Type: Impro

[jira] [Created] (HBASE-12483) Refactor WAL recovery to abstract away filesystem

2014-11-14 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-12483: --- Summary: Refactor WAL recovery to abstract away filesystem Key: HBASE-12483 URL: https://issues.apache.org/jira/browse/HBASE-12483 Project: HBase Issue Type: I

[jira] [Created] (HBASE-12482) Isolate WAL in a module

2014-11-14 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-12482: --- Summary: Isolate WAL in a module Key: HBASE-12482 URL: https://issues.apache.org/jira/browse/HBASE-12482 Project: HBase Issue Type: Task Components:

[jira] [Created] (HBASE-12481) Move advanced operational and dev tools out of related classes

2014-11-14 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-12481: --- Summary: Move advanced operational and dev tools out of related classes Key: HBASE-12481 URL: https://issues.apache.org/jira/browse/HBASE-12481 Project: HBase

Re: [VOTE] The 1st hbase 0.94.25 release candidate is available for download, vote closes 11/14/2014

2014-11-14 Thread Stack
+1 Checked signature and md5. Layout looks good. Started standalone, loaded data and verified it there. Nothing untoward in logs. St.Ack On Sat, Nov 8, 2014 at 6:02 PM, lars hofhansl wrote: > The 1st 0.94.25 RC is available for download at > http://people.apache.org/~larsh/hbase-0.94.25-rc0/ >

Re: [CANCELLED] [VOTE] The 2nd HBase 0.98.8 release candidate (RC1) is available, vote closing 11/16/2014

2014-11-14 Thread Andrew Purtell
Thank Ted, I'll proceed On Fri, Nov 14, 2014 at 4:42 PM, Ted Yu wrote: > Andrew: > I have pushed HBASE-12478 to 0.98, branch-1 and master branches. > > FYI > > On Fri, Nov 14, 2014 at 1:57 PM, Andrew Purtell > wrote: > > > I'm going to revert HBASE-12144 and issue a new RC on account > > of HBA

Re: [CANCELLED] [VOTE] The 2nd HBase 0.98.8 release candidate (RC1) is available, vote closing 11/16/2014

2014-11-14 Thread Ted Yu
Andrew: I have pushed HBASE-12478 to 0.98, branch-1 and master branches. FYI On Fri, Nov 14, 2014 at 1:57 PM, Andrew Purtell wrote: > I'm going to revert HBASE-12144 and issue a new RC on account > of HBASE-12478. I don't even want to suspect that MIN_VERSIONS might be > broken. > > -1 > > New

[jira] [Created] (HBASE-12480) Regions in FAILED_OPEN/FAILED_CLOSE should be processed on master failover

2014-11-14 Thread Virag Kothari (JIRA)
Virag Kothari created HBASE-12480: - Summary: Regions in FAILED_OPEN/FAILED_CLOSE should be processed on master failover Key: HBASE-12480 URL: https://issues.apache.org/jira/browse/HBASE-12480 Project

[jira] [Resolved] (HBASE-12144) Backport HBASE-10141 'instead of putting expired store files thru compaction, just archive them' to 0.98

2014-11-14 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-12144. Resolution: Fixed Re resolving. The patch on HBASE-12478 has a couple votes already, I'll t

[jira] [Created] (HBASE-12479) Backport HBASE-11689 (Track meta in transition) to 0.98 and branch-1

2014-11-14 Thread Virag Kothari (JIRA)
Virag Kothari created HBASE-12479: - Summary: Backport HBASE-11689 (Track meta in transition) to 0.98 and branch-1 Key: HBASE-12479 URL: https://issues.apache.org/jira/browse/HBASE-12479 Project: HBase

[CANCELLED] [VOTE] The 2nd HBase 0.98.8 release candidate (RC1) is available, vote closing 11/16/2014

2014-11-14 Thread Andrew Purtell
I'm going to revert HBASE-12144 and issue a new RC on account of HBASE-12478. I don't even want to suspect that MIN_VERSIONS might be broken. -1 New RC coming right up. On Thu, Nov 13, 2014 at 10:49 AM, Andrew Purtell wrote: > ​​​The 2nd HBase 0.98.8 release candidate (RC1) is available for d

[jira] [Reopened] (HBASE-12144) Backport HBASE-10141 'instead of putting expired store files thru compaction, just archive them' to 0.98

2014-11-14 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell reopened HBASE-12144: Reopening due to HBASE-12478 > Backport HBASE-10141 'instead of putting expired store files th

Re: [VOTE] The 1st hbase 0.94.25 release candidate is available for download, vote closes 11/14/2014

2014-11-14 Thread Andrew Purtell
+1 Checked sum Checked signature Unpacked tarball, structure looks good Compiled from source* RAT check passes except for generated files in docs/ and hbase-webapps/, which is fine Ran unit test suite, TestRSKilledWhenMasterInitializing timed out but passed when run standalone Launched minicluster

[jira] [Created] (HBASE-12478) HBASE-10141 and MIN_VERSIONS are not compatible

2014-11-14 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-12478: - Summary: HBASE-10141 and MIN_VERSIONS are not compatible Key: HBASE-12478 URL: https://issues.apache.org/jira/browse/HBASE-12478 Project: HBase Issue Type:

[jira] [Created] (HBASE-12477) Add a flush failed metric

2014-11-14 Thread Rishit Shroff (JIRA)
Rishit Shroff created HBASE-12477: - Summary: Add a flush failed metric Key: HBASE-12477 URL: https://issues.apache.org/jira/browse/HBASE-12477 Project: HBase Issue Type: Bug Compone

[jira] [Created] (HBASE-12476) HydraBase Consensus Protocol

2014-11-14 Thread Gaurav Menghani (JIRA)
Gaurav Menghani created HBASE-12476: --- Summary: HydraBase Consensus Protocol Key: HBASE-12476 URL: https://issues.apache.org/jira/browse/HBASE-12476 Project: HBase Issue Type: New Feature

Re: [VOTE] The 2nd HBase 0.98.8 release candidate (RC1) is available, vote closing 11/16/2014

2014-11-14 Thread Ted Yu
+1 Ran through test suite against hadoop-1 : all passed. Verified signtaure. Done some random shell ops. All looks good [INFO] HBase . SUCCESS [1.852s] [INFO] HBase - Checkstyle SUCCESS [0.685s] [INFO] HBase - Annotation

[jira] [Created] (HBASE-12475) local-master-backup.sh run exception

2014-11-14 Thread xiaonanforever (JIRA)
xiaonanforever created HBASE-12475: -- Summary: local-master-backup.sh run exception Key: HBASE-12475 URL: https://issues.apache.org/jira/browse/HBASE-12475 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-12474) Incorrect handling of default namespace in user_permission command.

2014-11-14 Thread Srikanth Srungarapu (JIRA)
Srikanth Srungarapu created HBASE-12474: --- Summary: Incorrect handling of default namespace in user_permission command. Key: HBASE-12474 URL: https://issues.apache.org/jira/browse/HBASE-12474 Pro

[jira] [Created] (HBASE-12473) Add move_table shell command to move all regions of a table to given regionserver

2014-11-14 Thread cuijianwei (JIRA)
cuijianwei created HBASE-12473: -- Summary: Add move_table shell command to move all regions of a table to given regionserver Key: HBASE-12473 URL: https://issues.apache.org/jira/browse/HBASE-12473 Project