[
https://issues.apache.org/jira/browse/GEODE-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anthony Baker updated GEODE-2021:
---------------------------------
Fix Version/s: 1.1.0
> 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
> Assignee: Eric Shu
> Fix For: 1.1.0
>
>
> 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)