[MCOL-1033] Internal error: CAL0009: (6)Create table failed due to Created: 2017-11-15 Updated: 2021-01-15 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | hiller1 | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
[root@um1 ~]# mcsmysql test -e "CREATE TABLE t2 (id int(11)) ENGINE=Columnstore; " [root@um1 ~]# mcsadmin getSystemInfo WARNING: running on non Parent OAM Module, can't make configuration changes in this session. getsysteminfo Wed Nov 15 15:55:23 2017 System columnstore-1 System and Module statuses Component Status Last Status Change Module um1 ACTIVE Wed Nov 15 15:42:00 2017 Active Parent OAM Performance Module is 'pm1' MariaDB ColumnStore Process statuses Process Module Status Last Status Change Process ID ProcessMonitor pm1 ACTIVE Wed Nov 15 15:41:08 2017 4142 ProcessMonitor pm2 ACTIVE Wed Nov 15 15:41:24 2017 4017 Active Alarm Counts: Critical = 1, Major = 0, Minor = 0, Warning = 0, Info = 0 |
| Comments |
| Comment by hiller1 [ 2017-11-15 ] |
|
MariaDB [test]> create table t1(id int)engine=columnstore; |
| Comment by David Hill (Inactive) [ 2017-11-15 ] |
|
This looks like a symptom where the System Catalog wasnt created by postConfigure install at the end of its run. Could happen if postConfigure failed and then someone did a startsystem. Try this to get the System Catalog created, run on pm1: /usr/local/mariadb/columnstore/bin/dbbuilder 7 Run that, then try the create tables |
| Comment by David Thompson (Inactive) [ 2017-11-27 ] |
|
hiller1 did that resolve the problem? |
| Comment by David Thompson (Inactive) [ 2017-12-14 ] |
|
hiller1 can you confirm if this was the issue? |
| Comment by max chernyshov [ 2020-04-07 ] |
Build system catalog was not completed. System catalog appears to exist. It will remain intact for reuse. The database is not recreated. still same error |
| Comment by max chernyshov [ 2020-04-07 ] |
|
what are the steps to restart every-thing for ColumnStore to ensure it is initialized correctly |