[
https://issues.apache.org/jira/browse/GEODE-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16057681#comment-16057681
]
ASF GitHub Bot commented on GEODE-3104:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/geode/pull/595
> gfsh gives the wrong advice when issuing shutdown
> -------------------------------------------------
>
> Key: GEODE-3104
> URL: https://issues.apache.org/jira/browse/GEODE-3104
> Project: Geode
> Issue Type: Bug
> Components: gfsh
> Reporter: Bruce Schuchardt
> Assignee: Amey Barve
>
> I was trying to shut down my whole distributed system and gfsh told me to use
> the wrong option in order to have "shutdown" include the locator. It said I
> should use --shutdown-locators but the option is --include-locators.
> {noformat}
> gfsh>shutdown
> 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): Y
> No data node found for stopping. Please specify --shutdown-locators option if
> you want locators to be stopped
> gfsh>shutdown --shutdown-locators
> Option 'shutdown-locators' is not available for this command. Use tab assist
> or the "help" command to see the legal options
> gfsh>list members
> Name | Id
> -------- | --------------------------------------------------
> locator1 | 10.118.26.122(locator1:21797:locator)<ec><v0>:1024
> gfsh>shutdown --
> --include-locators --time-out
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)