[MCOL-4120] When ColumnStore package is installed with MariaDB server already running, server is left shut down after engine installation Created: 2020-06-27 Updated: 2020-07-13 Resolved: 2020-07-09 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MariaDB Server |
| Affects Version/s: | 1.5.2 |
| Fix Version/s: | 1.5.3 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Elena Stepanova | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
A minimal scenario:
It installs without any errors, but after it's done the server is down and has to be started again manually. Buildbot is affected and currently produces a failure on 10.5 branches in a slightly different scenario of the same origin. The "minor-upgrade-all" test in buildbot installs all MariaDB packages of the last released version present in the MariaDB official repo, e.g. at this moment all MariaDB 10.5.4 packages, including Columnstore. |
| Comments |
| Comment by Elena Stepanova [ 2020-06-28 ] | ||
|
Similar problem with debs. Scenario for Ubuntu:
| ||
| Comment by Ben Thompson (Inactive) [ 2020-06-30 ] | ||
|
columnstore-post-install is doing pgrep for mysqld should be changed to mariadbd. script currently never sees server is running and so defaults to stopping it at completion. | ||
| Comment by Daniel Lee (Inactive) [ 2020-07-09 ] | ||
|
Build verified: 1.5.3-1 (drone build #280) Tested on Centos7.6 and Ubuntu18.04 Verified mariadbd is running after columnstore engine installation. Also verified the columnstore engine is available. mariadbd process did get restarted during columnstore engine installation. | ||
| Comment by Elena Stepanova [ 2020-07-12 ] | ||
|
dleeyh, | ||
| Comment by Roman [ 2020-07-13 ] | ||
|
I'm not Daniel but yes, the issue was reproducable and introduced with MDB binaries renaming. |