[MCOL-778] Create table failed due to Lost connection to WriteEngineServer on pm0 Created: 2017-06-20 Updated: 2017-08-09 Resolved: 2017-08-09 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | 1.0.9 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | dic (Inactive) | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 7.x |
||
| Attachments: |
|
| Description |
|
Error when create a table: MariaDB [(none)]> use mcs; System Info:
System mcs-1 System and Module statuses Component Status Last Status Change Module pm1 ACTIVE Tue Jun 20 14:26:43 2017 MariaDB ColumnStore Process statuses Process Module Status Last Status Change Process ID Active Alarm Counts: Critical = 0, Major = 0, Minor = 0, Warning = 0, Info = 0 |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2017-06-20 ] |
|
Can you please run the MariaDB ColumnStore support tool and attach the results here? |
| Comment by dic (Inactive) [ 2017-06-20 ] |
|
I updated results columnstoreSupportReport.mcs-1.tar.gz |
| Comment by David Hill (Inactive) [ 2017-06-20 ] |
|
This issue is the the System Catalog is created and there is no useable extent map in the DBRM files. The system catalog gets created at the end of postConfigure script, which is run as part of the install. So if this script error out or didnt complete, then that would explain the missing system catalog Here is how to create the system catalog manually on pm1:
|
| Comment by dic (Inactive) [ 2017-06-21 ] |
|
It can not completed:
|
| Comment by David Hill (Inactive) [ 2017-06-21 ] |
|
Ok, so this means you have a partial System Catalog setup.. Still points to some install issue. So you have 2 options: 1. Do a complete uninstall and reinstall and make sure it completes postConfigure 2. Keep the install, but delete the current DB and rebuild the system Catalog Procedure to get a system to a fresh DB install state |
| Comment by David Thompson (Inactive) [ 2017-07-12 ] |
|
nguyen - were you able to resolve this issue with the steps provided by david above? |