Bug #86261 | Read-only connect fails if there are no read-only nodes | ||
---|---|---|---|
Submitted: | 10 May 2017 6:53 | Modified: | 10 Jan 2018 2:11 |
Reporter: | Mario Beck | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Router | Severity: | S3 (Non-critical) |
Version: | 2.1.3 | OS: | Oracle Linux |
Assigned to: | CPU Architecture: | Any | |
Tags: | InnoDB Cluster, read-only |
[10 May 2017 6:53]
Mario Beck
[11 May 2017 17:42]
MySQL Verification Team
Hi Thanks for your report, verified as reported. all best Bogdan
[10 Jan 2018 2:11]
Philip Olson
Posted by developer: Fixed as of the upcoming MySQL Router 8.0.4 release, and here's the changelog entry: The optional routing_strategy configuration option was added. The available values are first-available, next-available, round-robin, and round-robin-with-fallback. Previously, these strategies were described as scheduling modes by the mode configuration option where the read-write mode defaults to the first-available strategy, and the read-only mode defaults to the round-robin strategy. This preserves previous behavior for these modes. Thank you for the bug report.