[MCOL-1184] non-root Log Rotation not working Created: 2018-01-29 Updated: 2018-02-07 Resolved: 2018-02-07 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.1.2 |
| Fix Version/s: | 1.1.3 |
| Type: | Bug | Priority: | Minor |
| Reporter: | David Hill (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
amazon ami non-root install |
||
| Sprint: | 2018-03 |
| Description |
|
ColumnStore logs should rotate to an archive directory every 24 hours. Its not working on non-root due to permissions errors. logrotate -f columnstore ll |
| Comments |
| Comment by David Hill (Inactive) [ 2018-02-05 ] |
|
fixed, can do the following for non-root verify.. can do the same for root install, just the owner will be root. [mariadb-user@ip-172-30-0-73 bin]$ log
[root@ip-172-30-0-73 columnstore]# ll |
| Comment by David Hill (Inactive) [ 2018-02-05 ] |
|
and there was 1 additional change. the mcsadmin command log was changed from UIcommands.log to mcsadmin.log |
| Comment by David Hill (Inactive) [ 2018-02-05 ] |
|
here is a root install test [root@ip-172-30-0-73 columnstore]# ll |
| Comment by David Hill (Inactive) [ 2018-02-05 ] |
|
https://github.com/mariadb-corporation/mariadb-columnstore-engine/pull/396 |
| Comment by Ben Thompson (Inactive) [ 2018-02-05 ] |
|
Reviewed / Merged |
| Comment by Daniel Lee (Inactive) [ 2018-02-07 ] |
|
Build verified: 1.1.3-1 Github source |