Igor Seliverstov created IGNITE-10131:
-----------------------------------------
Summary: Wrong processing of loaded from store keys on backup
nodes.
Key: IGNITE-10131
URL: https://issues.apache.org/jira/browse/IGNITE-10131
Project: Ignite
Issue Type: Bug
Components: cache
Reporter: Igor Seliverstov
In scope of IGNITE-7086 was added a closure, which puts a key value pair in
case the node is a local backup and readThrough is enabled and the key is
absent on the node (in other words the key was read from store on a primary
node).
Currently this closure post-processes each call even in case 3rd party
persistence store is disabled for the cache because readThrough flag is
obtained by inversion of skipStore flag of operation context (which is false by
default).
see {{CU.createBackupPostProcessingClosure(..)}} for details
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)