Alexey Scherbakov created IGNITE-15280:
------------------------------------------

             Summary: Git rid of sequential reads in raft group
                 Key: IGNITE-15280
                 URL: https://issues.apache.org/jira/browse/IGNITE-15280
             Project: Ignite
          Issue Type: Improvement
    Affects Versions: 3.0.0-alpha2
            Reporter: Alexey Scherbakov


Due to some legacy issues all reads are implemented using [1] callback,

efficiently making it sequential.

If a lease-based read (having lowest latency) model is used this is pointless, 
even for a readindex method reads can be concurrent.

We should refactor 
org.apache.ignite.internal.table.distributed.raft.PartitionListener#onRead for 
allowing concurrent batched reads.

[1] org.apache.ignite.internal.table.distributed.raft.PartitionListener#onRead



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to