[
https://issues.apache.org/jira/browse/ZOOKEEPER-3775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17075945#comment-17075945
]
Lasaro Camargos commented on ZOOKEEPER-3775:
--------------------------------------------
Hi Shireen. I do not have the credentials needed to assign the JIRA. But given
that it is a fairly simple issue, I would recommend that you create a PR and
post it here and someone else will do it.
Cheers.
> Wrong message in IOException
> ----------------------------
>
> Key: ZOOKEEPER-3775
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3775
> Project: ZooKeeper
> Issue Type: Bug
> Components: leaderElection
> Reporter: Lasaro Camargos
> Priority: Trivial
>
> method run of QuorumCnxManager throws the following exception:
> if (length <= 0 || length > PACKETMAXSIZE) {
> throw new IOException("Received packet with invalid packet: " + length);
> }
> Instead of the current string, the cause should be "Received packet with
> invalid length: "
--
This message was sent by Atlassian Jira
(v8.3.4#803005)