You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by do...@apache.org on 2021/02/04 21:38:54 UTC

[geode] branch develop updated (7d6592e -> f4423bb)

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

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


    from 7d6592e  GEODE-8909: Support Redis HDEL command (#5993)
     add f4423bb  GEODE-8890: Catch ClassCastException in LocatorDiscovery.java (#6000)

No new revisions were added by this update.

Summary of changes:
 .../internal/locator/wan/LocatorDiscovery.java     | 141 ++++----
 .../internal/locator/wan/LocatorDiscoveryTest.java | 353 +++++++++++++++++++++
 2 files changed, 432 insertions(+), 62 deletions(-)
 create mode 100644 geode-wan/src/test/java/org/apache/geode/cache/client/internal/locator/wan/LocatorDiscoveryTest.java