Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
-
None
Description
columnstore-post-install uses pgrep -x mysqld and pkill mysqld, but the process is named mariadbd in 10.5:
buildbot@ubuntu-bionic-amd64:~$ pgrep -x mysqld
|
buildbot@ubuntu-bionic-amd64:~$ pgrep -x mariadbd
|
9212
|
This makes columnstore-post-install to think that mariadb server was not running, set stop_mysqld=1 and stop mariadbd when columnstore installation is done. And it disrupts installation of further plugins that expect the server to be running.
Attachments
Issue Links
- is part of
-
MCOL-4134 Clean and fix remaining columnstore community build issues, introduce automated installation, and sanity testing into community pipeline.
- Closed
- relates to
-
MCOL-4120 When ColumnStore package is installed with MariaDB server already running, server is left shut down after engine installation
- Closed