[
https://issues.apache.org/jira/browse/RATIS-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sumit Agrawal resolved RATIS-572.
---------------------------------
Resolution: Won't Fix
Ratis ensure the order of execution of transaction log, so having sliding
window may not be required.
> 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
> Labels: ozone
>
> 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
(v8.20.10#820010)