[
https://issues.apache.org/jira/browse/GEODE-3063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16261215#comment-16261215
]
ASF GitHub Bot commented on GEODE-3063:
---------------------------------------
davebarnes97 commented on a change in pull request #1077: GEODE-3063 partition
resolver doc revisions
URL: https://github.com/apache/geode/pull/1077#discussion_r152356310
##########
File path:
geode-docs/developing/partitioned_regions/colocating_partitioned_region_data.html.md.erb
##########
@@ -19,27 +19,19 @@ See the License for the specific language governing
permissions and
limitations under the License.
-->
-By default, <%=vars.product_name%> allocates the data locations for a
partitioned region independent of the data locations for any other partitioned
region. You can change this policy for any group of partitioned regions, so
that cross-region, related data is all hosted by the same member. This
colocation speeds queries and other operations that access data from the
regions.
+By default, <%=vars.product_name%> allocates the data locations for a
partitioned region independent of the data locations for any other partitioned
region. You can change this policy for any group of partitioned regions, so
that cross-region, related data is all hosted by the same member.
+Colocation is required for some operations,
Review comment:
This paragraph also appears in
overview_custom_partitioning_and_data_colocation.html, so you need to repeat
this edit in that file, too.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Improve docs on default string-based partition resolver
> -------------------------------------------------------
>
> Key: GEODE-3063
> URL: https://issues.apache.org/jira/browse/GEODE-3063
> Project: Geode
> Issue Type: Bug
> Components: docs
> Reporter: Karen Smoler Miller
> Assignee: Karen Smoler Miller
>
> The new default partition resolver at
> org.apache.geode.cache.util.StringPrefixPartitionResolver
> needs more detailed documentation.
> - An example of a string specifying a key in a region operation when this
> partition resolver is used.
> - What happens if the string specifying a key doesn't have a '|' delimiter.
> - An example of using this partition resolver to colocate two regions.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)