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

ASF subversion and git services commented on GEODE-6560:
--------------------------------------------------------

Commit 0d31a859219f118e671f3bdbf040d5657725725a in geode's branch 
refs/heads/develop from Owen Nichols
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=0d31a85 ]

GEODE-6560 - Geode Management REST supports creating regions by group (#3400)

Co-authored-by: Owen Nichols <onich...@pivotal.io>

> Geode Management REST API should create regions within groups
> -------------------------------------------------------------
>
>                 Key: GEODE-6560
>                 URL: https://issues.apache.org/jira/browse/GEODE-6560
>             Project: Geode
>          Issue Type: Improvement
>          Components: management
>            Reporter: Peter Tran
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
>  There is no code (or test) that supports 
> `ClusterManagementService.create(config, group)`. 
> h1. Why
> Need to be able to create Geode components (ex. regions) associated with a 
> specific group like `gfsh` can do today.
> {code}
> Scenario: 
> Given that I have servers started with different groups (ex. `group-1` and 
> `group-2`)
> When I have a `ClusterManagementService` instance and a
>      `RegionConfig` instance and call `cms.create(config, "group-1")`
> Then the region is only created on the server associated with `group-1` 
>      and the relevant cluster config is available to any new servers joining
>      which are a part of `group-1`
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to