[
https://issues.apache.org/jira/browse/HBASE-12373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14222536#comment-14222536
]
Jerry He commented on HBASE-12373:
----------------------------------
How about we proceed with the following?
We will handle any issue with a single region for the hbase:labels table, if
there is any as it arises, in a separate JIRA.
We will still use the call to the server side to get the list of labels, which
will be provided by the label service implementation.
But a user provided regex will be pushed to the server side to filter the
labels returned. This will potentially reduce the return RPC payload.
(Similar to the recent fix in HBASE-12073, in which the regex is pushed to the
server side.)
It seems that we don't have a framework to let service implementations provide
client pieces yet, and we want to be consistent with the other calls in
VisibilityClient and AccessControlClient.
> Provide a command to list visibility labels
> -------------------------------------------
>
> Key: HBASE-12373
> URL: https://issues.apache.org/jira/browse/HBASE-12373
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 0.98.7, 0.99.1
> Reporter: Jerry He
> Assignee: Jerry He
> Priority: Minor
> Fix For: 0.98.9, 0.99.2
>
> Attachments: HBASE-12373-master-v2.patch,
> HBASE-12373-master-v3.patch, HBASE-12373-master.patch
>
>
> A command to list visibility labels that are in place would be handy.
> This is also in line with many of the other hbase list commands.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)