Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed MHA online switch master,when orig_master and new_master is same. #63

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Apr 19, 2016

  1. fix MHA online switch master,when orig_master and new_master is same.

    when you switch master online,masterha_master_switch --master_state=alive --conf=/etc/masterha/app1.conf --new_master_host=xxxx --new_master_port=xxx, you new_master_host and new_master_port is same as you orig_master_host orig_master_port,MHA will execute function reject_update,it cause master failover vip change and set read_only on it until master_pos_wait exit.
    liucyao committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    153433f View commit details
    Browse the repository at this point in the history
  2. Update MasterRotate.pm

    liucyao committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    a215965 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2016

  1. Update MasterMonitor.pm

    liucyao committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    8c7edc1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2016

  1. Update HealthCheck.pm

    liucyao committed Apr 24, 2016
    Configuration menu
    Copy the full SHA
    6e5417d View commit details
    Browse the repository at this point in the history