Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.0.12
-
None
-
None
-
Linux testhost 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Description
Startup script(support-files/mysql.server) does not realize failure of MariaDB startup. So Startup script waiting for $service_startup_timeout.
[root@testhost mysql]# service mysql start
Starting MySQL...........................................................................................................................................................................................^C
This startup script call wait_for_ready() function after starting mysqld_safe.
But mysqld process terminated before wait_for_ready() function is check the mysql server.
So wait_for_ready() function loop during $service_startup_timeout seconds in spite of mysqld already terminated.
Attachments
Issue Links
- relates to
-
MDEV-35776 when mariadb eventually fails to start it ALWAYS takes unnecessarily long
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Due Date | 2014-07-29 |
Fix Version/s | 10.0 [ 16000 ] | |
Fix Version/s | 5.5 [ 15800 ] | |
Assignee | Sergei Golubchik [ serg ] | |
Due Date | 2014-07-29 | |
Summary | MariaDB start script doesn't realize failure of MariaDB startup | [PATCH] MariaDB start script doesn't realize failure of MariaDB startup |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.0.13 [ 16300 ] | |
Fix Version/s | 5.5.39 [ 16301 ] | |
Fix Version/s | 5.5 [ 15800 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v2 [ 49709 ] | MariaDB v3 [ 64240 ] |
Workflow | MariaDB v3 [ 64240 ] | MariaDB v4 [ 148020 ] |
Link |
This issue relates to |
Hi,
Are you willing to propose a patch for this?