[ https://issues.apache.org/jira/browse/GEODE-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15748831#comment-15748831 ]
ASF subversion and git services commented on GEODE-2208: -------------------------------------------------------- Commit bbac1369026c434120468ecd4874c337330c5a17 in geode's branch refs/heads/develop from [~karensmolermiller] [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=bbac136 ] GEODE-2208 Document transactions limitation with mixed region types. - First operation to a transactional system which has colocated data and replicated/distributed regions must be to a partitioned region (with colocated data), to set the transaction host. Note that this was already documented, but not in a prominent place. Now the basics of this info is repeated in a less-buried location. - Fixed poorly-working links within the subnav and fixed a couple of markdown errors. The errors were improperly specified anchor tags. > Document limitation of transactions on mixed region types > --------------------------------------------------------- > > Key: GEODE-2208 > URL: https://issues.apache.org/jira/browse/GEODE-2208 > Project: Geode > Issue Type: Improvement > Components: docs > Reporter: Karen Smoler Miller > Assignee: Karen Smoler Miller > > For transactions that run on a mix of replicated and partitioned regions, the > first operation needs to be to a partitioned region. This sets/fixes the > host where subsequent operations will run, and it will be where data is > colocated if there are multiple partitioned regions involved. If the first > operation is to the replicated region, then the host set may be one that is > not where the colocated data is, leading to data not colocated exceptions. > This limitation needs to be documented. -- This message was sent by Atlassian JIRA (v6.3.4#6332)