[ https://issues.apache.org/jira/browse/GEODE-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16193003#comment-16193003 ]
ASF subversion and git services commented on GEODE-3744: -------------------------------------------------------- Commit 972bee15894f99bfff18c96ff21620ea3a26610b in geode's branch refs/heads/develop from [~eshu] [ https://gitbox.apache.org/repos/asf?p=geode.git;h=972bee1 ] GEODE-3744: Local region will not participate in a transaction hosted remotely. TransactionException will be thrown if a local region participates in a transaction not hosted locally. > 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 > Assignee: 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)