[MDEV-30549] MariaDB 10.5.16 hang for a long time after shutdown Created: 2023-02-02 Updated: 2023-03-07 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.5.16 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | dongjian | Assignee: | Angelique Sklavounos (Inactive) |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
centos 7.8 |
||
| Attachments: |
|
| Description |
|
My production server was suddenly hanging after shutdown. I just executed some normal SQL statements, and turned on semi-synchronous replication.
|
| Comments |
| Comment by Angelique Sklavounos (Inactive) [ 2023-02-28 ] | ||||||||||||||||||||||||||||||||||||||||||
|
Hi dongjian, Thanks for the report. Could you please provide my.cnf files for the servers, as well as the SQL statements (I suspect they include RESET MASTER and FLUSH LOGS)? Also, can I confirm there is one master and two slaves? Do both slaves have semisync replication enabled, or just slave server 4640? Thank you. | ||||||||||||||||||||||||||||||||||||||||||
| Comment by dongjian [ 2023-03-01 ] | ||||||||||||||||||||||||||||||||||||||||||
|
Hi Angelique Sklavounos, Will this cause the hang?
| ||||||||||||||||||||||||||||||||||||||||||
| Comment by Angelique Sklavounos (Inactive) [ 2023-03-01 ] | ||||||||||||||||||||||||||||||||||||||||||
|
Thanks, dongjian. Ideally, the RESET MASTER should not cause a hang - I was asking based on what was in the error log. I am trying to reproduce the hang but have not been able to so far, so I have some more questions:
Thank you. | ||||||||||||||||||||||||||||||||||||||||||
| Comment by dongjian [ 2023-03-02 ] | ||||||||||||||||||||||||||||||||||||||||||
|
Hi Angelique Sklavounos, I guess whether this hang is related to the modification of Thank you. | ||||||||||||||||||||||||||||||||||||||||||
| Comment by Angelique Sklavounos (Inactive) [ 2023-03-02 ] | ||||||||||||||||||||||||||||||||||||||||||
|
Thanks, dongjian. | ||||||||||||||||||||||||||||||||||||||||||
| Comment by Brandon Nesterenko [ 2023-03-03 ] | ||||||||||||||||||||||||||||||||||||||||||
|
Hi dongjian Looking at your stack trace, it looks like the cause of your hang may be the same that caused | ||||||||||||||||||||||||||||||||||||||||||
| Comment by dongjian [ 2023-03-06 ] | ||||||||||||||||||||||||||||||||||||||||||
|
Thanks, Brandon Nesterenko |