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 2018/11/10 02:24:00 UTC

[jira] [Updated] (RATIS-406) In RaftServerImpl, the RaftLog.append(entries) call should not hold the RaftServerImpl lock

     [ https://issues.apache.org/jira/browse/RATIS-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo Nicholas Sze updated RATIS-406:
--------------------------------------
    Attachment: r406_20181109.patch

> In RaftServerImpl, the RaftLog.append(entries) call should not hold the RaftServerImpl lock
> -------------------------------------------------------------------------------------------
>
>                 Key: RATIS-406
>                 URL: https://issues.apache.org/jira/browse/RATIS-406
>             Project: Ratis
>          Issue Type: Improvement
>          Components: server
>            Reporter: Tsz Wo Nicholas Sze
>            Assignee: Tsz Wo Nicholas Sze
>            Priority: Major
>         Attachments: r406_20181109.patch
>
>
> In RaftServerImpl, the appendEntriesAsync(..) calls must be sequential (although the actual log I/O is async).  Otherwise, the entries appended may be out of order.
> As a result, RaftLog.append(entries) needs not to hold the RaftServerImpl lock.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)