[
https://issues.apache.org/jira/browse/IGNITE-7086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280156#comment-16280156
]
ASF GitHub Bot commented on IGNITE-7086:
----------------------------------------
GitHub user dkarachentsev opened a pull request:
https://github.com/apache/ignite/pull/3158
IGNITE-7086 - Backups are not updated when ReadFromBackup=true and Re…
…adThrough happens.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-7086
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3158.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3158
----
commit 161892eee237a197d93f29c4e332fe1b0a7c9397
Author: dkarachentsev <[email protected]>
Date: 2017-12-06T13:06:11Z
IGNITE-7086 - Backups are not updated when ReadFromBackup=true and
ReadThrough happens.
----
> Backups are not updated when ReadFromBackup=true and ReadThrough happens.
> -------------------------------------------------------------------------
>
> Key: IGNITE-7086
> URL: https://issues.apache.org/jira/browse/IGNITE-7086
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Reporter: Andrew Mashenkov
> Assignee: Dmitry Karachentsev
> Fix For: 2.4
>
> Attachments: ReplicatedReadFromBackupWithStoreTest.java
>
>
> Ignite Replicated cache with CacheStore and ReadThrough=true and
> ReadFromBackup=true works in unexpected way from user perspective.
> On backup node, get operation will always go to the primary node regardless
> of ReadFromBackup=true and ReadThrough=true when entry doesn't exists in
> local map.
> So, Replicated cache works like a Partitioned with no backups.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)