Giter Club home page Giter Club logo

Comments (9)

SS-TruMinds avatar SS-TruMinds commented on September 25, 2024 1

@SS-TruMinds Regarding the observed multiple connect callbacks, do you know if the status argument in the callbacks are REDIS_OK or REDIS_ERR? One scenario might be that the last callback is REDIS_OK, while the first ones are REDIS_ERR which wont trigger a disconnect callback. The disconnect callback should only be called after a successful connect.

Ran this again & we do see disconnects after connects. It seems the client keeps losing connection to the newly added Master, and keep trying to connect again & again.
cluser state on redis-cli is 'ok'

from hiredis-cluster.

zuiderkwast avatar zuiderkwast commented on September 25, 2024

Thanks for the report! It's appreciated. Your testing helps us improve this library.

We'll try to reproduce this and solve this, hopefully soon. If you have a test case that can reproduce this issue, we're happy if you can share it.

from hiredis-cluster.

bjosv avatar bjosv commented on September 25, 2024

@SS-TruMinds Which version of Redis are you running towards?

from hiredis-cluster.

SS-TruMinds avatar SS-TruMinds commented on September 25, 2024

@SS-TruMinds Which version of Redis are you running towards?

Hello, we are using Redis v7.0.4

from hiredis-cluster.

SS-TruMinds avatar SS-TruMinds commented on September 25, 2024

Thanks for the report! It's appreciated. Your testing helps us improve this library.

We'll try to reproduce this and solve this, hopefully soon. If you have a test case that can reproduce this issue, we're happy if you can share it.

Thank you.

We have a 3 node Redis cluster running in a Kubernetes namespace, and an application performing CRUD operation on some keys running in another namespace. The issue starts after we add a 4th node while the test is still running.

We have also observed multiple connect callbacks from this new node. There are no disconnect callbacks in between, just connect callbacks one after the other.

Thank you.

from hiredis-cluster.

bjosv avatar bjosv commented on September 25, 2024

@SS-TruMinds Regarding the observed multiple connect callbacks, do you know if the status argument in the callbacks are REDIS_OK or REDIS_ERR?
One scenario might be that the last callback is REDIS_OK, while the first ones are REDIS_ERR which wont trigger a disconnect callback. The disconnect callback should only be called after a successful connect.

from hiredis-cluster.

SS-TruMinds avatar SS-TruMinds commented on September 25, 2024

We ran this again, and did notice disconnect callbacks too after connect callback. It seems the connection is not stable & we keep seeing connects followed by disconnects.
On redis-cli, cluster info command shows cluster_state:ok

from hiredis-cluster.

bjosv avatar bjosv commented on September 25, 2024

I have found an issue with missing callbacks when the ASKING command is not sent due to a disconnect.
This might be related but its not obvious to me, will be fixed.

from hiredis-cluster.

zuiderkwast avatar zuiderkwast commented on September 25, 2024

Solved by #120?

from hiredis-cluster.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.