You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mi...@apache.org on 2021/03/26 19:32:58 UTC

[geode] branch develop updated (4305808 -> e32d547)

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

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


    from 4305808  GEODE-9067: register-interest done during rolling upgrade can take longer than needed (#6195)
     add e32d547  GEODE-8956: added thread pool to LocatorMembershipListener (#6048)

No new revisions were added by this update.

Summary of changes:
 .../locator/wan/LocatorMembershipListener.java     |  4 ++
 .../distributed/internal/InternalLocator.java      |  2 +
 geode-wan/build.gradle                             |  1 +
 .../locator/wan/LocatorMembershipListenerImpl.java | 77 +++++++++++++++++++---
 .../locator/wan/LocatorMembershipListenerTest.java | 71 +++++++++++---------
 geode-wan/src/test/resources/expected-pom.xml      |  5 ++
 6 files changed, 121 insertions(+), 39 deletions(-)