[MCOL-689] cpimport error Created: 2017-04-28 Updated: 2017-05-02 Resolved: 2017-05-02 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | writeengine |
| Affects Version/s: | 1.0.8 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Seungmin Yang | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
RHEL 6.6 |
||
| Attachments: |
|
| Description |
|
Hi, I had an error while using cpimport command. I configured separate modules with 2 PMs and 1 UM. The type of data storage is external. I executed cpimport command on PM #1(parent OAM). Load file(test_1) contains 10,000,000 rows data. Error messages are belows: [root@cm1 ~]# cpimport input_test mf2ae_log test_1 Log messages(err.log, debug.log): [root@cm1 ~]# cat /var/log/mariadb/columnstore/err.log /var/log/mariadb/columnstore/debug.log Mar 31 02:58:17 cm1 writeengineserver[3499]: 17.153209 |0|0|0| D 32 CAL0000: 1905 : onReceiveMode() Setting fMode = 1 Could you let me know why this error occured? |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2017-04-28 ] |
|
Can you please run the MariaDB ColumnStore support tool and attach the resulting .tar.gz? This will help give us a clearer picture of what is going on across the cluster at the time of failure: |
| Comment by Seungmin Yang [ 2017-05-02 ] |
|
I attached ColumnStore support report file. |
| Comment by David Thompson (Inactive) [ 2017-05-02 ] |
|
Hi, in looking at your hardware config you are running 1g memory 1 core servers for PMs. While this can work for simple demos it can run into trouble with larger data sets. Normally we'd recommend an absolute minimum of 2gb and more like 4gb per server for a dev environment. I believe what happened is one of the servers went into heavy swap and so became non responsive breaking the remote connection (broken pipe error) causing the cpimport to fail. |