You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Lokesh Jain (Jira)" <ji...@apache.org> on 2019/11/26 16:40:00 UTC

[jira] [Created] (RATIS-761) Handle writeStateMachineData failure in leader

Lokesh Jain created RATIS-761:
---------------------------------

             Summary: Handle writeStateMachineData failure in leader
                 Key: RATIS-761
                 URL: https://issues.apache.org/jira/browse/RATIS-761
             Project: Ratis
          Issue Type: Bug
            Reporter: Lokesh Jain
            Assignee: Lokesh Jain


Leader currently does not check for failure of writeStateMachineData after making an appendEntry call. StateMachine#writeStateMachineData returns a completable future which must be checked for normal execution by the leader. In case of a failure the client request must fail.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)