[MDEV-17437] Semisync master fires invalid fd value assert Created: 2018-10-12 Updated: 2020-08-25 Resolved: 2018-11-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.3.11 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Andrei Elkin | Assignee: | Andrei Elkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The semisync ack collector hits fd's out-of-bound value assert through
The reason of the failure must be the same as in https://bugs.mysql.com/bug.php?id=79865 Representation in the error log:
|
| Comments |
| Comment by Andrei Elkin [ 2018-11-13 ] |
|
Checked a failing test to prove its not the patch's fault; |