You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2018/01/18 06:39:01 UTC

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

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

Vladimir Ozerov updated IGNITE-5357:
------------------------------------
    Fix Version/s:     (was: 2.4)
                   2.5

> 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
>            Assignee: Mikhail Lipkovich
>            Priority: Major
>              Labels: newbie
>             Fix For: 2.5
>
>
> 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)
> If where are server nodes collocated on same host with client, must select target node from them.



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