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

Issue #523 - gcache.recover updated #525

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kirjaamo
Copy link
Collaborator

@kirjaamo kirjaamo commented Mar 6, 2025

Description of gcache recovery added. The default value of gcache.recover is now "yes".

Description of gcache recovery added. The default value of gcache.recover is now "yes".
@kirjaamo kirjaamo requested a review from byte March 6, 2025 09:30
Copy link
Contributor

@byte byte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Determines whether gcache recovery takes place on node startup. If gcache could be recovered successfully, the node can then provide IST to other joining nodes, which is useful when the whole cluster is being restarted.
Determines whether Gcache recovery takes place on node startup.

As of Galera 3.19, Gcache recovery is performed by default in conjunction with entire cluster restarts. At a the first node startup, instead of deleting the Gcache, Galera will attempt to recover the Gcache file to a usable state, preserving the node ability to serve as an IST donor to other nodes that are also starting up at the same time. Now all the remaining nodes in the cluster can join over IST, drastically reducing the total time needed to bring up the entire cluster. Furthermore, the first node never has to become an SST donor, so it is never blocked or burdened by having to perform the SST operation once for each other node in the cluster.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it 3.19? please check

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because it comes in 3.19 but it only became default in a later reelase

@byte byte mentioned this pull request Mar 6, 2025
@kirjaamo
Copy link
Collaborator Author

kirjaamo commented Mar 6, 2025

I try to find that info somewhere...

@kirjaamo
Copy link
Collaborator Author

kirjaamo commented Mar 6, 2025

Teemu Ollakka remembered this. Now the version is "wsrep API version 26.4.1". Ok?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants