[MCOL-4998] cpimport picks up the wrong file Created: 2022-02-23 Updated: 2022-03-29 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | cpimport |
| Affects Version/s: | 6.2.3 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alasdair Haswell | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 7.9.2009 |
||
| Attachments: |
|
| Description |
|
When attempting to import a table from a file in /tmp using cpimport it appears to pick up an unrelated file on node 1 which is owned by root and fails:
Relevant log entry from debug.log:
contents of /tmp:
The yum transaction file isn't present on the other two nodes and doesn't throw an error. When the file is moved out of tmp the import succeeds. |