[ https://issues.apache.org/jira/browse/GEODE-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16193424#comment-16193424 ]
ASF subversion and git services commented on GEODE-3744: -------------------------------------------------------- Commit ade0f606faa264c7ee80094887ea2f7a0c3d18d5 in geode's branch refs/heads/feature/GEODE-3679 from [~eshu] [ https://gitbox.apache.org/repos/asf?p=geode.git;h=ade0f60 ] Merge pull request #868 from apache/feature/GEODE-3744 GEODE-3744: Local region will not participate in a transaction hosted… > 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 > Fix For: 1.3.0 > > > 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)