You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this tool supports to detect poor performing master and then do fail-over.
Instead of detecting dead-master.
Because, Frequently we are facing problem with Master performance degradation
instead of completely dead
Original issue reported on code.google.com by [email protected] on 20 Nov 2014 at 1:07
The text was updated successfully, but these errors were encountered:
MHA does not handle a master as dead, if the master is running, even though the
master performance degrades. This is to prevent repeating failover and false
alarm. For example, if there are bugs in application logic, failover won't fix
the problem so starting failover does not make any sense.
If you want MHA to start promotion, shutdown the master instance (by an
external script or manually). The script should be smart enough that it
understands failover fixes the problem (i.e. hardware problem on the master
server).
Original issue reported on code.google.com by
[email protected]
on 20 Nov 2014 at 1:07The text was updated successfully, but these errors were encountered: