| Bug #80750 | Excessive recreation of Ndb objects due to false failure of Thd_ndb::valid_ndb | ||
|---|---|---|---|
| Submitted: | 15 Mar 2016 14:01 | Modified: | 21 Mar 2016 15:16 |
| Reporter: | Ole John Aske | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
| Version: | 7.4.10 | OS: | Any |
| Assigned to: | CPU Architecture: | Any | |
[15 Mar 2016 14:01]
Ole John Aske
[21 Mar 2016 15:16]
Jon Stephens
Documented fix in the NDB 7.4.11 and 7.5.2 changelogs as follows:
An internal function used to validate connections failed to
update the connection count when creating a new Ndb object. This
had the potential to creating a new Ndb object for every
operation validating the connection, which could have an impact
on performance, particularly when performing schema operations.
Closed.
