[
https://issues.apache.org/jira/browse/GEODE-6560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dick Cavender closed GEODE-6560.
--------------------------------
> 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
> Fix For: 1.10.0
>
> 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
(v8.3.4#803005)