[MCOL-631] Create table caused primproc crashed for a specific configuration Created: 2017-03-21 Updated: 2019-07-10 Resolved: 2019-07-10 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | PrimProc |
| Affects Version/s: | 1.0.7, 1.0.8 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Lee (Inactive) | Assignee: | David Hall (Inactive) |
| Resolution: | Duplicate | Votes: | 1 |
| Labels: | relnote | ||
| Sprint: | 2017-10, 2017-11, 2017-12, 2017-13 |
| Description |
|
Build tested: 1.0.7-1, 1.0.8-1 The issue occurs on the following specific setup ubuntu16.04 (did not check on 14.04) Mr. Hill also reproduced the issue in his environment: MariaDB [david]> create table tmp (c1 int) engine=columnstore; I used Mr. Hill's terminal output above since I forgot to capture it in my test. Mar 21 16:45:20 vagrant controllernode[5252]: 20.941541 |0|0|0| C 29 CAL0000: BRMShmImpl::BRMShmImpl(): retrying on size==0 When I tried to create a table, I got the following in crit.log Mar 21 16:56:40 vagrant PrimProc[27821]: 40.209536 |0|0|0| C 28 CAL0000: IDB-2031: Blocks are missing. Alter or drop table in progress? after restarting the stack, create table worked. The same test for root user worked fine |
| Comments |
| Comment by David Hill (Inactive) [ 2017-03-22 ] |
|
Thread 15 "PrimProc" received signal SIGABRT, Aborted. |
| Comment by David Hill (Inactive) [ 2017-03-22 ] |
|
problem was found to be that the dbrm data wasnt loaded into shared memory, which is causing the primproc crash... only happens when the local query flag is set at install on a new system. System Catalog Successfully Created Run MariaDB ColumnStore Replication Setup.. DONE MariaDB ColumnStore Install Successfully Completed, System is Active Enter the following command to define MariaDB ColumnStore Alias Commands . /home/guest/mariadb/columnstore/bin/columnstoreAlias Enter 'mcsmysql' to access the MariaDB ColumnStore SQL console guest@ubuntu16-pm1:~$ home |
| Comment by David Hill (Inactive) [ 2017-03-22 ] |
|
work-around... after the postConfigure successfully completes, do the following
|