I've pushed the fix for GEODE-6522 to develop. There are two commits...
commit 7e59011c8e3b4fce6a5920af2c6ae82c6b164e7d (HEAD -> develop,
origin/develop)
Author: Bruce Schuchardt <bschucha...@pivotal.io>
Date: Mon Mar 18 15:03:12 2019 -0700
GEODE-6522 Server hangs during shutdown after becoming
membership coordinator
added a unit test for the bugfix
commit a12dca02ca0a1a39a924c0d028104bd0fffe82b6
Author: Bruce Schuchardt <bschucha...@pivotal.io>
Date: Mon Mar 18 14:38:56 2019 -0700
GEODE-6522 Server hangs during shutdown after becoming
membership coordinator
Schedule removal of members that have failed availability
checks before
becoming coordinator. Do not shut down the View Creator thread
if the
view was created locally, even if it seems to have a different
coordinator.
On 3/18/19 11:24 AM, Bruce Schuchardt wrote:
I'd like to get the fix for GEODE-6522 into the release. This is a
shutdown issue where a server can hang not realizing that the rest of
the cluster has shut down. This bug isn't in other releases of Geode.
https://issues.apache.org/jira/browse/GEODE-6522