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/05/27 11:04:00 UTC

[jira] [Updated] (RATIS-572) Raft server should fail the client requests fast if it is not a leader

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

Lokesh Jain updated RATIS-572:
------------------------------
    Description: Currently the raft server does not process a request until the first request for the sliding window is received. This is non-optimal in cases where the server is not a leader or where the requests can fail fast as the server waits for the first request before processing. Ideally there should be a preprocessing phase which can fail requests in such cases.  (was: Currently the raft server does not process a request until the first request for the sliding window is received. This is non-optimal in cases where the server is not a leader or where the requests can fail fast. Ideally there should be a preprocessing phase which can fail requests in such cases.)

> Raft server should fail the client requests fast if it is not a leader
> ----------------------------------------------------------------------
>
>                 Key: RATIS-572
>                 URL: https://issues.apache.org/jira/browse/RATIS-572
>             Project: Ratis
>          Issue Type: Bug
>            Reporter: Lokesh Jain
>            Assignee: Lokesh Jain
>            Priority: Major
>
> Currently the raft server does not process a request until the first request for the sliding window is received. This is non-optimal in cases where the server is not a leader or where the requests can fail fast as the server waits for the first request before processing. Ideally there should be a preprocessing phase which can fail requests in such cases.



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