Bug #104491 | Contribution by Facebook: Fix race between binlog sender heartbeat timeout ... | ||
---|---|---|---|
Submitted: | 30 Jul 2021 22:12 | Modified: | 18 Jul 2022 16:19 |
Reporter: | FBContrib Admin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 8.0.20 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[30 Jul 2021 22:12]
FBContrib Admin
[30 Jul 2021 22:12]
FBContrib Admin
Fix race between binlog sender heartbeat timeout and signal (*) This code is contributed under the Facebook agreement
Contribution: fb_patch_254.txt (text/plain), 6.14 KiB.
[18 Jul 2022 16:19]
Jon Stephens
Documented fix as follows in the MySQL 8.0.31 changelog: When the binary log sender thread waited for updates with heartbeats enabled, it sometimes missed update signals, so that changes were not replicated until the next signal was issued and noticed by the thread. Our thanks to Facebook for the contribution. Closed.