| > - How is it possible that other users of Aurora aren't experiencing this issue basically all the time? How could AWS not know it exists? I know that there is no comparison in the user base, but a few years ago I ran into a massive Python + MySQL bug that: 1. made SELECT ... FOR UPDATE fail silenty
2. aborted the transaction and set the connection into autocommit mode This basically a worst case scenario in a transactional system. I was basically screaming like a mad man in the corner but no one seemed to care. Someone contacted me months later telling me that they experienced the same problem with "interesting" consequences in their system. The bug was eventually fixed but at that point I wasn't tracking it anymore, I provided a patch when I created the issue and moved on. https://stackoverflow.com/questions/945482/why-doesnt-anyone... |