You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2016/12/13 19:08:59 UTC

[jira] [Commented] (GEODE-1119) Programmatically creating regions should work with cluster configuration

    [ https://issues.apache.org/jira/browse/GEODE-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745963#comment-15745963 ] 

Kirk Lund commented on GEODE-1119:
----------------------------------

Changing this to a Wish. Currently using the API to create a Region is considered the way to create a Region without it persisting to the cluster configuration. There are arguments both for and against this change.

The CommandService API is the API that is supposed to accept command strings (same syntax as you'd enter in GFSH) that would create a region in cluster configuration. Unfortunately the CommandService API has not yet been completed, but there are peer-to-peer and client-to-server flavors that were specified in the CommandService API spec.

> Programmatically creating regions should work with cluster configuration
> ------------------------------------------------------------------------
>
>                 Key: GEODE-1119
>                 URL: https://issues.apache.org/jira/browse/GEODE-1119
>             Project: Geode
>          Issue Type: Wish
>          Components: configuration
>            Reporter: Swapnil Bawaskar
>
> When a region is created Programmatically (using RegionFactory):
> * the region definition is lost when the member re-starts
> * it does not show up in exported cluster configuration
> * the region is not created on other members of the system.
> Creating regions programmatically, should work just like creating region through gfsh; in conjunction with cluster config, so that the region:
> * is created when this member is re-started
> * created on all members of the system without needing Function execution to create regions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)