You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/04/07 17:35:00 UTC

[jira] [Updated] (ZOOKEEPER-3775) Wrong message in IOException

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-3775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ZOOKEEPER-3775:
--------------------------------------
    Labels: pull-request-available  (was: )

> 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
>              Labels: pull-request-available
>
> 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)