We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With mariadb/columnstore:23.02.4 the included python (3.9) doesn't work on the CPUs (E5-2620 v2, from 2013) we are using.
[root@mcs1 /]# /usr/share/columnstore/cmapi/python/bin/python3 Illegal instruction (core dumped)
This prevents /usr/bin/mcs-start from working.
/usr/bin/mcs-start
Version 23.02.3, which uses Python 3.7.7, works properly. I assume the newer version has been compiled with excessively used optimization flags.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With mariadb/columnstore:23.02.4 the included python (3.9) doesn't work on the CPUs (E5-2620 v2, from 2013) we are using.
This prevents
/usr/bin/mcs-startfrom working.Version 23.02.3, which uses Python 3.7.7, works properly. I assume the newer version has been compiled with excessively used optimization flags.
The text was updated successfully, but these errors were encountered: