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(-)