[MCOL-3675] postConfigure aborted due to missing /tmp/columnstore_tmp_files directory Created: 2019-12-17 Updated: 2020-03-13 Resolved: 2020-02-12 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | 1.4.2 |
| Fix Version/s: | 1.4.3 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2020-1, 2020-2 | ||||||||
| Description |
|
Build tested: 1.4.2-1 (first combined build from Azura) OS: centos 7 When running postConfigure, the follow error occurred: ===== Performing Configuration Setup and MariaDB ColumnStore Startup ===== NOTE: Setting 'NumBlocksPct' to 50% Running the MariaDB ColumnStore setup scripts sh: /tmp/columnstore_tmp_files/post-mysqld-install.log: No such file or directory Creating the /tmp/columnstore_tmp_files prior to running postConfigure would allow postConfigure run to completion. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2019-12-17 ] |
|
You are supposed to run columnstore-post-install first which creates that directory. |
| Comment by Andrew Hutchings (Inactive) [ 2019-12-17 ] |
|
Set to 1.4.3 to have the mkdir elsewhere as well. |
| Comment by Andrew Hutchings (Inactive) [ 2020-01-21 ] |
|
pleblanc See |
| Comment by Andrew Hutchings (Inactive) [ 2020-01-27 ] |
|
tntnatbry should this be marked as "In Review" and assigned to a reviewer? Or is there more work to do on the pull request? |
| Comment by Gagan Goel (Inactive) [ 2020-01-27 ] |
|
LinuxJedi This is also ready for review. |
| Comment by Daniel Lee (Inactive) [ 2020-02-12 ] |
|
Build tested: 1.4.3-1 BB nightly Engine commit: 8588678 No more errors, running columnstore-post-install manually is no longer required. |