[MDEV-32943] Stopping Semi-sync Slave Reports that it is Falling Back to Async Mode Created: 2023-12-04 Updated: 2023-12-06 Resolved: 2023-12-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.6 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Brandon Nesterenko | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | MDEV-32551-test | ||
| Issue Links: |
|
||||||||
| Description |
|
If a slave is stopped (or shut down) while also sending an ACK back to a primary, it will log an error in its error log
The first error seems fine, but if the slave is stopping, it should not message that it is falling back to asynchronous replication. |
| Comments |
| Comment by Michael Widenius [ 2023-12-06 ] |
|
Cleaned up error messages a bit in the semi-sync patch to make things less |