[
https://issues.apache.org/jira/browse/ZOOKEEPER-4313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17359278#comment-17359278
]
Mate Szalay-Beko commented on ZOOKEEPER-4313:
---------------------------------------------
Hello [~qzballack],
thanks for raising the issue! The ZooKeeper community is no longer supporting
the 3.4 version.
Can you maybe try and reproduce the problem on the latest 3.5 or 3.6 versions?
> Can not get real exception when getChildren more than 4M
> --------------------------------------------------------
>
> Key: ZOOKEEPER-4313
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4313
> Project: ZooKeeper
> Issue Type: Bug
> Components: java client
> Affects Versions: 3.4.6
> Reporter: Li Jian
> Priority: Major
>
> When use zkClient or curator listener one zookeeper node more than 4M will
> cause endless loop,because they catch error code for
> KeeperException.Code.ConnectionLoss then will retry getChildren method after
> a monent。
> The root reason for zookeeper invoke readLength method occor IOException for
> “Package len is out of range” but when deal with the following process
> zookeeper changed the real exception to ConnectionLoss。
--
This message was sent by Atlassian Jira
(v8.3.4#803005)