[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771763#action_12771763
 ] 

Patrick Hunt commented on ZOOKEEPER-565:
----------------------------------------

currently I have changed it to this

2009-10-29 19:53:27,788 - INFO - Client session timed out, have not heard from 
server in 20001ms for sessionid 0x124a391a9620001, closing socket connection 
and attempting reconnect

as part of a patch that I'm working on that will attempt to improve the 
client/server session establishment messages

> 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
>
> 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.selectionkeyi...@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.

Reply via email to