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 2021/10/08 09:56:00 UTC

[jira] [Created] (RATIS-1415) Avoid follower gap limitation for watch requests

Lokesh Jain created RATIS-1415:
----------------------------------

             Summary: Avoid follower gap limitation for watch requests
                 Key: RATIS-1415
                 URL: https://issues.apache.org/jira/browse/RATIS-1415
             Project: Ratis
          Issue Type: Improvement
            Reporter: Lokesh Jain
            Assignee: Lokesh Jain


RATIS-1411 introduces an optimization which uses follower gap limitation to control the number of requests accepted by leader. In case the follower gap is larger the pending requests are not cleared until gap narrows.

This also impacts the watch requests though. Since watch requests already take into account majority and all commit, the follower gap limitation is not required for them.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)