Bug #76165 | NdbEventBuffer leaks Gci_op | ||
---|---|---|---|
Submitted: | 5 Mar 2015 7:51 | Modified: | 25 Mar 2015 10:03 |
Reporter: | Mauritz Sundell | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: NDB API | Severity: | S3 (Non-critical) |
Version: | 7.4.4 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[5 Mar 2015 7:51]
Mauritz Sundell
[25 Mar 2015 10:03]
Jon Stephens
Documented fix in the NDB 7.4.6 changelog, as follows: When an instance of NdbEventBuffer was destroyed, remaining references to GCI operations in the event buffer data list were never freed. Now these are freed, and items from the event bufer data list are returned to the free list when purging GCI containers. Closed.