[DISCUSS] Planning changes on RegionServer totalRequestCount metrics

2017-08-03 Thread Yu Li
Dear all, Recently in HBASE-18469 we found some inconsistency on regionserver request related metrics, including: 1. totalRequestCount could be less than readRequestCount+writeRequestCount 2. For multi request, we count action count into

[jira] [Created] (HBASE-18512) Region Server will abort with IllegalStateException if HDFS umask has limited scope

2017-08-03 Thread Pankaj Kumar (JIRA)
Pankaj Kumar created HBASE-18512: Summary: Region Server will abort with IllegalStateException if HDFS umask has limited scope Key: HBASE-18512 URL: https://issues.apache.org/jira/browse/HBASE-18512

About time for HBase 1.1.12

2017-08-03 Thread Nick Dimiduk
Hello, It's been over a month since the last maintenance release. We have more than 10 commits to branch-1.1. Thus I think it's time to spin a new RC. I'll be doing my JIRA pruning in the coming days. Please land any commits you feel are ready. Let's aim to start the VOTE early next week.

[jira] [Created] (HBASE-18513) 1.3 release line API docs should be on website

2017-08-03 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-18513: --- Summary: 1.3 release line API docs should be on website Key: HBASE-18513 URL: https://issues.apache.org/jira/browse/HBASE-18513 Project: HBase Issue Type:

Re: [DISCUSS] hbase-2.0.0 compatibility expectations

2017-08-03 Thread Zach York
This kinda helps, but these seem more like expectations. I was going more for things like HFile format changed, meta table structure changed, coprocessor implementations changed (these are just examples, I don't know if any of these actually changed). More technical differences between branch-1

Re: [DISCUSS] hbase-2.0.0 compatibility expectations

2017-08-03 Thread Zach York
I tried to filter based on imcompatible labels and there were only two JIRAs returned [1]. I have a hard time believing that there were only two breaking changes from 1.x to 2.x. [1]

[jira] [Created] (HBASE-18514) Backport space quota "phase2" work to branch-2

2017-08-03 Thread Josh Elser (JIRA)
Josh Elser created HBASE-18514: -- Summary: Backport space quota "phase2" work to branch-2 Key: HBASE-18514 URL: https://issues.apache.org/jira/browse/HBASE-18514 Project: HBase Issue Type: Task

[jira] [Created] (HBASE-18515) Introduce Delete.add as a replacement for Delete#addDeleteMarker

2017-08-03 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-18515: -- Summary: Introduce Delete.add as a replacement for Delete#addDeleteMarker Key: HBASE-18515 URL: https://issues.apache.org/jira/browse/HBASE-18515 Project: HBase

[DISCUSS] Removing jersey1* dependencies from project and jersey1*jars form lib dir

2017-08-03 Thread Samir Ahmic
Hi all, Recently i have opened https://issues.apache.org/jira/browse/HBASE-18506 and it is clear that is caused by mixing jersey1 and jersey2 jars in classpath. With https://issues.apache.org/jira/browse/HBASE-12894 we have introduced jersey2 to project, and we also have bunch of transitive

Re: [DISCUSS] Planning changes on RegionServer totalRequestCount metrics

2017-08-03 Thread Jerry He
I like the ideal to clean it up and make it clear. I had the same confusion as well. Will look at the JIRA and comment there as well. Thanks. Jerry On Wed, Aug 2, 2017 at 11:48 PM, Yu Li wrote: > Dear all, > > Recently in HBASE-18469

[jira] [Created] (HBASE-18516) [AMv2] Remove dead code in ServerManager resulted mostly from AMv2 refactoring

2017-08-03 Thread Umesh Agashe (JIRA)
Umesh Agashe created HBASE-18516: Summary: [AMv2] Remove dead code in ServerManager resulted mostly from AMv2 refactoring Key: HBASE-18516 URL: https://issues.apache.org/jira/browse/HBASE-18516

[jira] [Created] (HBASE-18517) limit max log message width in log4j

2017-08-03 Thread Vikas Vishwakarma (JIRA)
Vikas Vishwakarma created HBASE-18517: - Summary: limit max log message width in log4j Key: HBASE-18517 URL: https://issues.apache.org/jira/browse/HBASE-18517 Project: HBase Issue Type:

Re: [ANNOUNCE] New HBase committer Mike Drob

2017-08-03 Thread Ted Yu
Congratulations, Mike. (Just got access to gmail). On Tue, Aug 1, 2017 at 8:38 AM, Josh Elser wrote: > On behalf of the Apache HBase PMC, I'm pleased to announce that Mike Drob > has accepted the PMC's invitation to become a committer. > > Mike has been doing some great

Re: [ANNOUNCE] New HBase committer Mike Drob

2017-08-03 Thread Guanghao Zhang
Congratulations! 2017-08-04 5:34 GMT+08:00 Ted Yu : > Congratulations, Mike. > > (Just got access to gmail). > > On Tue, Aug 1, 2017 at 8:38 AM, Josh Elser wrote: > > > On behalf of the Apache HBase PMC, I'm pleased to announce that Mike Drob > > has

Re: [ANNOUNCE] New HBase committer Mike Drob

2017-08-03 Thread Phil Yang
Congratulations! Thanks, Phil 2017-08-04 9:36 GMT+08:00 Guanghao Zhang : > Congratulations! > > 2017-08-04 5:34 GMT+08:00 Ted Yu : > > > Congratulations, Mike. > > > > (Just got access to gmail). > > > > On Tue, Aug 1, 2017 at 8:38 AM, Josh Elser

Re: [DISCUSS] Removing jersey1* dependencies from project and jersey1*jars form lib dir

2017-08-03 Thread Ted Yu
Assuming actions in step #1 can be completed, the approach sounds fine. On Thu, Aug 3, 2017 at 2:04 PM, Samir Ahmic wrote: > Hi all, > > Recently i have opened https://issues.apache.org/jira/browse/HBASE-18506 > and it is clear that is caused by mixing jersey1 and jersey2

Re: [DISCUSS] hbase-2.0.0 compatibility expectations

2017-08-03 Thread Ted Yu
I expanded the condition in the filter like this: project = HBASE AND fixVersion in (2.0.0, 2.0.0-alpha-1, 2.0.0-alpha-2, 3.0) AND labels in (incompatibleChange, incompatible, incompatibility) Still there're only two showing up. On Thu, Aug 3, 2017 at 9:07 AM, Zach York