Swapnil Bawaskar created GEODE-1615:
---------------------------------------
Summary: gfsh unable to destroy region that has an underscore in
it's name
Key: GEODE-1615
URL: https://issues.apache.org/jira/browse/GEODE-1615
Project: Geode
Issue Type: Bug
Components: gfsh
Reporter: Swapnil Bawaskar
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)