You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Eric Shu (Jira)" <ji...@apache.org> on 2021/05/18 16:54:00 UTC

[jira] [Commented] (GEODE-9240) Restructure Pubsub-related DUnit tests to handle cluster mode

    [ https://issues.apache.org/jira/browse/GEODE-9240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347058#comment-17347058 ] 

Eric Shu commented on GEODE-9240:
---------------------------------

In Redis Cluster mode, pubsub connection/channel can be formed to a random geode Redis server even though the subscriber tries to connect to a particular server via server port.

From Jenes:
When you create a JedisCluster instance, it only uses the host/port for an initial connection that calls cluster slots which will return all the servers in the cluster.

After that, you don’t control where the connections go. 

Will leave the pubsub dunit test as is for now.

> Restructure Pubsub-related DUnit tests to handle cluster mode
> -------------------------------------------------------------
>
>                 Key: GEODE-9240
>                 URL: https://issues.apache.org/jira/browse/GEODE-9240
>             Project: Geode
>          Issue Type: Task
>          Components: redis
>    Affects Versions: 1.15.0
>            Reporter: Louis R. Jacome
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)