Bug #78836 | Router should provide meaningful error when no backends available | ||
---|---|---|---|
Submitted: | 14 Oct 2015 21:12 | Modified: | 11 Feb 2016 22:02 |
Reporter: | Todd Farmer (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Router | Severity: | S3 (Non-critical) |
Version: | 2.0.2 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[14 Oct 2015 21:12]
Todd Farmer
[11 Feb 2016 22:02]
Philip Olson
Posted by developer: Fixed as of the upcoming MySQL Router 2.0.3 release, and here's the changelog entry: When MySQL clients connected to Router and the configured backends were not available, the generated error (such as "ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 0" was unclear. Now, when none of the backend servers are available, the client receives a message similar to those generated when MySQL clients connect to a host/port pair where MySQL Server is not running. For example, "ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (61)". Thank you for the bug report.