[ 
https://issues.apache.org/jira/browse/HBASE-22377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16836001#comment-16836001
 ] 

Andrew Purtell commented on HBASE-22377:
----------------------------------------

Will fix issue found by TestInterfaceAlign. 

The new checkstyle warnings identify that Eclipse decided to convert a long 
list of specific imports into a wildcard. I don't have obvious control over 
this behavior, it's something the IDE did behind by back. Let me look for some 
kind of setting. For the time being I can make manual edits.

The test failures in hbase-server look unrelated:
{quote}
[ERROR]   TestJMXListener.setupBeforeClass:61 » IO Shutting down
{quote}
{quote}
[ERROR]   Run 1: TestCloseRegionWhileRSCrash.testRetryBackoff:198 » 
RetriesExhausted Failed aft...
[ERROR]   Run 2: TestCloseRegionWhileRSCrash.testRetryBackoff:183 Waiting timed 
out after [30,000] msec
[ERROR]   Run 3: TestCloseRegionWhileRSCrash.testRetryBackoff:183 Waiting timed 
out after [30,000] msec
{quote}

There were some comments on the PR too. Back with another patch soon. 

> Provide API to check the existence of a namespace which does not require 
> ADMIN permissions
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-22377
>                 URL: https://issues.apache.org/jira/browse/HBASE-22377
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 1.3.2
>            Reporter: Chinmay Kulkarni
>            Assignee: Andrew Purtell
>            Priority: Major
>             Fix For: 3.0.0, 1.5.0, 2.3.0, 2.1.5, 2.2.1, 1.3.5, 1.4.11
>
>         Attachments: HBASE-22377-branch-1.patch, HBASE-22377-branch-2.patch, 
> HBASE-22377.patch
>
>
> Currently, to check the existence of a namespace, clients can use 
> HBaseAdmin#getNamespaceDescriptor. eEventually on the server-side, this calls 
> AccessController#preGetNamespaceDescriptor which tries to acquire ADMIN 
> permissions for that namespace.
> We should have an API for clients to be able to check the existence of a 
> namespace, without necessarily obtaining the namespace descriptor. Such an 
> API would not require ADMIN permissions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to