[MDEV-6952] query in relation with replication freeze Created: 2014-10-27 Updated: 2014-11-19 Due: 2014-11-17 Resolved: 2014-11-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Temporary |
| Affects Version/s: | 10.0.14 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Aurélien LEQUOY | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | replication | ||
| Environment: |
unbuntu 12.04 |
||
| Description |
|
Hello, I made a cleaner to supress data from a database, to test the script I put it at max and I got a freeze on a drop of temporary table (on slave).
It's the 3rd time I meet with this problem.
and strange things : (empty)
After it all tools / function in relation with replication are totally frozen. |
| Comments |
| Comment by Elena Stepanova [ 2014-10-27 ] |
|
Hi, By saying that it's the 3rd time you've seen the problem, do you mean that you have a reliable way to reproduce it, or that it happens sporadically and has happened 3 times so far? If you have a way to reproduce it, can you share it? The initial data dump, configuration, and the set of statements to execute on the master. If it's sporadic, please attach configuration files from master and slave, and provide some more details:
Thanks. |
| Comment by Aurélien LEQUOY [ 2014-10-27 ] |
|
well it always happen after i can't predict at witch time exactly. Got the same problem on 2 differents servers. The 2 first times it seem to happear with flush logs (debian-sys-maint). I relaunch the process with more log & trace. |
| Comment by Aurélien LEQUOY [ 2014-10-27 ] |
|
schema on my monitoring tool : https://pbs.twimg.com/media/B09--cBIAAAcoBt.png M = Binlog all servers have binlog + log_slave_update this script is executed with SET @@skip_replication = ON on dba-test-sa-03 |
| Comment by Elena Stepanova [ 2014-10-27 ] |
|
So, it does not always happen with the same DROP TABLE statement? Regarding the empty InnoDB status – what kind of GUI do you use? I read about a similar problem with SQLYog, although not a recent one. Did you try to run it via the regular MySQL client? (It will probably hang, but it would be useful to know for sure). |
| Comment by Aurélien LEQUOY [ 2014-11-19 ] |
|
Can close this bug, I identified the problem and was an hardware issue |
| Comment by Elena Stepanova [ 2014-11-19 ] |
|
We don't have a proper resolution value for an environmental problem, so I'm closing it as "Cannot Reproduce". |