Re: [VOTE] First release candidate for HBase 2.0.3 is available

2018-11-27 Thread Allan Yang
I run TestMasterFailoverWithProcedures on my Mac for about 10 times, only 1 time failed. Agree with Peter in HBASE-21518 that the failure is because of shutting down minicluster is timeout. is It blocking the release here? I think we can release 2.0.3 if we have enough +1, and resolve this in

Re: Expose an API to get all ACLs

2018-11-27 Thread Lars Francke
On Wed, Nov 28, 2018 at 7:22 AM Stack wrote: > On Tue, Nov 27, 2018 at 11:04 AM Lars Francke > wrote: > > > Hi, > > > > I have a use-case for a customer who's looking to build an audit tool. > This > > audit tool should build a report of all authorizations across various > > products. HBase is

Re: Expose an API to get all ACLs

2018-11-27 Thread Lars Francke
Reid, thanks for your input. Answers inline. On Wed, Nov 28, 2018 at 3:32 AM Reid Chan wrote: > What about extracting those infos from HBase's audit logs? > I have to admit that I didn't even think about the audit logs and I'm not sure what they expose in terms of ACLs but either way we won't

[jira] [Resolved] (HBASE-21392) HTable can still write data after calling the close method.

2018-11-27 Thread lixiaobao (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lixiaobao resolved HBASE-21392. --- Resolution: Done > HTable can still write data after calling the close method. >

Re: Expose an API to get all ACLs

2018-11-27 Thread Stack
On Tue, Nov 27, 2018 at 11:04 AM Lars Francke wrote: > Hi, > > I have a use-case for a customer who's looking to build an audit tool. This > audit tool should build a report of all authorizations across various > products. HBase is one of them. > > Unfortunately in HBase it's not currently

Re: Expose an API to get all ACLs

2018-11-27 Thread Reid Chan
What about extracting those infos from HBase's audit logs? Retrieving all ACLs sounds hard if cell level ACLs is included, otherwise is feasible. But from system security perspective, exposing all ACLs is not a secure behavior, though we can limit the api level to

[jira] [Created] (HBASE-21520) TestMultiColumnScanner cost long time when using ROWCOL bloom type

2018-11-27 Thread Zheng Hu (JIRA)
Zheng Hu created HBASE-21520: Summary: TestMultiColumnScanner cost long time when using ROWCOL bloom type Key: HBASE-21520 URL: https://issues.apache.org/jira/browse/HBASE-21520 Project: HBase

Re: [VOTE] First release candidate for HBase 2.0.3 is available

2018-11-27 Thread Peter Somogyi
On my MacBook Pro this test failed 8 out of 20 runs. I made some analysis over HBASE-21518 and for me it looks like shutdown race condition. On Tue, Nov 27, 2018 at 6:04 PM Stack wrote: > Thanks boys. > > I was going off the nightly [1] and the flakey list [2]. They didn't look > too bad. Shout

[jira] [Created] (HBASE-21519) Namespace region is never assigned in a HM failover scenario and HM abort always due to init timeout

2018-11-27 Thread Pankaj Kumar (JIRA)
Pankaj Kumar created HBASE-21519: Summary: Namespace region is never assigned in a HM failover scenario and HM abort always due to init timeout Key: HBASE-21519 URL:

Expose an API to get all ACLs

2018-11-27 Thread Lars Francke
Hi, I have a use-case for a customer who's looking to build an audit tool. This audit tool should build a report of all authorizations across various products. HBase is one of them. Unfortunately in HBase it's not currently possible to list all ACLs without going directly to the _hbase:acl_

Re: [VOTE] First release candidate for HBase 2.0.3 is available

2018-11-27 Thread Stack
Thanks boys. I was going off the nightly [1] and the flakey list [2]. They didn't look too bad. Shout which tests are causing you issue and I can take a look. TestMasterFailoverWithProcedures seems like it fails on occasion, but only on the gce runs at < 20% of time. You see different Peter?

Re: [VOTE] First release candidate for HBase 2.0.3 is available

2018-11-27 Thread Peter Somogyi
I'm also facing test issues. TestMasterFailoverWithProcedures is failing frequently on my machine and can be found on the flaky dashboard for multiple branches. Created HBASE-21518 issue for this. On Tue, Nov 27, 2018 at 2:28 PM 张铎(Duo Zhang) wrote: > I'm still testing but it is really hard

[jira] [Created] (HBASE-21518) TestMasterFailoverWithProcedures is flaky

2018-11-27 Thread Peter Somogyi (JIRA)
Peter Somogyi created HBASE-21518: - Summary: TestMasterFailoverWithProcedures is flaky Key: HBASE-21518 URL: https://issues.apache.org/jira/browse/HBASE-21518 Project: HBase Issue Type: Bug

[RESULT] Re: [VOTE] First release candidate for HBase 1.2.9 is available

2018-11-27 Thread Sean Busbey
With eight +1s (three binding), this vote passes as Apache HBase 1.2.9. Thanks everyone! On 2018/11/18 06:09:16, Sean Busbey wrote: > The first release candidate for HBase 1.2.9 is available for download: > > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.9RC0/ > > Maven artifacts

Re: [VOTE] First release candidate for HBase 1.2.9 is available

2018-11-27 Thread Sean Busbey
+1 (binding) On 2018/11/18 06:09:16, Sean Busbey wrote: > The first release candidate for HBase 1.2.9 is available for download: > > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.9RC0/ > > Maven artifacts are also available in a staging repository at: > >

Re: [VOTE] First release candidate for HBase 2.0.3 is available

2018-11-27 Thread Duo Zhang
I'm still testing but it is really hard for me to get all UTs pass, but not the same UT... Still trying... Artem Ervits 于2018年11月27日周二 上午6:03写道: > +1 (non-binding) > > signatures and sums for src and bin: OK > installed on pseudodistributed hadoop 2.7.7: OK > hbase shell: OK > logs: OK

[jira] [Created] (HBASE-21517) Move the getTableRegionForRow method from HMaster to TestMaster

2018-11-27 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-21517: - Summary: Move the getTableRegionForRow method from HMaster to TestMaster Key: HBASE-21517 URL: https://issues.apache.org/jira/browse/HBASE-21517 Project: HBase