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

Add PING_TYPE_INSERT #41

Closed hirose31 closed 10 years ago

hirose31 commented 10 years ago

To detect a failure like mysqld can accept a new connection and can respond a simple select queries, but cannot respond insert/update/delete queries.

In particular, I want to detect hardware trouble (disk failure or RAID controller failure) and perform fail over automatically.