+1 GEODE-8467 addresses one of the few remaining 1.13 release blockers. I see it's been approved and merged into the develop branch. Assuming that it's passed applicable testing, let's do it.
On Tue, Sep 1, 2020 at 7:37 AM Bruce Schuchardt <bru...@vmware.com> wrote: > I’d like to cherry-pick this change into support/1.13: > > There is a flaw in the code that handles a server being forced out of the > cluster. The flaw keeps the server from shutting down and leaves the > server in a hung state. The PR adds error handling to two methods, one in > the Cache’s XML-generation method and the other in a Membership class to > ensure that tear-down of the cache is performed. > > https://github.com/apache/geode/pull/5490 > >