| Bug #43803 | mysqlmonitorctl.sh stop should wait until mysqld stops before exiting | ||
|---|---|---|---|
| Submitted: | 23 Mar 2009 13:38 | Modified: | 22 May 2009 10:43 |
| Reporter: | Diego Medina | ||
| Status: | Closed | ||
| Category: | Monitoring: Install | Severity: | S3 (Non-critical) |
| Version: | 2.0.5.7153 | OS: | Any |
| Assigned to: | MC Brown | Target Version: | 2.0 maint release |
| Triage: | Triaged: D3 (Medium) / R2 (Low) / E2 (Low) | ||
[23 Mar 2009 13:38]
Diego Medina
[23 Mar 2009 16:46]
BitRock Merlin
Should this issue be fixed for 2.0 and 2.1 versions? Please specify the target version.
[25 Mar 2009 0:17]
Andy Bang
Please fix in both 2.0 and 2.1.
[26 Mar 2009 10:13]
BitRock Merlin
Patch sent to Keith.
[2 Apr 2009 21:32]
Diego Medina
Verified fixed on 2.1.0.1022
[6 Apr 2009 21:07]
Diego Medina
Verified fixed on 2.0.6.7158 as well
[22 May 2009 10:43]
Tony Bedford
An entry was added to both the 2.0.6 and 2.1.0 changelogs: On Unix systems, executing the command: ./mysqlmonitorctl.sh stop did not make sure that mysqld was shutdown before finishing. This resulted in a situation such as the following: # /opt/mysql/enterprise/monitor-2.0.0.7092/mysqlmonitorctl.sh stop Using CATALINA_BASE: /opt/mysql/enterprise/monitor/apache-tomcat Using CATALINA_HOME: /opt/mysql/enterprise/monitor/apache-tomcat Using CATALINA_TMPDIR: /opt/mysql/enterprise/monitor/apache-tomcat/temp Using JRE_HOME: /opt/mysql/enterprise/monitor-2.0.0.7092/java Stopping tomcat service ... [ OK ] /opt/mysql/enterprise/monitor-2.0.0.7092/mysqlmonitorctl.sh : mysql stopped However, running the following command a few minutes later showed that the MySQL server was still running: # /opt/mysql/enterprise/monitor-2.0.0.7092/mysqlmonitorctl.sh status MySQL Network MySQL is running MySQL Network Tomcat is not running
