You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ds...@apache.org on 2021/11/02 22:43:49 UTC

[geode] branch develop updated (af79b3a -> 789c89a)

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

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


    from af79b3a  GEODE-9792: avoid sending in multiple authentication request on the same connection by different threads. (#7067)
     add 789c89a  GEODE-9756: add  "geode-for-redis-redundant-copies" gemfire property (#7070)

No new revisions were added by this update.

Summary of changes:
 .../geode/distributed/ConfigurationProperties.java | 35 ++++++++++++--
 .../internal/AbstractDistributionConfig.java       | 11 +++--
 .../distributed/internal/DistributionConfig.java   | 24 +++++++---
 .../internal/DistributionConfigImpl.java           | 16 ++++++-
 .../internal/LonerDistributionManager.java         |  3 +-
 .../internal/DistributionConfigJUnitTest.java      |  4 +-
 .../redis/GeodeRedisServerStartupDUnitTest.java    | 56 ++++++++++++++++++++++
 .../apache/geode/redis/GeodeRedisServerRule.java   |  2 +
 .../geode/redis/internal/RegionProvider.java       |  3 ++
 9 files changed, 137 insertions(+), 17 deletions(-)