You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "Swapnil Bawaskar (JIRA)" <ji...@apache.org> on 2017/03/01 21:07:45 UTC

[jira] [Created] (GEODE-2567) gfsh destroy disk-store should be idempotent

Swapnil Bawaskar created GEODE-2567:
---------------------------------------

             Summary: gfsh destroy disk-store should be idempotent
                 Key: GEODE-2567
                 URL: https://issues.apache.org/jira/browse/GEODE-2567
             Project: Geode
          Issue Type: Sub-task
          Components: gfsh
            Reporter: Swapnil Bawaskar


Currently, gfsh {{destroy disk-store}} does *not* throw an error when run multiple times:
{{{
gfsh>destroy disk-store --name=foo
Member | Result
------ | -----------------------------------
serv1  | Disk store not found on this member
serv2  | Disk store not found on this member

}}}
However, for a uniform user experience, it should. We should then add a {{--if-exists}} option to the command to make it idempotent.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)