You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (Jira)" <ji...@apache.org> on 2020/06/04 21:54:00 UTC

[jira] [Created] (GEODE-8226) redis publish should work even if some members of the cluster are not redis servers

Darrel Schneider created GEODE-8226:
---------------------------------------

             Summary: 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


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)