yoshinorim / mha4mysql-manager

Development tree of Master High Availability Manager and tools for MySQL (MHA), Manager part
http://code.google.com/p/mysql-master-ha/
GNU General Public License v2.0
1.46k stars 501 forks source link

Ignore event scheduler when checking long updates #44

Closed bmildren closed 9 years ago

bmildren commented 10 years ago

https://code.google.com/p/mysql-master-ha/issues/detail?id=28

The event scheduler shouldn't prevent a failover, and should be ignored by the long updates check.

The event status needn't be monitored by MHA, and should be handled on failover via the hooks in the master_ip_failover_script and master_ip_online_change_script.