You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Eric Shu (JIRA)" <ji...@apache.org> on 2018/04/12 17:10:00 UTC

[jira] [Commented] (GEODE-5022) Transactions are not propagating deltas

    [ https://issues.apache.org/jira/browse/GEODE-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16435953#comment-16435953 ] 

Eric Shu commented on GEODE-5022:
---------------------------------

Currently transaction implementation does not support delta propagation. We should document this behavior and then prioritize implementing if needed.

> Transactions are not propagating deltas
> ---------------------------------------
>
>                 Key: GEODE-5022
>                 URL: https://issues.apache.org/jira/browse/GEODE-5022
>             Project: Geode
>          Issue Type: Bug
>          Components: transactions
>    Affects Versions: 1.1.0, 1.1.1, 1.2.0, 1.3.0, 1.2.1, 1.4.0, 1.5.0
>            Reporter: Bruce Schuchardt
>            Priority: Major
>         Attachments: TransactionsWithDeltaDUnitTest.java
>
>
> Client to server transactions propagate a delta from the client to the server.  The server then applies the delta to its cache and forgets about it.  It transmits the full object to other servers and to clients.
> Server-initiated transactions also ignore delta values.
> I'm attaching a client/server test that demonstrates the problem.



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