[
https://issues.apache.org/jira/browse/GEODE-2770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15968495#comment-15968495
]
ASF GitHub Bot commented on GEODE-2770:
---------------------------------------
GitHub user charliemblack opened a pull request:
https://github.com/apache/geode/pull/455
GEODE-2770 - Move the shutdown of the rest interface to the same plac…
Moving the shutdown of the rest interface to the sample pace as other
client APIs. This will prevent a rest api client interaction from mutating
the state of the system after key components are already shutdown.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/charliemblack/geode feature/GEODE-2770
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/geode/pull/455.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 #455
----
commit 83eb7234b30dd4a5363bb8f1cecb674a3029736e
Author: Charlie Black <[email protected]>
Date: 2017-04-11T04:58:43Z
GEODE-2770 - Move the shutdown of the rest interface to the same place as
other client APIs. This will prevent a some client interaction from mutating
the state of the system after key components are already shutdown.
----
> When using the REST API it is possible for the API to be accepting requests
> after the system has shutdown
> ---------------------------------------------------------------------------------------------------------
>
> Key: GEODE-2770
> URL: https://issues.apache.org/jira/browse/GEODE-2770
> Project: Geode
> Issue Type: Improvement
> Components: rest (dev)
> Reporter: Charlie Black
>
> When using the REST API it is possible for the API to be accepting requests
> after the system has shutdown. The shutdown sequence for the REST API
> should be next to the other APIs.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)