[ 
https://issues.apache.org/jira/browse/GEODE-980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15205202#comment-15205202
 ] 

ASF subversion and git services commented on GEODE-980:
-------------------------------------------------------

Commit ae7d4da9c992db0810a9c37baa5d5a63db1ff75e in incubator-geode's branch 
refs/heads/develop from [~jens.deppe]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=ae7d4da ]

GEODE-980: Refactor destroyRegion command

- Remove a bunch of logic separating local regions vs. other types. For
  distributed regions we just need to find one member ('cos the destroy
  region call gets distributed) and for local regions we choose each
  member hosting the named region Then do a function call against all
  these members.


> Destroy region command in gfsh is not working
> ---------------------------------------------
>
>                 Key: GEODE-980
>                 URL: https://issues.apache.org/jira/browse/GEODE-980
>             Project: Geode
>          Issue Type: Bug
>          Components: gfsh
>    Affects Versions: 1.0.0-incubating.M1
>            Reporter: William Markito Oliveira
>            Priority: Critical
>              Labels: gfsh
>
> {code}
> gfsh>list regions
> List of regions
> ---------------
> Person
> gfsh>destroy region --name=/Person
> gfsh>list regions
> List of regions
> ---------------
> Person
> gfsh>
> gfsh>describe region --name=/Person
> ..........................................................
> Name            : Person
> Data Policy     : partition
> Hosting Members : server1
> Non-Default Attributes Shared By Hosting Members
>  Type  |    Name     | Value
> ------ | ----------- | ---------
> Region | size        | 100
>        | data-policy | PARTITION
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to