Karen Smoler Miller created GEODE-2208: ------------------------------------------
Summary: 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: Mark Bretl 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)