Eric Shu created GEODE-2021:
-------------------------------

             Summary: Goede transaction failed to throw 
TransactionDataNotColocatedException when a get operation gets on a non 
colocated key.
                 Key: GEODE-2021
                 URL: https://issues.apache.org/jira/browse/GEODE-2021
             Project: Geode
          Issue Type: Bug
          Components: transactions
            Reporter: Eric Shu


If a transaction first get operation touches a remote node entry, a TXStateStub 
is created on the remote node. The subsequent get on another remote node will 
correctly cause the transaction to fail with 
TransactionDataNotColocatedException.

However, if a transaction first get is touches a key on a local node, a TXState 
is created to track the transaction. Currently a subsequent get on non 
colocated data does not cause the transaction to fail with 
TransactionDataNotColocatedException.



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

Reply via email to