[
https://issues.apache.org/jira/browse/ZOOKEEPER-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16050273#comment-16050273
]
Rakesh R commented on ZOOKEEPER-2792:
-------------------------------------
Thanks [~hanm] for the efforts.
bq. Currently these tests are failing.
>From the logs, I could see NPE and hope will get a clean test report once we
>fix this. Please take care. Thanks!
# {{QuorumKerberosHostBasedAuthTes#testConnectBadServer}}
{code}
2017-06-01 22:57:22,656 [myid:0] - ERROR
[QuorumConnectionThread-[myid=0]-2:NIOServerCnxnFactory$1@92] - Thread
Thread[QuorumConnectionThread-[myid=0]-2,5,FailOnTimeoutGroup] died
java.lang.NullPointerException
at
org.apache.zookeeper.util.SecurityUtils.replacePattern(SecurityUtils.java:296)
{code}
# {{ReconfigRecoveryTest#testCurrentObserverIsParticipantInNewConfig}}
{code}
java.lang.NullPointerException
at
org.apache.zookeeper.server.quorum.QuorumCnxManager.startConnection(QuorumCnxManager.java:413)
at
org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:326)
at
org.apache.zookeeper.server.quorum.QuorumCnxManager.connectOne(QuorumCnxManager.java:637)
{code}
# {{ReconfigTest#testRemoveAddOne}}
{code}
Exception in thread "WorkerSender[myid=2]" java.lang.NullPointerException
at
org.apache.zookeeper.server.quorum.QuorumCnxManager.startConnection(QuorumCnxManager.java:413)
at
org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:326)
{code}
> [QP MutualAuth]: Merge basic working patch from branch-3.4
> ----------------------------------------------------------
>
> Key: ZOOKEEPER-2792
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2792
> Project: ZooKeeper
> Issue Type: Sub-task
> Components: quorum, security
> Reporter: Rakesh R
> Assignee: Michael Han
> Fix For: 3.5.4, 3.6.0
>
> Attachments: ZOOKEEPER-2792.patch
>
>
> This jira is to merge the basic working patch covering the authentication and
> authorization of static(zoo.cfg) ZooKeeper servers from {{branch-3.4}} code
> base.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)