[MDEV-5691] Upgrade to 5.5.35 from .34 doesnt complete wsrep connection timeout issue. Created: 2014-02-17 Updated: 2014-02-27 Resolved: 2014-02-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.35-galera |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Stefan Eriksson | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Not a Bug | Votes: | 2 |
| Labels: | galera | ||
| Environment: |
Debian7. |
||
| Description |
|
Hi I get an error at the upgrade, from last stable. Everything has been working fine before upgrade so its not firewall related. Here is my system:
and here is the error:
And telnet:
Update and going back doesnt work:
Another issue from simply doing an upgrade. This is not good |
| Comments |
| Comment by Dimitri Savineau [ 2014-02-17 ] | ||||||||||||||||||||||||||||
|
Hi Stefan, You can find old mariadb packages as follow:
| ||||||||||||||||||||||||||||
| Comment by Paul Cormack [ 2014-02-21 ] | ||||||||||||||||||||||||||||
|
Exactly the same issue on Ubuntu 12.04 | ||||||||||||||||||||||||||||
| Comment by Nirbhay Choubey (Inactive) [ 2014-02-22 ] | ||||||||||||||||||||||||||||
|
I could not reporoduce it on my 12.04. Can you share the galera configurations | ||||||||||||||||||||||||||||
| Comment by Stefan Eriksson [ 2014-02-24 ] | ||||||||||||||||||||||||||||
|
Hi Nirbhay, do you use 5.5.34 for the other nodes? that is the one I updated to 5.5.35 cant sync with the cluster which is still on 5.5.34. | ||||||||||||||||||||||||||||
| Comment by Paul Cormack [ 2014-02-24 ] | ||||||||||||||||||||||||||||
|
Sure...
| ||||||||||||||||||||||||||||
| Comment by Nirbhay Choubey (Inactive) [ 2014-02-26 ] | ||||||||||||||||||||||||||||
|
It might happen because of mismatch in checksum algorithms being used at different nodes. 5.5.34 uses Could you try appending "socket.checksum=1" to --wsrep-provider-options while starting 5.5.35 node? | ||||||||||||||||||||||||||||
| Comment by Paul Cormack [ 2014-02-26 ] | ||||||||||||||||||||||||||||
|
Added wsrep-provider-options = "socket.checksum=1" and am seeing the same errors in syslog. | ||||||||||||||||||||||||||||
| Comment by Nirbhay Choubey (Inactive) [ 2014-02-26 ] | ||||||||||||||||||||||||||||
|
Hi Paul, | ||||||||||||||||||||||||||||
| Comment by Paul Cormack [ 2014-02-26 ] | ||||||||||||||||||||||||||||
|
Apologies, I had a typo on that appended line. Adding socket.checksum=1 did indeed allow the node to connect to 5.5.34 nodes. | ||||||||||||||||||||||||||||
| Comment by Stefan Eriksson [ 2014-02-27 ] | ||||||||||||||||||||||||||||
|
Nice seem to have found the issue, topics like these below, incompatibilites between versions should be listed in the changelog/announcement. I bet more or less everyone using galera is upgrading one node at a time. and if node 1 fails your not so keen on upgrading the rest aswell. |