[MCOL-1405] Mysqld PID is missed in the output of mcsadmin getSystemInfo Created: 2018-05-10 Updated: 2023-10-26 Resolved: 2018-06-06 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.1.4 |
| Fix Version/s: | 1.1.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Zdravelina Sokolovska (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
MCS run on VM; Single Server ColumnStore ; guest OS RHEL 7.4 |
||
| Sprint: | 2018-11, 2018-12 |
| Description |
|
Mysqld PID is missed in the output of mcsadmin getSystemInfo Restart mcs columnstore system – it's restarted successfully note : mysqld PID is retrieved from the mysql PID file , as well mysql-Columnstore status is returning success with the current mysqld PID note2 : problem is not observed on Multi Server ColumnStore UM1-PM1
|
| Comments |
| Comment by David Hill (Inactive) [ 2018-05-31 ] |
|
missing on single-server and combined module installs.. |
| Comment by David Hill (Inactive) [ 2018-05-31 ] |
|
also found a bug where mysqld wasnt getting restarted correctly during failover test cases. |
| Comment by David Hill (Inactive) [ 2018-06-04 ] |
|
https://github.com/mariadb-corporation/mariadb-columnstore-engine/pull/488 fixed in this pull request |
| Comment by Ben Thompson (Inactive) [ 2018-06-04 ] |
|
This was merged with |
| Comment by Daniel Lee (Inactive) [ 2018-06-05 ] |
|
Build tested: 1.1.5-1 source /root/columnstore/mariadb-columnstore-server Merge pull request #118 from mariadb-corporation/ Merge MariaDB 10.2.15 into develop-1.1 /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #488 from mariadb-corporation/ Mcol 1370 Tested on single and 1um1pm installation configurations. The latter still missing the mysqld PID. |
| Comment by David Hill (Inactive) [ 2018-06-05 ] |
|
bug in code /mysqld status monitor thread will only work for combo and local_query. missed seperate without local_query |
| Comment by David Hill (Inactive) [ 2018-06-06 ] |
|
fixed. test systems 1. single-server - PASSED pull request https://github.com/mariadb-corporation/mariadb-columnstore-engine/pull/491 |
| Comment by David Hill (Inactive) [ 2018-06-06 ] |
|
https://github.com/mariadb-corporation/mariadb-columnstore-engine/pull/491 |
| Comment by Daniel Lee (Inactive) [ 2018-06-06 ] |
|
Build verified: 1.1.5-1 source /root/columnstore/mariadb-columnstore-server Merge pull request #118 from mariadb-corporation/ Merge MariaDB 10.2.15 into develop-1.1 /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #491 from mariadb-corporation/ Also verified stacks with multiple PMs. |