[MDEV-5577] Querying/creating an unreacheable Federated table makes a non-ending and unkillable query Created: 2014-01-27 Updated: 2014-06-06 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.34 |
| Fix Version/s: | 5.5 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Jean Weisbuch | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | federated, kill | ||
| Description |
|
If you try to create or query a Federated table on an unreacheable network (could happen if you duplicate a database not located on the same private network for example), the query will not finish unless a timeout is reached (i am unsure on which one). Doing a control+c while the query is running tries to kill the query, the query will be shown as a "Killed" command but wont finish and stays in "creating table" state until this timeout is reached, as a consequence, the CLI will still wait for the query to end and be unusable :
After some minutes the query will finally end and the CLI is usable again :
ps: the problem might happen as well while not using the CLI but i only did try to access these unreacheable tables using CLI. |