You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by GitBox <gi...@apache.org> on 2023/01/17 09:58:28 UTC

[GitHub] [ratis] szetszwo commented on pull request #807: RATIS-1762. Support transfer leadership between nodes with same priority

szetszwo commented on PR #807:
URL: https://github.com/apache/ratis/pull/807#issuecomment-1385128458

   > ...  a single operation will fail once an electionTimeout is elapsed. Looks like we should retry multiple times in the given timeout? What if the some other node won the election during this timeout?
   
   When timeout, the server sends the exception back to the client.  Then, the client could retry (or abort) and wait again.  This is the current logic to handle timeout.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ratis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org