Kirk Lund created GEODE-7372:
--------------------------------
Summary: gfsh shutdown --include-locators confirmation is ignored
Key: GEODE-7372
URL: https://issues.apache.org/jira/browse/GEODE-7372
Project: Geode
Issue Type: Bug
Reporter: Kirk Lund
The gfsh shutdown command prompts the User for confirmation of the shutdown. If
the User types {{n}} for no, it should abort and do nothing. However, the
shutdown proceeds and shutdowns the entire cluster including the locator
regardless of how the User answers the prompt.
{noformat}
gfsh>shutdown --include-locators
As a lot of data in memory will be lost, including possibly events in queues,
do you really want to shutdown the entire distributed system? (Y/n): n
Shutdown is triggered
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)