Skip to content

Distributed cache data consistency ? #12155

Closed Answered by wburns
qaoru asked this question in Q&A
Discussion options

You must be logged in to vote

The required_minimum_number_of_nodes is just telling you how many nodes you need to keep up to not lose any data. Did you by chance have a cluster of 4 nodes before? If so that is the only way I can see that you had to maintain a minimum of 2 nodes.

In regards to why it didn't change, the stats are only updated every 3 seconds by default, maybe it had not yet been updated? The required minimum should be 1 when the number of owners is >= number of nodes. Although this also is assuming you aren't using eviction which can also cause you to need additional nodes to ensure data is not lost.

In regards to quorum, the stat required_minimum_number_of_nodes has nothing to do with that as it just i…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by qaoru
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants