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/24 22:05:52 UTC

[geode] branch develop updated (c3cefe1 -> 067194e)

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 c3cefe1  GEODE-8381: User Guide - Reformat table in REST command description (#5398)
     add 067194e  GEODE-8333: Fix PUBSUB hang (#5349)

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, 357 insertions(+), 144 deletions(-)