[MCOL-659] cpimport failure for > 1k col wide table = 300k csv lines Created: 2017-04-10 Updated: 2020-08-25 Resolved: 2017-08-09 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | cpimport |
| Affects Version/s: | 1.0.7 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hill (Inactive) | Assignee: | David Thompson (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
200k or less csv lines works ok 300k or more always fails for me and leaves the draws table locked ... i restarted the server after that and it was ok until i locked it up again root@columnstore-testing-d01:/home/techteamdbdev/draws# cpimport -s ',' -E '"' draws draws draws.csv Using table OID 20879 as the default JOB ID ----------------- root@columnstore-testing-d01:/home/techteamdbdev/draws# cpimport -s ',' -E '"' draws draws draws.csv Using table OID 20879 as the default JOB ID Error in loading job data |
| Comments |
| Comment by David Thompson (Inactive) [ 2017-08-09 ] |
|
An earlier failure had left the table logged: Not sure why there was no access to the directory but that is the likely cause. In this case clearing the table lock and retrying was the right approach. Also saw evidence of memory limits being hit. |