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

Tsz Wo Nicholas Sze updated RATIS-345:
--------------------------------------
    Description: 
Watch requests are special read-only requests.  Once the watch condition is 
satisfied, it should be returned immediately.  It should not wait for the 
earlier requests, if there are any.

Currently, the watch requests are put in the sliding window so that it won't 
return until all earlier requests have been returned.

  was:
Watch requests are special read-only requests.  Once the watch condition is 
satisfied, it should return immediately.

Currently, the watch requests are put in the sliding window so that it won't 
return until all earlier requests have been returned.

        Summary: Watch requests should bypass sliding window  (was: Watch 
requests should not bypass sliding window)

> Watch requests should bypass sliding window
> -------------------------------------------
>
>                 Key: RATIS-345
>                 URL: https://issues.apache.org/jira/browse/RATIS-345
>             Project: Ratis
>          Issue Type: Bug
>          Components: client, server
>            Reporter: Tsz Wo Nicholas Sze
>            Assignee: Tsz Wo Nicholas Sze
>            Priority: Major
>
> Watch requests are special read-only requests.  Once the watch condition is 
> satisfied, it should be returned immediately.  It should not wait for the 
> earlier requests, if there are any.
> Currently, the watch requests are put in the sliding window so that it won't 
> return until all earlier requests have been returned.



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

Reply via email to