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:13:00 UTC

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

Lokesh Jain created RATIS-143:
---------------------------------

             Summary: 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


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)