[MDEV-27951] MariaDB server may not work with Galera library provided by Linux distributions Created: 2022-02-25 Updated: 2023-04-11 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Galera, Tests |
| Affects Version/s: | 10.4, 10.5, 10.6, 10.7, 10.8 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Julius Goryavsky |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Set to 10.4+ because I was looking at galera-4 and don't know whether galera[-3] has the same problem Linux distributions, e.g. Ubuntu, provide their own galera-4 package. For example, in Ubuntu 20.04 Focal it's currently
When MariaDB server gets installed, it requires galera-4 as a dependency, but doesn't require any specific minor version of it. So, If the library like above is already installed, it won't be upgraded to the one from MariaDB repositories upon server installation. However, the server doesn't seem to work very well with the library, at least MTR tests fail in different ways suggesting it might be not necessarily test-only issues. For example,
(There are other kinds of failures, not just this one). |