[MCOL-1467] rc-local service doesnt always start correctly on amazon ami centos7 Created: 2018-06-13 Updated: 2023-10-26 Resolved: 2018-06-27 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.1.5 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | David Hill (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
because of this error, columnstore doesnt startup on a node after its rebooted still the same issue, rc-local isnt starting all the time. some of the status after reboot systemctl status rc-local.service systemctl status rc-local.service |
| Comments |
| Comment by David Hill (Inactive) [ 2018-06-26 ] |
|
the ami instance has the rc.local executiable flags set at build time but the new instances that get launched from the ami are getting changed for some reason and this is why the service isnt starting ll rc.local to [root@ip-172-31-42-74 ~]# ll /etc/rc.d/rc.local |
| Comment by David Hill (Inactive) [ 2018-06-27 ] |
|
ok, problem found to be in out code, in the module_installer.sh file. it was changing rc.local to 666. fix with pull release and will release a 1.1.5-2 for AMI only. https://github.com/mariadb-corporation/mariadb-columnstore-engine/pull/510 |
| Comment by David Hill (Inactive) [ 2018-06-27 ] |
|
https://github.com/mariadb-corporation/mariadb-columnstore-engine/pull/510 can you review for me. |
| Comment by Daniel Lee (Inactive) [ 2018-06-27 ] |
|
Build tested: 1.1.5-1 (ami-a2763dda) Build verified: 1.1.5-1 release ami (ami-4987cc31) |