[MCOL-4866] /tmp/columnstore_tmp_files can be owned by root when CS is clustered Created: 2021-09-14 Updated: 2023-03-23 Resolved: 2023-02-22 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | cpimport |
| Affects Version/s: | 5.6.2 |
| Fix Version/s: | 23.02.1 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Edward Stoever | Assignee: | Alan Mologorsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
I am getting this error:
On the second node of my two node cluster, I see that the directory for temporary files is owned by root.
This is a new install. The cpimport command was run once successfully. The nodes were rebooted, then this happened on a second attempt to run cpimport. Possible solution: chown mysql:mysql; chmod -R 777 |
| Comments |
| Comment by Edward Stoever [ 2021-09-14 ] | ||
|
I have seen this twice now. It happens when the second node is rebooted. I see this:
The OS is Debian Linux.
| ||
| Comment by Edward Stoever [ 2022-12-06 ] | ||
|
Here is the solution:
Then, when the server is rebooted, the directory exists with the correct ownership. | ||
| Comment by Daniel Lee (Inactive) [ 2023-02-22 ] | ||
|
Build verified: develop branch |