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