- Le plus récent
- Le plus de votes
- La plupart des commentaires
The issue you're experiencing with an incorrect value for the Threads_running variable in Aurora MySQL 3.07.1 when using Local read replica write forwarding is a known problem that has been addressed in previous Aurora MySQL updates.
This specific issue has been fixed in earlier versions of Aurora MySQL, including version 3.06.1 and 3.04.3. In these updates, Amazon addressed the problem of incorrect values for the threads_running status variable when using Aurora Global Database.
The extremely large value you're seeing for Threads_running (18446744073709547770) is likely due to an integer overflow or similar data representation issue, rather than an actual count of running threads.
While the fix was implemented for Aurora Global Database scenarios, it appears that a similar issue may still be present in your specific configuration using Local read replica write forwarding in version 3.07.1.
Your workaround of manually rebooting the Aurora instance, which results in Threads_running returning to a normal value (2 in your case), is a temporary solution. However, this is not ideal for production environments as it requires downtime and manual intervention.
Given that this issue has been addressed in previous versions, it's likely that AWS is aware of the problem and may be working on a fix for version 3.07.1 or future releases. In the meantime, you may want to consider the following actions:
-
Contact AWS Support to report this specific issue with Aurora MySQL 3.07.1 and Local read replica write forwarding. They may be able to provide a more immediate solution or workaround.
-
If possible, consider temporarily disabling Local read replica write forwarding to see if it resolves the issue without requiring instance reboots.
-
Monitor for any new Aurora MySQL engine updates that might address this issue.
-
If the problem significantly impacts your operations, you might want to consider downgrading to a version where this issue has been confirmed as fixed, such as 3.06.1 or 3.04.3, until a fix for 3.07.1 is available.
Remember to thoroughly test any changes in a non-production environment before applying them to your production systems.
Sources
Aurora MySQL database engine updates 2024-06-26 (version 3.06.1, compatible with MySQL 8.0.34) - Amazon Aurora
Aurora MySQL database engine updates 2024-06-26 (version 3.04.3, compatible with MySQL 8.0.28) - Amazon Aurora
Thanks for the artificial intelligence ML Algorithm )), but can anyone report a lost bug fix?
Contenus pertinents
- demandé il y a 2 ans
- demandé il y a 3 mois
- AWS OFFICIELA mis à jour il y a 8 mois
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 4 ans
- AWS OFFICIELA mis à jour il y a 21 jours