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

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

Bruce Schuchardt created GEODE-5022:
---------------------------------------

             Summary: Transactions are not propagating deltas
                 Key: GEODE-5022
                 URL: https://issues.apache.org/jira/browse/GEODE-5022
             Project: Geode
          Issue Type: Bug
          Components: transactions
            Reporter: Bruce Schuchardt
         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)