Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
BB V1.05
-
Sprint 8 (21.04.2025)
Description
During install test while testing ColumnStore:
+ sudo mariadb --verbose -e 'create database cs; use cs; create table cs.t_columnstore (a int, b char(8)) engine=Columnstore; insert into cs.t_columnstore select seq, concat('\''val'\'',seq) from seq_1_to_10; select * from cs.t_columnstore' |
|
yields the following, sometimes stuck until buildbot timeout:
ERROR 2026 (HY000) at line 1: TLS/SSL error: unexpected eof while reading |
Will disable the test until https://jira.mariadb.org/browse/MCOL-5825 is sorted out.
Attachments
Issue Links
- is caused by
-
MCOL-5825 selinux rules needed to enable columnstore
-
- Closed
-