Bug #88678 mysqlfailover 1.6 documentation is inconsistent with the behavior of the tool
Submitted: 28 Nov 2017 10:10 Modified: 19 Jan 2018 13:55
Reporter: Jonathan Gibert Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Utilities Severity:S3 (Non-critical)
Version:1.6.5 OS:Any
Assigned to: CPU Architecture:Any
Tags: documentation

[28 Nov 2017 10:10] Jonathan Gibert
Description:
the documentation (https://dev.mysql.com/doc/mysql-utilities/1.6/en/mysqlfailover.html) states in Table 5.3 External Script Parameters
that exec-after receive "new master host, new master port"

When using the tool, my exec-after script receives "old_master old_port new_master new_port"

How to repeat:
write a bash script that echo $? in a file
start mysqlfailover with that script in --exec-after
make the master node fail
check the file

Suggested fix:
fix the doc
[19 Jan 2018 13:55] MySQL Verification Team
Thanks for the report
Bogdan