[ 
https://issues.apache.org/jira/browse/RATIS-406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16685984#comment-16685984
 ] 

Tsz Wo Nicholas Sze commented on RATIS-406:
-------------------------------------------

The failure of TestWatchRequestWithGrp is not related.

> 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, r406_20181113.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)

Reply via email to