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 2020/06/03 16:14:33 UTC

[geode] branch develop updated (da0b1de -> 0f0ac4e)

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 da0b1de  GEODE-7956: correct legal region names (#5159)
     add 0f0ac4e  GEODE-8215: start server should fail if redis fails to start (#5202)

No new revisions were added by this update.

Summary of changes:
 .../distributed/internal/DistributionConfig.java   |  2 +-
 .../internal/InternalDistributedSystem.java        |  3 ++-
 .../geode/internal/cache/GemFireCacheImpl.java     | 15 ++++++++++-
 .../redis/GeodeRedisServerStartupDUnitTest.java    | 30 ++++++++++++++++++++++
 .../geode/redis/internal/GeodeRedisServer.java     | 22 +++++++++++-----
 .../geode/redis/internal/GeodeRedisService.java    |  6 ++++-
 6 files changed, 67 insertions(+), 11 deletions(-)