[
https://issues.apache.org/jira/browse/ZOOKEEPER-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15152245#comment-15152245
]
Devendra Vishwakarma commented on ZOOKEEPER-1437:
-------------------------------------------------
And Eugene, I setup hbase again, now the klist command has this output -
hbase(main):003:0> [[email protected] root]$ klist
Ticket cache: FILE:/home/hbase/krb5cc_hbase
Default principal: [email protected]
Valid starting Expires Service principal
02/18/2016 03:08:29 02/19/2016 03:08:29 krbtgt/[email protected]
[[email protected] root]$
########################
So as per your last comment, now "hbase" == hbase, but still having the same
issue ('Authentication is not valid) while accessing the
/hbase-secure/replication or any its child zknode via "hbase zkcli" -
[zk: dev.machine.com:2181,dev2.machine.com:2181(CONNECTED) 0] ls
[zk: dev.machine.com:2181,dev2.machine.com:2181(CONNECTED) 1] ls /hbase-secure
[replication, meta-region-server, rs, splitWAL, backup-masters, table-lock,
flush-table-proc, region-in-transition, online-snapshot, acl, master, running,
recovering-regions, tokenauth, draining, namespace, hbaseid, table]
[zk: dev.machine.com:2181,dev2.machine.com:2181(CONNECTED) 2] ls
/hbase-secure/replication
Authentication is not valid : /hbase-secure/replication
[zk: dev.machine.com:2181,dev2.machine.com:2181(CONNECTED) 3] ls
/hbase-secure/replication/peers
Authentication is not valid : /hbase-secure/replication/peers
[zk: dev.machine.com:2181,dev2.machine.com:2181(CONNECTED) 4]
#####################
And because of this problem I am not able to access any data from
/hbase-secure/replication/peers zknode in "hbase shell"
hbase(main):001:0> list_peers
ERROR: KeeperErrorCode = NoAuth for /hbase-secure/replication/peers
Here is some help for this command:
List all replication peer clusters.
hbase> list_peers
hbase(main):002:0>
> Client uses session before SASL authentication complete
> -------------------------------------------------------
>
> Key: ZOOKEEPER-1437
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1437
> Project: ZooKeeper
> Issue Type: Bug
> Components: java client
> Affects Versions: 3.4.3
> Reporter: Thomas Weise
> Assignee: Eugene Koontz
> Fix For: 3.4.4, 3.5.0
>
> Attachments: ZOOKEEPER-1437.patch, ZOOKEEPER-1437.patch,
> ZOOKEEPER-1437.patch, ZOOKEEPER-1437.patch, ZOOKEEPER-1437.patch,
> ZOOKEEPER-1437.patch, ZOOKEEPER-1437.patch, ZOOKEEPER-1437.patch,
> ZOOKEEPER-1437.patch, ZOOKEEPER-1437.patch, ZOOKEEPER-1437.patch,
> ZOOKEEPER-1437.patch, ZOOKEEPER-1437.patch, ZOOKEEPER-1437.patch,
> ZOOKEEPER-1437.patch, ZOOKEEPER-1437.patch, ZOOKEEPER-1437.patch,
> getXidCallHierarchy.png
>
>
> Found issue in the context of hbase region server startup, but can be
> reproduced w/ zkCli alone.
> getData may occur prior to SaslAuthenticated and fail with NoAuth. This is
> not expected behavior when the client is configured to use SASL.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)