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 2016/10/20 16:28:58 UTC

[jira] [Created] (GEODE-2021) Goede transaction failed to throw TransactionDataNotColocatedException when a get operation gets on a non colocated key.

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)