[
https://issues.apache.org/jira/browse/KNOX-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16684418#comment-16684418
]
Kevin Risden commented on KNOX-1599:
------------------------------------
Here is an example of a failure from RemoteConfigurationMonitorTest:
{code:java}
ERROR [org.apache.curator.test.TestingZooKeeperServer] From testing server
(random state: false) for instance:
InstanceSpec{dataDirectory=/var/folders/mk/4vfpp0vs4yv2y9r0pvx2956m0000gp/T/1542060227183-0,
port=52177, electionPort=52178, quorumPort=52179,
deleteDataDirectoryOnClose=false, serverId=1, tickTime=-1, maxClientCnxns=-1,
customProperties={authProvider.1=org.apache.zookeeper.server.auth.SASLAuthenticationProvider,
requireClientAuthScheme=sasl}, hostname=127.0.0.1}
org.apache.curator.test.InstanceSpec@59c4814e
java.lang.NullPointerException
at
org.apache.zookeeper.server.quorum.QuorumPeerMain.runFromConfig(QuorumPeerMain.java:138)
at
org.apache.curator.test.TestingZooKeeperServer$1.run(TestingZooKeeperServer.java:148)
at java.lang.Thread.run(Thread.java:748)
{code}
Curator TestingZooKeeperServer has an issue with Zookeeper 3.4.11+.
> Upgrade zookeeper to 3.4.13
> ---------------------------
>
> Key: KNOX-1599
> URL: https://issues.apache.org/jira/browse/KNOX-1599
> Project: Apache Knox
> Issue Type: Sub-task
> Components: Build
> Reporter: Kevin Risden
> Assignee: Kevin Risden
> Priority: Minor
> Fix For: 1.3.0
>
> Attachments: KNOX-1599.patch
>
>
> Upgrade zookeeper 3.4.10 to 3.4.13
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)