[
https://issues.apache.org/jira/browse/GEODE-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15364722#comment-15364722
]
ASF subversion and git services commented on GEODE-1615:
--------------------------------------------------------
Commit 66e76379d9745e851bce7957ac843557bc4b2f98 in incubator-geode's branch
refs/heads/develop from [~kduling]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=66e7637 ]
GEODE-1615: gfsh unable to destroy region that has an hyphen in its name
This closes #186
> gfsh unable to destroy region that has an hyphen in its name
> ------------------------------------------------------------
>
> Key: GEODE-1615
> URL: https://issues.apache.org/jira/browse/GEODE-1615
> Project: Geode
> Issue Type: Bug
> Components: gfsh
> Reporter: Swapnil Bawaskar
> Assignee: Kevin Duling
>
> Can be reproduced as follows:
> {noformat}
> gfsh>list regions
> List of regions
> ---------------
> region-name
> region_name
> gfsh>destroy region --name=region_name
> "region_name" destroyed successfully.
> gfsh>list regions
> List of regions
> ---------------
> region-name
> gfsh>destroy region --name=region-name
> Could not find a Region with Region path "region-name" in this Geode cluster.
> If region was recently
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)