[MCOL-3810] mysqld restarted 2 or 3 times after postConfigure is completed Created: 2020-02-19 Updated: 2023-11-27 Resolved: 2020-02-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | None |
| Fix Version/s: | 1.4.3 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
Build tested: 1.4.3-1 Source engine commit: From the debug.log file, mysql's PID changed few times. If the user execute a SQL script immediately after postConfigure, and if mysqld happens to be down at that moment, the following error returned: ERROR 2013 (HY000) at line 4: Lost connection to MySQL server during query restarting the system (pam restartsystem) does not have this issue. I am not sure why mysqld needs to restart. Could this be a timing issue relating to |
| Comments |
| Comment by Daniel Lee (Inactive) [ 2020-02-21 ] |
|
Attached debug.log When the ColumnStore starts, mysql's PID changed twice, has a total of three different PIDs [root@localhost columnstore]# cat debug.log |grep mysqld |
| Comment by Daniel Lee (Inactive) [ 2020-02-25 ] |
|
Build verified: 1.4.3-1 BB special build (20200225) Engine commit: 20247bc One mysqld restart is expected. ColumnStore now starts correctly. 2pm combo replication also configured correct. Replication is work. Work along with development team on this tickets. |