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

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

+1 patch looks good.

> RaftServerProtocolService may continue to reply after 
> ------------------------------------------------------
>
>                 Key: RATIS-196
>                 URL: https://issues.apache.org/jira/browse/RATIS-196
>             Project: Ratis
>          Issue Type: Bug
>            Reporter: Mukul Kumar Singh
>            Assignee: Mukul Kumar Singh
>            Priority: Major
>         Attachments: RATIS-196.001.patch
>
>
> This issue was observed while deploying Ozone with Ratis, with 
> appendEntriesAsync {{AppendEntryRequestProto}} are sent to the followers in 
> an asynchronous manner. It can happen that the follower is replying to the 
> Leader even after the election is over.
> {code}
>          server.appendEntriesAsync(request).thenCombine(previous,
>               (reply, v) -> {
>               responseObserver.onNext(reply);
>             current.complete(null);
> {code}



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

Reply via email to