Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.2(EOL), 10.3(EOL)
-
None
Description
Recently centos6-build VMs got libnuma installed. But centos6-install VMs didn't. Now install/mtr tests fail on centos6.
This exposed a couple of issues:
- bintar builds should try to link everything statically whenever possible. In particular, there was libnuma.a present, but the build uses libnuma.so. This is wrong.
- We cannot add new dependencies to RPM packages in GA. So, either use WITH_NUMA=OFF or link with libnuma statically in 10.2 and 10.3.
- 10.4 RPM could and should link with libnuma dynamically.
Attachments
Issue Links
- is caused by
-
MDEV-18860 innodb_numa_interleave is not available in CentOS7 packages
- Closed