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 2017/11/15 18:25:00 UTC

[jira] [Updated] (RATIS-143) RaftClientImpl should have upper bound on active parallel async requests

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

Lokesh Jain updated RATIS-143:
------------------------------
    Attachment: RATIS-143.001.patch

> RaftClientImpl should have upper bound on active parallel async requests
> ------------------------------------------------------------------------
>
>                 Key: RATIS-143
>                 URL: https://issues.apache.org/jira/browse/RATIS-143
>             Project: Ratis
>          Issue Type: Bug
>            Reporter: Lokesh Jain
>            Assignee: Lokesh Jain
>         Attachments: RATIS-143.001.patch
>
>
> RaftClientImpl should have a upper bound on active async requests. Further request should be blocked until the active one is handled. Idea is to use semaphore so that a request is blocked until a permit is released by one of the active ones.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)