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/24 06:52:00 UTC

[jira] [Created] (RATIS-568) Server sliding window should fail out of order requests on close

Lokesh Jain created RATIS-568:
---------------------------------

             Summary: Server sliding window should fail out of order requests on close
                 Key: RATIS-568
                 URL: https://issues.apache.org/jira/browse/RATIS-568
             Project: Ratis
          Issue Type: Bug
            Reporter: Lokesh Jain


Currently SlidingWindow does not fail the out of order requests on close. The out of order requests are not processed and are therefore never removed from the queue leading to memory leak. Further OrderedRequestStreamObserver should be removed from the orderedStreamObservers map on error or completion.



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