Bug #74555 | MySQL Fabric hangs on network out on a master or slave | ||
---|---|---|---|
Submitted: | 24 Oct 2014 17:32 | Modified: | 12 Dec 2014 23:06 |
Reporter: | cindy . | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Fabric | Severity: | S1 (Critical) |
Version: | 1.5.2 | OS: | Linux |
Assigned to: | CPU Architecture: | Any |
[24 Oct 2014 17:32]
cindy .
[4 Nov 2014 12:07]
Alfranio Tavares Correia Junior
Verified as described. The problem here is that any function (e.g. built-in failure detector) that tracks whether a server is unreachable or not should kill all connections to a sever if it is considered faulty thus indirectly aborting/unblocking any command accessing the server. This is not happening though and commands might get blocked until the TCP-IP or the MySQL Connection time out.
[12 Dec 2014 23:06]
Philip Olson
Posted by developer: Fixed as of the upcoming MySQL Fabric 1.6.1 release, and here's the changelog entry: Triggering a network down on a master or slave in a MySQL Fabric group would hang Fabric for an extended amount of time before it failed over and promoted a slave to a new master. Thank you for the bug report.