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

Automatic request retries on connect failover

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • c client, java client
    • None

    Description

      Moved from SourceForge to Apache.
      http://sourceforge.net/tracker/index.php?func=detail&aid=1831412&group_id=209147&atid=1008547

      When a connection to a ZooKeeper server fails, all of the pending requests
      will return an error. In reality the requests should be resubmitted when
      the client reestablishes a connection to ZooKeeper.

      For read requests, it's no big deal to just reissue the request. For update
      requests, the ZooKeeper must be able to detect if the request has been
      processed and, if so, return the result of the previous execution;
      otherwise, it should process the request.

      Attachments

        1. zookeeper-22.docx
          150 kB
          Mahadev Konar
        2. zookeeper-22.pdf
          33 kB
          Mahadev Konar

        Issue Links

          Activity

            People

              mahadev Mahadev Konar
              phunt Patrick D. Hunt
              Votes:
              1 Vote for this issue
              Watchers:
              17 Start watching this issue

              Dates

                Created:
                Updated: