[ https://issues.apache.org/jira/browse/GEODE-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jens Deppe updated GEODE-2566: ------------------------------ Description: Currently, running destroy index multiple times return the following error: {noformat} gfsh>destroy index --name=i1 Index "i1" could not be destroyed for following reasons Index named "i1" not found. Occurred on following members 1. 192.168.1.181(serv1:17230)<v1>:1025 2. 192.168.1.181(serv2:17842)<v2>:1026 {noformat} We should add a {{--if-exists}} option to destroy index command. was: Currently, running destroy index multiple times return the following error: {{{ gfsh>destroy index --name=i1 Index "i1" could not be destroyed for following reasons Index named "i1" not found. Occurred on following members 1. 192.168.1.181(serv1:17230)<v1>:1025 2. 192.168.1.181(serv2:17842)<v2>:1026 }}} We should add a {{--if-exists}} option to destroy index command. > gfsh destroy index should be idempotent > --------------------------------------- > > Key: GEODE-2566 > URL: https://issues.apache.org/jira/browse/GEODE-2566 > Project: Geode > Issue Type: Sub-task > Components: gfsh > Reporter: Swapnil Bawaskar > > Currently, running destroy index multiple times return the following error: > {noformat} > gfsh>destroy index --name=i1 > Index "i1" could not be destroyed for following reasons > Index named "i1" not found. > Occurred on following members > 1. 192.168.1.181(serv1:17230)<v1>:1025 > 2. 192.168.1.181(serv2:17842)<v2>:1026 > {noformat} > We should add a {{--if-exists}} option to destroy index command. -- This message was sent by Atlassian JIRA (v6.4.14#64029)