[
https://issues.apache.org/jira/browse/NIFI-3993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16639903#comment-16639903
]
ASF GitHub Bot commented on NIFI-3993:
--------------------------------------
Github user HorizonNet commented on the issue:
https://github.com/apache/nifi/pull/2884
@jtstorck If most of the services/components depend on ZooKeeper 3.4.6 then
let's stick with that version and close the ticket. Any objections?
> Upgrade embedded ZooKeeper version
> ----------------------------------
>
> Key: NIFI-3993
> URL: https://issues.apache.org/jira/browse/NIFI-3993
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.2.0
> Reporter: Mark Bean
> Priority: Major
>
> In a Cluster configuration, Nodes are periodically disconnected from the
> Cluster, and then reconnected. These events correspond to the following error:
> ERROR [CommitProcessor:1] o.apache.zookeeper.server.NIOServerCnxn Unexpected
> Exception:
> java.nio.channels.CancelledKeyException: null
> at sun.nio.ch.SelectionKeyImpl.ensureValid(SectionKeyImpl.java:73)
> at sun.nio.ch.SelectionKeyImpl.interestOps(SelctionKeyImpl.java:77)
> at
> org.apache.zookeeper.server.NIOServerCnxn.sendBuffer(NIOServerCnxn.java:151)
> at
> org.apache.zookeeper.server.NIOServerCnXn.sendResopnse(NIOServerCnxn.java:1081)
> at
> org.apache.zookeeper.server.FinalRequestProcessor.processRequest(FinalRequestProcessor.java:404)
> at
> org.apache.zookeeper.server.quorum.CommitProcessor.run(CommitProcessor.java:74)
> This error was reported in ZooKeeper JIRA [1], and reported as fixed in
> version 3.4.10, the current stable build. As additional confirmation, when
> using a stand-alone ZK, 3.4.10, rather than the embedded ZK, the above error
> was no longer observed.
> Update NiFi to use ZK 3.4.10
> [1] https://issues.apache.org/jira/browse/ZOOKEEPER-2044
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)