Skip to content

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

@zonak

Description

@zonak

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions