[MCOL-1517] cpimport using results piped from a query Created: 2018-06-28 Updated: 2022-11-05 Resolved: 2022-11-05 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | cpimport |
| Affects Version/s: | 1.1.4 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Unassigned |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue was reported on support ticket 20012. Please refer to the support ticket for additional info. I reproduced the issue on a 1um2pm installation, executing on the um. The following query would cause cpimport on both PMs to failed After the failure, the stack is in a bad state. I tried to run cpimport again, it reported the stack is not ready. Debug level set to 3 mcsadmin> getprocessstatus MariaDB ColumnStore Process statuses Process Module Status Last Status Change Process ID
Do you want to proceed: (y or n) [n]: y After the system restarted, both DMLProc and DDLProc are in MAN_OFFLINE state: DDLProc um1 MAN_OFFLINE Thu Jun 28 22:18:00 2018 The stack became normal again after shutdownsystem and startsystem commands. This following command would work: mcsmysql mytest -q -e 'select * from orders;'| /usr/local/mariadb/columnstore/bin/cpimport mytest orders STDIN -d 3 -s '\t' The following command with additional options would fail. mcsmysql mytest -q -e 'select * from orders;'| /usr/local/mariadb/columnstore/bin/cpimport mytest orders STDIN -s '\' -E '"' -C " Jun 28 22:30:15 localhost writeengineserver[4173]: 15.312843 |0|0|0| E 32 CAL0000: pushing data : PIPE error .........Broken pipe |
| Comments |
| Comment by Todd Stoffel (Inactive) [ 2022-11-05 ] |
|
This item is being closed because it was well passed the expiration date with no activity. If you suspect this was done in error please create a new ticket. |