[MCOL-3682] Unhelpful errors and empty warning upon attempt to create Columnstore table Created: 2019-12-18 Updated: 2021-01-07 Resolved: 2020-05-29 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.4.2 |
| Fix Version/s: | 1.4.5 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Ben Thompson (Inactive) |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Sprint: | 2020-1, 2020-2, 2020-3, 2020-4, 2020-5, 2020-6, 2020-7 |
| Description |
|
The error log only says
which doesn't clarify much. |
| Comments |
| Comment by Todd Stoffel (Inactive) [ 2020-01-20 ] |
|
ColumnStore 1.4 Enterprise must be restarted after repo/rpm install otherwise a columnstore table cannot be created. Maybe a DBRM issue. Currently the documentation asks the customer to restart but this is just a work around. |
| Comment by Timofey Turenko [ 2020-02-27 ] |
|
added debug.log my scenario is : build everything from 10.4-enterprise branch of server ( cmake .. -DBUILD_CONFIG=enterprise -DRPM=rhel7 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DPLUGIN_COLUMNSTORE=YES) put packages to the repository (https://mdbe-ci-repo.mariadb.net/repository/logs/10.4-feb27-01/RPM/rhel_7_gcp/) install server, galera4 and columnstore from this repo stop server sudo columnstore-post-install and sudo postConfigure -qs start server try create table x(x1 int, x2 int) engine=columnstore; |
| Comment by Ben Thompson (Inactive) [ 2020-05-29 ] |
|
Cannot reproduce with latest builds from 1.4 / 10.4-enterprise. Not sure if this is still an issue and was likely with other convergence packaging issues. |
| Comment by Ben Thompson (Inactive) [ 2020-05-29 ] |
|
Appears to no longer be an issue |