Giter Site home page Giter Site logo

Number of master nodes about hiredis-cluster HOT 3 OPEN

nordix avatar nordix commented on July 26, 2024
Number of master nodes

from hiredis-cluster.

Comments (3)

bjosv avatar bjosv commented on July 26, 2024

There is no API for getting this information, but it would be possible to get this kind of knowledge from the internals via the context. The risk of doing it is that the internals might change though..

The known master nodes could be inspected via an async cluster context, and the number of known master nodes would be:
dictSize(acc->cc->nodes).

To check which are active you would need to check the state of them (via a cluster_node's con or acon).

Replica information is only kept when configured to do so. It can be enabled via redisClusterSetOptionParseSlaves(..) and the replica node information is kept in its master cluster_node (see slaves in the struct cluster_node).
You would need to check the state of the replica-nodes in the same way as for the masters.

If you have ideas of an API we are happy to get a draft or even a proposal via a PR :)

from hiredis-cluster.

SS-TruMinds avatar SS-TruMinds commented on July 26, 2024

Thank you very much for the helpful information.

To elaborate further, we have the following requirements from our applications:

  1. inform me when at least one connection is available
  2. inform me when no connections are available

The first one is easy at least when we create the connection - we inform the application from the first connect callback. We also keep track of all the masters from which we receive all the connect callbacks.
Second part is a bit tricky as disconnect callbacks don't match against the connect callbacks. We can knock off the known masters on the basis of disconnect callbacks, but their slaves would now become masters so it's actually not a loss of master in a sense.

We will use the trick you mentioned above to inspect the state of known masters. Hopefully this gets updated based on the run-time state of the cluster?

Thank you again for all the help. Yes we will certainly look at the possibility of a PR once we have a better understanding.

from hiredis-cluster.

SS-TruMinds avatar SS-TruMinds commented on July 26, 2024

A follow-up on this issue.

We have noticed that the master nodes do not get updated dynamically.
eg. if Master1 process dies & Slave1 takes it's place in the cluster, the list of master nodes held inside the cluster context does not get updated.
As a result, if we lose the masters registered at the context creation time, we can no longer communication with the cluster even if it is still up.

Please advice if there is a way to update the masters depending on the runtime status of the cluster?

Thank you.

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.