[ https://issues.apache.org/jira/browse/GEODE-8226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17129542#comment-17129542 ]
ASF GitHub Bot commented on GEODE-8226: --------------------------------------- dschneider-pivotal merged pull request #5215: URL: https://github.com/apache/geode/pull/5215 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > redis publish should work even if some members of the cluster are not redis > servers > ----------------------------------------------------------------------------------- > > Key: GEODE-8226 > URL: https://issues.apache.org/jira/browse/GEODE-8226 > Project: Geode > Issue Type: Bug > Components: redis > Reporter: Darrel Schneider > Assignee: Darrel Schneider > Priority: Major > Fix For: 1.14.0 > > > Steps to reproduce > # Start a locator and server with the redis API's running > {{gfsh start locator > gfsh start server --name=server1 --locators=localhost[10334] --server-port=0 > --redis-port=6379 --redis-bind-address=127.0.0.1}} > # Open 2 terminals, and run Redis-CLI > # On one terminal run the SUBSCRIBE command > # On the other terminal PUBLISH to the channel that the first terminal > SUBSCRIBED (in step 3). > ###This should work correctly. > # Add another server that does NOT have Redis started > {{gfsh start server --name=server1 --locators=localhost[10334] > --server-port=0 --redis-port=6379 --redis-bind-address=127.0.0.1}} > # Repeat Step 4 > Notice that the SUBSCRIBER received multiple messages, and a server error was > thrown from the PUBLISHER. -- This message was sent by Atlassian Jira (v8.3.4#803005)