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

Redis Cluster: "Disconnect on error: Too many cluster redirects. Connection aborted." & app freeze #4987

Closed
neohq opened this issue Feb 3, 2021 · 4 comments
Labels

Comments

@neohq
Copy link

neohq commented Feb 3, 2021

I've managed to open the log and saw this error but most of the time the app is just freezing and I need to close it.
The redis cluster is inside a Docker container.

NOTE: I've tested with other apps like redis-commander and everything works well.

Environment (please complete the following information):

  • OS & version: Windows 10 20H2
  • Redis-Server version: 6.0.1
  • Docker version: 3.1.0 (51484)
  • RDM version: rdm-2021.0.278.exe

Cluster info

cluster_state:ok
cluster_slots_assigned:16384
cluster_slots_ok:16384
cluster_slots_pfail:0
cluster_slots_fail:0
cluster_known_nodes:6
cluster_size:3
cluster_current_epoch:6
cluster_my_epoch:1
cluster_stats_messages_ping_sent:335
cluster_stats_messages_pong_sent:331
cluster_stats_messages_sent:666
cluster_stats_messages_ping_received:326
cluster_stats_messages_pong_received:335
cluster_stats_messages_meet_received:5
cluster_stats_messages_received:666

Cluster slots

1) 1) "0"
   2) "5460"
   3) 1) "127.0.0.1"
      2) "7001"
      3) "aad201dfcac4b41331cde4451a789821f4c7e7d3"

   4) 1) "127.0.0.1"
      2) "7006"
      3) "4b5a847cf6a653e31aa3f09dcdb160d7ae6b857b"


2) 1) "10923"
   2) "16383"
   3) 1) "127.0.0.1"
      2) "7003"
      3) "f4caf7c586bb48d8b01992b1fa99a744f9d0f6b2"

   4) 1) "127.0.0.1"
      2) "7005"
      3) "ade417641260623d10424301b62bd2449347a720"


3) 1) "5461"
   2) "10922"
   3) 1) "127.0.0.1"
      2) "7002"
      3) "3009929a69a81874ee41a3065a1db84a4776e8f1"

   4) 1) "127.0.0.1"
      2) "7004"
      3) "b87f01238e77c295278661721e10f38d80319c2a"

Screenshot_2553

@neohq neohq added the bug label Feb 3, 2021
@neohq
Copy link
Author

neohq commented Feb 4, 2021

Unfortunately the behaviour is the same on MacOS 11.2, only this time the app crashes and is closing itself.

@uglide uglide closed this as completed in d0d4095 Feb 4, 2021
@netwerkz
Copy link

netwerkz commented Feb 4, 2021

@uglide why did you close this? I have the same problem.

@uglide
Copy link
Collaborator

uglide commented Feb 4, 2021

@netwerkz This issue was closed automatically because fix was released.

The fix was released as part of 2020.2 release and is available on the website.

@netwerkz
Copy link

netwerkz commented Feb 4, 2021

@netwerkz This issue was closed automatically because fix was released.

The fix was released as part of 2020.2 release and is available on the website.

Thank you for fixing it. Appreciate it.

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

3 participants