Bruce Schuchardt created GEODE-4013:
---------------------------------------
Summary: shutdown of a cache server with ServerLauncher causes JVM
to exit before completing shutdown
Key: GEODE-4013
URL: https://issues.apache.org/jira/browse/GEODE-4013
Project: Geode
Issue Type: Bug
Components: management
Reporter: Bruce Schuchardt
Also see GEODE-1236, concerning the same behavior with GFSH.
A server launched via ServerLauncher is kept alive by its AcceptorImpl thread.
That is the only non-daemon thread in the JVM. If you shutdown that server
with ServerLauncher it will invoke cache.close() which midway through closing
will terminate the AcceptorImpl thread and cause the JVM to exit.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)