[MCOL-1780] columnstore on docker fail create Created: 2018-10-07 Updated: 2018-10-10 Resolved: 2018-10-10 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | 1.1.6 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | thomas lloancy | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
archlinux |
||
| Description |
|
On debian system this very seems to work well with no problem about columnstore engine tables creation. But on arch here what happens when try to create the same: MariaDB [new]> create table zerty(region_id int, nom varchar(255))engine=columnstore; The dbbuild 7 trick doesn't work. Thanks tll |
| Comments |
| Comment by thomas lloancy [ 2018-10-07 ] | |||
|
And now: *ERROR 1815 (HY000): Internal error: CAL0009: (2)Create table failed due to WE: Error updating calpontsys.systable: opening a column file. The file was not found or was inaccessible.
----------------------
---------------------- MariaDB [calpontsys]> select * from systable limit 2; MariaDB [calpontsys]> select * from syscolumn limit 2; MariaDB [calpontsys]> select * from systable limit 2; MariaDB [calpontsys]> create table toto(uh int, ok varchar(5))engine=columnstore; | |||
| Comment by thomas lloancy [ 2018-10-07 ] | |||
|
maybe found the answer mysqlf... [solid@metalgear ~]$ df -h | |||
| Comment by David Thompson (Inactive) [ 2018-10-07 ] | |||
|
could be - also check docker logs mcs as the postConfigure script is run as part of the entrypoint script. Most likely it should show an error like out of disk. Depending on how much dockering you have been doing try docker volume prune as well as cleaning up images. | |||
| Comment by David Thompson (Inactive) [ 2018-10-07 ] | |||
|
was this the issue? | |||
| Comment by thomas lloancy [ 2018-10-09 ] | |||
|
yep 100% |