You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2016/05/18 09:20:12 UTC

[jira] [Created] (IGNITE-3164) Add an option to send resulting value instead of entry processor in transactional cache

Valentin Kulichenko created IGNITE-3164:
-------------------------------------------

             Summary: Add an option to send resulting value instead of entry processor in transactional cache
                 Key: IGNITE-3164
                 URL: https://issues.apache.org/jira/browse/IGNITE-3164
             Project: Ignite
          Issue Type: Improvement
          Components: cache
    Affects Versions: 1.5.0.final
            Reporter: Valentin Kulichenko
            Assignee: Valentin Kulichenko
             Fix For: 1.7


In some cases user can't guarantee that EP behaves consistently on all nodes. In transactional cache this can lead to inconsistent cache, because we invoke EP on both primary and backup nodes.

We can add {{withSendValueToBackup()}} flag (naming is arguable) which will override current default behavior.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)