You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/06/06 17:25:20 UTC

[jira] [Comment Edited] (HBASE-15952) Bulk load data replication is not working when RS user does not have permission on hfile-refs node

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

Ted Yu edited comment on HBASE-15952 at 6/6/16 5:24 PM:
--------------------------------------------------------

lgtm - pending QA run.

Should the following be logged at DEBUG level ?
{code}
509	      if (ZKUtil.checkExists(this.zookeeper, peerZnode) == -1) {
510	        LOG.info("Peer " + peerZnode + " not found in hfile reference queue.");
{code}



was (Author: yuzhihong@gmail.com):
lgtm

Should the following be logged at DEBUG level ?
{code}
509	      if (ZKUtil.checkExists(this.zookeeper, peerZnode) == -1) {
510	        LOG.info("Peer " + peerZnode + " not found in hfile reference queue.");
{code}


> Bulk load data replication is not working when RS user does not have permission on hfile-refs node
> --------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-15952
>                 URL: https://issues.apache.org/jira/browse/HBASE-15952
>             Project: HBase
>          Issue Type: Bug
>          Components: Replication
>    Affects Versions: 1.3.0
>            Reporter: Ashish Singhi
>            Assignee: Ashish Singhi
>             Fix For: 2.0.0, 1.3.0, 1.4.0
>
>         Attachments: HBASE-15952.patch
>
>
> In our recent testing in secure cluster we found that when a RS user does not have permission on hfile-refs znode then RS was failing to replicate the bulk loaded data as the hfile-refs znode is created by hbase client and RS user may not have permission to it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)