You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexei Scherbakov (JIRA)" <ji...@apache.org> on 2017/05/31 10:27:04 UTC

[jira] [Created] (IGNITE-5357) Replicated cache reads load balancing.

Alexei Scherbakov created IGNITE-5357:
-----------------------------------------

             Summary: Replicated cache reads load balancing.
                 Key: IGNITE-5357
                 URL: https://issues.apache.org/jira/browse/IGNITE-5357
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 1.6
            Reporter: Alexei Scherbakov
             Fix For: 2.2


Currently all read requests from client node to replicated cache will go through primary node for key.

Need to select random affinity node in topology and send request here (only if readFromBackups=true)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)