[MCOL-815] Logs going to system journal in Ubuntu instead of log files Created: 2017-07-17 Updated: 2017-09-08 Resolved: 2017-09-08 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.1.0 |
| Fix Version/s: | 1.1.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-14, 2017-15, 2017-16, 2017-17, 2017-18 |
| Description |
|
I've had this reported from several community members and have been able to reproduce myself. On a single-server Ubuntu 16.04 setup the ColumnStore logs are going into the system journal instead of the files in /usr/local/mariadb/columnstore. I believe the reason is during postConfigure syslog is restarted several times rapidly. Ubuntu's systemd says this is happening too often and we end up with syslog not starting at all. The log data then falls back to the system journal. |
| Comments |
| Comment by David Hill (Inactive) [ 2017-07-27 ] |
|
merge code from 1.0.10 commit 67e8cb5bfce893c50837f110b613ab8be2f9ad1e oam/install_scripts/post-install | 2 +- |
| Comment by Daniel Lee (Inactive) [ 2017-09-08 ] |
|
Build verified: 1.1.0-1 Did single server installation for Ubuntu16.04 few times and did not noticed the issue. |