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

the java docs for session creation are misleading/incomplete

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.1.1, 3.2.0
    • 3.2.1, 3.3.0
    • None
    • None
    • Reviewed

    Description

      the javadoc for ZooKeeper constructor says:

      • The client object will pick an arbitrary server and try to connect to it.
      • If failed, it will try the next one in the list, until a connection is
      • established, or all the servers have been tried.

      the "or all server tried" phrase is misleading, it should indicate that we retry until success, con closed, or session expired.

      we also need ot mention that connection is async, that constructor returns immed and you need to look for connection event in watcher

      Attachments

        1. ZOOKEEPER-490.patch
          6 kB
          Patrick D. Hunt

        Activity

          People

            phunt Patrick D. Hunt
            phunt Patrick D. Hunt
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: