Unable to add arbitrator to galera cluster #76496
Labels
mariadb-galera
tech-issues
The user has a technical issue about an application
triage
Triage is needed
Name and Version
bitnami/mariadb-galera:11.4.4
What architecture are you using?
amd64
What steps will reproduce the bug?
In my enviornment I have a working galera cluster running 11.4.4 using bitnami docker with a garb arbitrator running on a third node using apt package. I wanted to set-up a new environment today with the exact same set-up and noticed that the arbitrator failed to join the galera cluster. I couldn't figure out why.. until I noticed that the SHA256 for 11.4.4 image had changed. On the environment that works I'm running
11.4.4@sha256:0d70ebcbeebd9320cb4cb05257b00087b724eea12ca202f833cea9d02f21d14e
while on this new non-working environment I was getting11.4.4@sha256:b76d5c5aaa2dfde8c338dedd3122da767d13bec5e4da04e793fe76e8c2a7f3c9
Revering back to using the image tag
11.4.4@sha256:0d70ebcbeebd9320cb4cb05257b00087b724eea12ca202f833cea9d02f21d14e
on my new environment allowed for the arbitrator to join without any issuesThe error I was receiving in my arbitrator node was:
So somewhere between this old version and the newest version there is a breakage in the compatibility. MariaDB states on their website that galera version
26.4.20
is to be shipped with version 11.4.4. To my knowledge, there is no newer version of garbd available as 26.4.20 is latest. Why question is then, why does a newer version of this docker image don't allow garbd version 26.4.20 to join?Environment info
Arbitrator node
The text was updated successfully, but these errors were encountered: