Uploaded image for project: 'ZooKeeper'
  1. ZooKeeper
  2. ZOOKEEPER-565

Revisit some java client log messages

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.2.1
    • 3.3.0
    • None
    • Reviewed

    Description

      As discussed during the 10/23 meeting, some messages in the java client logs are mixing up terms from different levels. For example:

      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)
      

      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.

      Attachments

        Issue Links

          Activity

            People

              phunt Patrick D. Hunt
              jdcryans Jean-Daniel Cryans
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: