You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2009/11/07 05:53:41 UTC

[jira] Resolved: (ZOOKEEPER-565) Revisit some java client log messages

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

Patrick Hunt resolved ZOOKEEPER-565.
------------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

Fixed as part of ZOOKEEPER-558

> Revisit some java client log messages
> -------------------------------------
>
>                 Key: ZOOKEEPER-565
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-565
>             Project: Zookeeper
>          Issue Type: Improvement
>    Affects Versions: 3.2.1
>            Reporter: Jean-Daniel Cryans
>            Assignee: Patrick Hunt
>             Fix For: 3.3.0
>
>
> As discussed during the 10/23 meeting, some messages in the java client logs are mixing up terms from different levels. For example:
> {code}
> 2009-10-14 15:12:43,566 WARN org.apache.zookeeper.ClientCnxn: Exception closing session 0x1244f619478000d to sun.nio.ch.SelectionKeyImpl@15e32c4
> java.io.IOException: Session Expired
>    at org.apache.zookeeper.ClientCnxn$SendThread.readConnectResult(ClientCnxn.java:589)
>    at org.apache.zookeeper.ClientCnxn$SendThread.doIO(ClientCnxn.java:709)
>    at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:945)
> {code}
> Which session are we talking about in the first line? Now I know that it's a network-related session and not the ZK one, but I've seen many of our users getting confused over those lines. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.