Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using 0.9.0.684 on a cluster not working - rewrites connection parameters #3992

Closed
zonak opened this issue Feb 7, 2018 · 0 comments
Closed
Labels
Milestone

Comments

@zonak
Copy link

zonak commented Feb 7, 2018

RDM Version: 0.9.0.684
Environment (OS name and version): Windows 7
Redis Server Version: 4.0.1

Steps to reproduce:

  1. Configure a connection with the parameters for one of the nodes in the cluster. Enter the respective hostname and port.

  2. Try "Test Connection" - working fine.

  3. Try to connect. Connection is established and correctly showing only "db0".

  4. Attempt to open "db0" rdm starts the scanning and at some point the connection is dropped. Eventually getting a message "Cannot connect to cluster node xxx.xxx.xxx.xxx:0". Not that the hostname is rewritten with IP Address but the port is rewritten with 0.

  5. Correction the 0 to 6379 for instance for the port would result in the ability to try to connect again until we get the same message for another node. The port value is usually overwritten mostly with 0 and sometimes with 1.

Expected result:
Successfully connection to the cluster and being able to see the data.

Actual Result:
Not being able to see any data, connection parameters overwritten and seeing error messages due to that.

@uglide uglide added the bug label Feb 8, 2018
@uglide uglide added this to the 0.9.1 milestone Feb 8, 2018
@uglide uglide closed this as completed in f8f7f20 Mar 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants