|
|
10.6-enterprise c9572eafa46fd
|
+ sudo mariadb engine_check -e 'CREATE TABLE t_Columnstore (a INT, b CHAR(8)) ENGINE=Columnstore'
|
ERROR 1815 (HY000) at line 1: Internal error: CAL0009: Error occured when calling system catalog (1). MCS-2023: PrimProc is not running (or connection to PrimProc dropped).
|
The whole test flow is in test-install.log .
columnstore.tar.gz is whatever Columnstore puts in /var/log/mariadb/.
MariaDB-columnstore-engine-10.6.11_6_22.08.5-1.el8.x86_64.rpm is the RPM used for the test, and PrimProc is a binary from it.
core.*.lz4 are compressed coredumps.
stack.core.* are stack traces from these coredumps.
system.info contains the list of pre-installed packages and such.
messages.gz is the syslog.
|