[MCOL-1525] Non-root Install - core dumps not working Created: 2018-07-03 Updated: 2023-10-26 Resolved: 2018-07-06 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.1.5 |
| Fix Version/s: | 1.1.6 |
| Type: | Bug | Priority: | Minor |
| Reporter: | David Hill (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2018-15 |
| Description |
|
There are 2 issues causing core dumps to not be generated on non-root installs after the EnableCoreFile configuration parmataer is set to 'y'. 1. Bug in the columnstore service script, these lines need to be removed from the start() function 2. The core file directory needs to be writeable by all users, so it needs permission command chmod 777 /var/log/mariadb/columnstore/corefiles |
| Comments |
| Comment by David Hill (Inactive) [ 2018-07-05 ] |
|
and in the columnstore script, remove $SUDO from unlimit command |
| Comment by David Hill (Inactive) [ 2018-07-05 ] |
|
https://github.com/mariadb-corporation/mariadb-columnstore-engine/pull/513 |
| Comment by David Hill (Inactive) [ 2018-07-05 ] |
|
how to test. do a non-root install and bring up the system. 1. mcsadmin shutdownsystem y
Here is an example used in testing [mariadb-user@ip-172-31-39-209 bin]$ log |
| Comment by Daniel Lee (Inactive) [ 2018-07-06 ] |
|
Build verified: 1.1.6-1 source /root/columnstore/mariadb-columnstore-server Merge pull request #113 from mariadb-corporation/davidhilldallas-patch-3 update readme /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #513 from mariadb-corporation/ Verify mentioned test case. |