Review Request, HBASE-21255

2018-11-08 Thread Reid Chan
Hi team, Recently, i'm working on codes related to ACLs module, and HBASE-21255 is the first one. It will be appreciated if anyone can spare some cycles to give reviews. Many thanks! -- Best regards, R.C

Re: [DISCUSS] Release cadence for HBase 2.y

2018-11-08 Thread Duo Zhang
Oh, typo, 'the make_rc.sh can do everything for you' 张铎(Duo Zhang) 于2018年11月9日周五 上午10:09写道: > I think for the 2.x release the problem is that we are still busy on > making the code stable, or speak more clearly, to make the procedure v2 > framework stable... And another big problem is lacking

Re: [DISCUSS] Release cadence for HBase 2.y

2018-11-08 Thread Duo Zhang
I think for the 2.x release the problem is that we are still busy on making the code stable, or speak more clearly, to make the procedure v2 framework stable... And another big problem is lacking of HBCK2 support. These things are all big issues which prevent people to upgrade to 2.x. Once these

[jira] [Created] (HBASE-21459) More benchmark for evaluating the checkKeyValueBytes's performance

2018-11-08 Thread Zheng Hu (JIRA)
Zheng Hu created HBASE-21459: Summary: More benchmark for evaluating the checkKeyValueBytes's performance Key: HBASE-21459 URL: https://issues.apache.org/jira/browse/HBASE-21459 Project: HBase

Re: [DISCUSS] Release cadence for HBase 2.y

2018-11-08 Thread Sean Busbey
I think it just shifts the RM burden, no? Like instead of watching e.g. branch-2.2 I instead need to watch branch-2. On Thu, Nov 8, 2018, 17:28 Josh Elser I think what I'd be concerned about WRT time-based releases is the > burden on RM to keep the branch in a good state. Perhaps we need to not

Re: [DISCUSS] Release cadence for HBase 2.y

2018-11-08 Thread Nick Dimiduk
This is an important topic. Thanks for bringing it up. For what it’s worth, I found the “release train” to work pretty well for patch releases from 1.1. That was only possible because of the stability of that branch. After the first couple releases, devs were pretty good about honoring the “bug

Re: [DISCUSS] Release cadence for HBase 2.y

2018-11-08 Thread Josh Elser
I think what I'd be concerned about WRT time-based releases is the burden on RM to keep the branch in a good state. Perhaps we need to not push that onto an RM and do better about sharing that load (looking in the mirror). However, I do like time-based releases as a means to avoid "hurt

[jira] [Created] (HBASE-21452) Illegal character in hbase counters group name

2018-11-08 Thread stack (JIRA)
stack created HBASE-21452: - Summary: Illegal character in hbase counters group name Key: HBASE-21452 URL: https://issues.apache.org/jira/browse/HBASE-21452 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-21455) Update filesystem-space quota fail if there is a space quota for non-existing namespace

2018-11-08 Thread wenbang (JIRA)
wenbang created HBASE-21455: --- Summary: Update filesystem-space quota fail if there is a space quota for non-existing namespace Key: HBASE-21455 URL: https://issues.apache.org/jira/browse/HBASE-21455

[jira] [Created] (HBASE-21453) Convert ReadOnlyZKClient to DEBUG instead of INFO

2018-11-08 Thread stack (JIRA)
stack created HBASE-21453: - Summary: Convert ReadOnlyZKClient to DEBUG instead of INFO Key: HBASE-21453 URL: https://issues.apache.org/jira/browse/HBASE-21453 Project: HBase Issue Type: Bug

[jira] [Reopened] (HBASE-21439) StochasticLoadBalancer RegionLoads aren’t being used in RegionLoad cost functions

2018-11-08 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell reopened HBASE-21439: Although TestStochasticLoadBalancer passes on all branches, including 1.3/1.5/1 with the

[jira] [Created] (HBASE-21456) Make WALFactory only used for creating WALProviders

2018-11-08 Thread Josh Elser (JIRA)
Josh Elser created HBASE-21456: -- Summary: Make WALFactory only used for creating WALProviders Key: HBASE-21456 URL: https://issues.apache.org/jira/browse/HBASE-21456 Project: HBase Issue Type:

[jira] [Created] (HBASE-21458) Error: Could not find or load main class org.apache.hadoop.hbase.util.GetJavaProperty

2018-11-08 Thread stack (JIRA)
stack created HBASE-21458: - Summary: Error: Could not find or load main class org.apache.hadoop.hbase.util.GetJavaProperty Key: HBASE-21458 URL: https://issues.apache.org/jira/browse/HBASE-21458 Project:

[jira] [Created] (HBASE-21454) Kill zk spew

2018-11-08 Thread stack (JIRA)
stack created HBASE-21454: - Summary: Kill zk spew Key: HBASE-21454 URL: https://issues.apache.org/jira/browse/HBASE-21454 Project: HBase Issue Type: Bug Components: logging, Zookeeper

Re: if changing the RingBuffer to priority Based Queue cause correctness issue in HBase?

2018-11-08 Thread Vladimir Rodionov
Should be handled in RPC queues first, before mutation op reaches RingBuffer, I think. But to answer your question: the only guarantee HBase provide (promises) is strictly consistent writes and atomicity for a single row mutation. No, won't break anything. Permutations of mutations in an execution

[jira] [Created] (HBASE-21451) The way we maintain the lastestPaths in ReplicationSourceManager is broken when sync replication is used

2018-11-08 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-21451: - Summary: The way we maintain the lastestPaths in ReplicationSourceManager is broken when sync replication is used Key: HBASE-21451 URL:

[jira] [Created] (HBASE-21457) BackupUtils#getWALFilesOlderThan refers to wrong FileSystem

2018-11-08 Thread Ted Yu (JIRA)
Ted Yu created HBASE-21457: -- Summary: BackupUtils#getWALFilesOlderThan refers to wrong FileSystem Key: HBASE-21457 URL: https://issues.apache.org/jira/browse/HBASE-21457 Project: HBase Issue Type: