You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Tsz Wo Nicholas Sze (JIRA)" <ji...@apache.org> on 2017/11/01 22:36:00 UTC

[jira] [Created] (RATIS-124) RaftLog should be sync'ed on the entries appended but not the latest entry

Tsz Wo Nicholas Sze created RATIS-124:
-----------------------------------------

             Summary: RaftLog should be sync'ed on the entries appended but not the latest entry
                 Key: RATIS-124
                 URL: https://issues.apache.org/jira/browse/RATIS-124
             Project: Ratis
          Issue Type: Improvement
            Reporter: Tsz Wo Nicholas Sze
            Priority: Major


In RaftServerImpl.appendEntries, it first appends entries to RaftLog and then calls logSync().  It sync the latest entry which is not necessarily the last entry appended by this call.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)