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 2019/10/03 21:17:00 UTC

[jira] [Updated] (GEODE-7273) Geode transaction should throw TransactionDataNotColocatedException if the transaction is on replicate region then partitioned region

     [ https://issues.apache.org/jira/browse/GEODE-7273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Shu updated GEODE-7273:
----------------------------
    Description: 
A client transaction should fail with TransactionDataNotColocatedException instead of TransactionDataRebalancedException if transaction worked on the replicate regions first and then worked on an entry in a partitioned region where primary bucket is on another node.

User should not work on replicate region first in a transaction, but Geode should throw correct exception as well.



  was:
A client transaction should fail with TransactionDataNotColocatedException instead of TransactionDataRebalancedException if transaction worked on the replicate regions first and then worked on an entry in a partitioned region where primary bucket is on another node.

User should not worked on replicate region first in a transaction, but Geode should throw correct exception as well.




> Geode transaction should throw TransactionDataNotColocatedException if the transaction is on replicate region then partitioned region
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-7273
>                 URL: https://issues.apache.org/jira/browse/GEODE-7273
>             Project: Geode
>          Issue Type: Bug
>          Components: transactions
>            Reporter: Eric Shu
>            Assignee: Eric Shu
>            Priority: Major
>
> A client transaction should fail with TransactionDataNotColocatedException instead of TransactionDataRebalancedException if transaction worked on the replicate regions first and then worked on an entry in a partitioned region where primary bucket is on another node.
> User should not work on replicate region first in a transaction, but Geode should throw correct exception as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)