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/07/30 07:07:45 UTC

[geode] branch develop updated (4cea862 -> 95bba9a)

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 4cea862  GEODE-8331: allow GFSH to connect to other versions of cluster (doc correction) (#5410)
     add 95bba9a  Revert "GEODE-8333: Fix PUBSUB hang (#5349)" (#5415)

No new revisions were added by this update.

Summary of changes:
 .../internal/executor/pubsub/PubSubDUnitTest.java  | 169 ++++---------------
 .../executor/pubsub/PubSubIntegrationTest.java     |  42 ++---
 .../geode/redis/internal/GeodeRedisServer.java     |   4 +-
 .../geode/redis/internal/RedisCommandType.java     |   4 -
 .../internal/executor/pubsub/PublishExecutor.java  |  34 +---
 .../executor/pubsub/SubscribeExecutor.java         |   2 +
 .../apache/geode/redis/internal/netty/Command.java |  22 ---
 .../internal/netty/ExecutionHandlerContext.java    | 182 +++++++--------------
 .../redis/internal/netty/NettyRedisServer.java     |  12 +-
 .../internal/pubsub/AbstractSubscription.java      |  23 ++-
 .../geode/redis/internal/pubsub/PubSubImpl.java    |   1 +
 .../redis/internal/pubsub/PubSubImplJUnitTest.java |   6 +-
 12 files changed, 144 insertions(+), 357 deletions(-)