[
https://issues.apache.org/jira/browse/GEODE-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16058415#comment-16058415
]
ASF subversion and git services commented on GEODE-3104:
--------------------------------------------------------
Commit b517ef8ddb4613729157c4e4ba6c3e83ae2dfc2c in geode's branch
refs/heads/feature/GEODE-3062-2 from [~abarve]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=b517ef8 ]
GEODE-3104 : correct help string to use --include-locators
* this closes #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)