Bug #72553 | Concurrency control is not locking the right objects | ||
---|---|---|---|
Submitted: | 6 May 2014 15:00 | Modified: | 23 May 2014 3:50 |
Reporter: | Alfranio Tavares Correia Junior | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Fabric | Severity: | S3 (Non-critical) |
Version: | 1.4.0 | OS: | Any |
Assigned to: | Alfranio Tavares Correia Junior | CPU Architecture: | Any |
[6 May 2014 15:00]
Alfranio Tavares Correia Junior
[23 May 2014 3:50]
Philip Olson
Fixed as of the upcoming MySQL Utilities 1.4.3 release, and here's the changelog entry: Due to the several changes in the high-availability and sharding sub-systems, the automatic routine to automatically find the lockable objects for a given procedure was not always valid. The consequence was that some procedures may have tried to update the same group concurrently when they should have been serialized. Thank you for the bug report.