You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by zh...@apache.org on 2021/10/02 23:32:05 UTC

[geode] branch develop updated (9c597af -> 470e092)

This is an automated email from the ASF dual-hosted git repository.

zhouxj pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 9c597af  GEODE-9650: LOLWUT command (#6908)
     add 470e092  GEODE-9522: When a server is force disconnected, it should set shutdo… (#6827)

No new revisions were added by this update.

Summary of changes:
 .../cache30/ReconnectWithCacheXMLDUnitTest.java    |  3 +-
 .../distributed/internal/DistributionImpl.java     | 21 +++++---
 .../dunit/internal/JUnit4DistributedTestCase.java  | 25 +++++----
 .../membership/gms/GMSMembershipJUnitTest.java     | 61 +++++++++++++++++++++-
 .../internal/membership/api/LifecycleListener.java |  6 ++-
 .../internal/membership/gms/GMSMembership.java     | 38 +++++++++-----
 .../membership/gms/LifecycleListenerNoOp.java      |  2 +-
 7 files changed, 119 insertions(+), 37 deletions(-)