Closed GoogleCodeExporter closed 9 years ago
and after applying data to m2 and m3, mha should make one of them master,
shouldn't it?
Original comment by obric...@balakam.com
on 20 Dec 2012 at 2:21
> Will mha copy binlog from m4 and aplly diffs to m2 and m3, if m4 is defined
as "cannot be master"?
> Or will mha compare logs only between m2 and m3?
MHA copies binlog from m4. If MHA compares only m2 and m3, you'll lose events
in m4. This should never happen (unless m4 is down and marked as ignore_fail).
Hope this solves your concern.
> and after applying data to m2 and m3, mha should make one of them master,
shouldn't it?
MHA tries to promote m4 if m2 and m3 delays replication significantly (default
is 100MB worth of binlog events). If you do not want to promote m4, set
"no_master=1" parameter in m4.
Original comment by Yoshinor...@gmail.com
on 20 Dec 2012 at 8:13
Original comment by Yoshinor...@gmail.com
on 21 Dec 2012 at 1:38
Original issue reported on code.google.com by
obric...@balakam.com
on 20 Dec 2012 at 2:19