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 2017/10/04 16:40:00 UTC

[jira] [Created] (GEODE-3744) Local region on a peer node that does not host the transaction should not involve in the transaction

Eric Shu created GEODE-3744:
-------------------------------

             Summary: Local region on a peer node that does not host the transaction should not involve in the transaction
                 Key: GEODE-3744
                 URL: https://issues.apache.org/jira/browse/GEODE-3744
             Project: Geode
          Issue Type: Bug
          Components: transactions
            Reporter: Eric Shu


Currently, if a peer N1 initiate a transaction, and the transaction is hosted on another peer N2, it can do operation on a local region within the transaction. If the N2 also has a local region has the same name, the transaction will forward the operation onto transaction host (N2), Product should throw exception if this is situation is detected.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)