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

10.5 MDEV 31905 teemu #374

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

10.5 MDEV 31905 teemu #374

wants to merge 2 commits into from

Conversation

temeo
Copy link

@temeo temeo commented Dec 1, 2023

  • MDEV-31905 GTID inconsistency
  • Add node2 into node3 wsrep_cluster_address in galera_3nodes cnf

sjaakola and others added 2 commits November 30, 2023 18:04
This commit fixes GTID inconsistency which was injected by mariabackup SST.
Donor node now writes new info file: donor_galera_info, which is streamed
along the mariabackup donation to the joiner node. The donor_galera_info
file contains both GTID and gtid domain_id, and joiner will use these to
initialize the GTID state.

Commit has new mtr test case: galera_3nodes.galera_gtid_consistency, which
exercises potentially harmful mariabackup SST scenarios. The test has also
scenario with IST joining.
This is supposed to make cluster startup more stable.
It is often seen in logs that the cluster partitions
around SST when servers are started for galera_3nodes suite.
It is suspected that this happens because the node3 connects
only to node1, which causes concurrent connection attempts
between node2 and node3, which in turn results in cluster
partitioning.
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