[
https://issues.apache.org/jira/browse/ZOOKEEPER-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15140620#comment-15140620
]
Devendra Vishwakarma commented on ZOOKEEPER-1437:
-------------------------------------------------
Hi Eugene,
I am working on the version 3.4.6 and I see all the changes mentioned in the
patch attached here. But I am facing some problem when working with kerberos
enabled environment.
The below error is coming when executing command related to hbase replication
which internally communicates with zookeeper -
hbase(main):003:0> list_replicated_tables
TABLE:COLUMNFAMILY ReplicationType
ERROR: KeeperErrorCode = NoAuth for /hbase-secure/replication/peers
Here is some help for this command:
List all the tables and column families replicated from this cluster
hbase> list_replicated_tables
hbase> list_replicated_tables 'abc.*'
hbase(main):004:0>
------
And this is too what I am getting in zookeerer server log file -
2016-02-10 02:55:04,450 - WARN
[NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@357] - caught end of
stream exception
EndOfStreamException: Unable to read additional data from client sessionid
0x152caa493d20004, likely client has closed socket
at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:230)
at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
at java.lang.Thread.run(Thread.java:785)
2016-02-10 02:55:04,451 - INFO
[NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1007] - Closed socket
connection for client /9.30.123.121:59161 which had sessionid 0x152caa493d20004
> 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)