Bug #79514 MySQL Router manual describe errors
Submitted: 4 Dec 2015 2:53 Modified: 11 Dec 2015 2:47
Reporter: yitao Xu Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Router Documentation Severity:S2 (Serious)
Version: OS:Any
Assigned to: CPU Architecture:Any
Tags: Mode Schedule, MySQL Router

[4 Dec 2015 2:53] yitao Xu
Description:
There is an opposite description in MySQL Router in below document:

http://dev.mysql.com/doc/mysql-router/en/mysql-router-faq.html#faq-mysql-router-faq-router...
A.7.
"Round-robin scheduling is enabled by using the read-write mode and first-available scheduling is enabled by using the read-only mode."
---------------------------------------------------------------------------------
http://dev.mysql.com/doc/mysql-router/en/mysql-router-configuration-setup-connection-routi...

Modes
"Mode Schedule  In read-write mode, all traffic is directed to the initial address on the list. If that fails, then MySQL Router will try the next entry on the list, and will continue trying each MySQL server on the list. If no more MySQL servers are available on the list, then routing is aborted. This method is also known as "first-available"."

"Mode Schedule: Mode read-only uses a simple round-robin method to go through the list of MySQL Servers."

How to repeat:
You can find it from online manual

http://dev.mysql.com/doc/mysql-router/en/mysql-router-faq.html#faq-mysql-router-faq-router...

http://dev.mysql.com/doc/mysql-router/en/mysql-router-configuration-setup-connection-routi...

Suggested fix:
Please using the correctly description of Mode Schedule.
[4 Dec 2015 6:35] MySQL Verification Team
Hello Yitao,

Thank you for the report.

Thanks,
Umesh
[11 Dec 2015 2:47] Philip Olson
Posted by developer:
 
This fix will show up online soon, thank you for the bug report.