Menu

#1 Automatic request retries on connect failover

closed
nobody
service (6)
2
2008-06-10
2007-11-13
No

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.

Discussion

  • Benjamin Reed

    Benjamin Reed - 2007-12-14
    • priority: 5 --> 2
     
  • Patrick Hunt

    Patrick Hunt - 2008-06-10

    Logged In: YES
    user_id=12853
    Originator: NO

    Moved to Apache https://issues.apache.org/jira/browse/ZOOKEEPER-22

     
  • Patrick Hunt

    Patrick Hunt - 2008-06-10
    • status: open --> closed
     

Log in to post a comment.