You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Mukul Kumar Singh (JIRA)" <ji...@apache.org> on 2018/08/02 07:56:00 UTC

[jira] [Created] (RATIS-289) Optimize readStateMachine by allowing to enqueue multiple read requests in parallel

Mukul Kumar Singh created RATIS-289:
---------------------------------------

             Summary: Optimize readStateMachine by allowing to enqueue multiple read requests in parallel
                 Key: RATIS-289
                 URL: https://issues.apache.org/jira/browse/RATIS-289
             Project: Ratis
          Issue Type: Bug
          Components: server
    Affects Versions: 0.3.0
            Reporter: Mukul Kumar Singh
            Assignee: Mukul Kumar Singh
             Fix For: 0.3.0


Currently the data is read from state machine using the getEntryWithData api. However this api does not let multiple reads to state machine to happen in parallel.



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