[
https://issues.apache.org/jira/browse/GEODE-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16780884#comment-16780884
]
ASF subversion and git services commented on GEODE-6365:
--------------------------------------------------------
Commit d390bd71d5288fe0902795c18e3e7082693605a0 in geode's branch
refs/heads/develop from BenjaminPerryRoss
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=d390bd7 ]
GEODE-6365: Fixed DestroyMappingCommand bug for default 'cluster' group (#3242)
Refactored DestroyMappingCommand to fix issue causing commands run
without group parameter specified to run on all members, which resulted
in mappings being removed from servers in all groups, without updating
cluster config
Authored-by: Benjamin Ross <[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: 6h 10m
> 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)