[
https://issues.apache.org/jira/browse/GEODE-745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15321129#comment-15321129
]
ASF GitHub Bot commented on GEODE-745:
--------------------------------------
GitHub user gracemeilen opened a pull request:
https://github.com/apache/incubator-geode/pull/153
GEODE-745: add include-locator parameter in the command
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gracemeilen/incubator-geode feature/GEODE-745
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/153.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #153
----
commit da438bef8a9c95561e653dd461b518355ad76b5e
Author: gmeilen <[email protected]>
Date: 2016-06-08T18:14:30Z
GEODE-745: add include-locator parameter in the command
----
> include-locators in shutdown command is ignored
> -----------------------------------------------
>
> Key: GEODE-745
> URL: https://issues.apache.org/jira/browse/GEODE-745
> Project: Geode
> Issue Type: Bug
> Components: rest (admin)
> Reporter: Jens Deppe
>
> The management REST API endpoint for shutdown, does not accept the
> include-locators parameter, and hence does not shutdown the locators.
> To reproduce connect to cluster using http:
> {noformat}
> gfsh
> connect --use-http --url=...
> shutdown --include-locators=true
> {noformat}
> Observe that the locators are not shutdown.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)