[MDEV-8783] Replications Got Struct in the slave server. Created: 2015-09-09 Updated: 2023-01-22 Resolved: 2023-01-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.0.17 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | PrasanthBVM | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 64 bit Operating system |
||
| Attachments: |
|
| Description |
|
Hi Team, We are facing a problem in the slave server, That the Slave server gone to the non-responsive state,we are unable to check the Process list in the server.we Identified that
but there is a error in the
by looking this error we tried to sql_skip_counter=1 but the slave gone to non-responsive state, but we are able to connect to that server Please find the slave status below
Thanks. |
| Comments |
| Comment by PrasanthBVM [ 2015-09-09 ] |
|
Please update the issue ASAP |
| Comment by Georg Richter [ 2015-09-09 ] |
|
Seems to be a server issue, definetly not ODBC related. |
| Comment by PrasanthBVM [ 2015-09-10 ] |
|
Thanks for your update Richter , Please forward this ticket for particular team. Thanks. |
| Comment by Elena Stepanova [ 2015-09-10 ] |
|
Hi, What exactly do you mean by non-responsive state, what worked and what not? Apparently, you could connect, SHOW SLAVE STATUS worked, while SHOW PROCESSLIST was not, what else? How exactly did SHOW PROCESSLIST not work, would it hang, would it return an empty set? When did it happen? As I understand, you were able to run set sql_slave_skip_counter=1, so after the initial replication failure the server was still responsive? Did this SET finish all right? Were you able to run START SLAVE after that, and did it finish all right, or did it hang, or...? SHOW SLAVE STATUS output looks weird indeed. On one hand, it indicates that SQL threads are running, on the other hand shows an error on SQL thread. Something like that could have happened in some versions with parallel replication, but your config file has no indication that you are using parallel replication, is it so? Finally, even though you say you ran set sql_slave_skip_counter=1, the error log you attached has no sign of it. Is it really the latest log? Did you check that you had not run out of disk space on the box? (Which could explain both missing records in the log and odd behavior of the server). |
| Comment by PrasanthBVM [ 2015-09-14 ] |
|
Hi Stepanova, I mean that the MariaDB gone to non-responsive state that means . Please let me know this abnormality in the MariaDB server. |