[
https://issues.apache.org/jira/browse/GEODE-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16768844#comment-16768844
]
ASF subversion and git services commented on GEODE-6365:
--------------------------------------------------------
Commit 2c40a9188dea53f9bb30b0c23f9312e6ab9a2313 in geode's branch
refs/heads/develop from Xiaojian Zhou
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=2c40a91 ]
GEODE-6365: Add server group support for list and destroy jdbc-mapping (#3175)
Co-authored-by: Xiaojian Zhou <[email protected]>
Co-authored-by: Ben Ross <[email protected]>
Co-authored-by: Jianxia Chen <[email protected]>
> Add server group support for JDBC List Mapping and Destroy Mapping Commands
> ---------------------------------------------------------------------------
>
> Key: GEODE-6365
> URL: https://issues.apache.org/jira/browse/GEODE-6365
> Project: Geode
> Issue Type: Improvement
> Reporter: Benjamin P Ross
> Assignee: Benjamin P Ross
> Priority: Major
> Labels: pull-request-available
> Time Spent: 4h 20m
> Remaining Estimate: 0h
>
> As a Geode user, I want to specify which server group holds the region, so
> that I can add the JDBC mapping to that region.
> Given a jdbc-mapping exists for a Geode region on a server group, when I run
> list jdbc-mapping for that region
> Then I can specify the server group with an option on the command line, so
> that the jdbc-mappings displayed are limited to the mappings in the specified
> server group.
> Given a jdbc-mapping exists for a Geode region on a server group, when I run
> destroy jdbc-mapping for that region
> Then I can specify the server group with an option on the command line, so
> that the jdbc-mapping will only be destroyed if it is found in the specified
> group.
> This is a follow up to the story:
> https://issues.apache.org/jira/browse/GEODE-6273
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)