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 <charliembl...@github.com> 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. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---