Bug #56649 | Valgrind warnings for memory leak in semisync plugin (Delegate class) | ||
---|---|---|---|
Submitted: | 8 Sep 2010 13:56 | Modified: | 14 Dec 2010 6:36 |
Reporter: | Sven Sandberg | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
Version: | trunk, 5.6 | OS: | Any |
Assigned to: | Zhenxing He | CPU Architecture: | Any |
Tags: | memory leak, replication, semisync, valgrind |
[8 Sep 2010 13:56]
Sven Sandberg
[20 Oct 2010 11:26]
Sven Sandberg
This happened again on http://pb2.norway.sun.com/web.py?template=show_pushes&branch=mysql-next-mr , push http://pb2.norway.sun.com/web.py?template=push_details&push=1606993 , valgrind host, test case rpl_semi_sync_event. So setting to verified.
[27 Oct 2010 9:53]
Sven Sandberg
This has happened again in mysql-trunk-bugfixing. See http://tinyurl.com/39qgbs8
[4 Nov 2010 7:04]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/122789 3323 He Zhenxing 2010-11-04 BUG#56649 Valgrind warnings for memory leak in semisync plugin (Delegate class) The Observer_info object allocated when INSTALL semisync plugin was not free after UNINSTALL the plugin. Fixed the problem by free the object when UNINTSALL.
[17 Nov 2010 8:59]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/124110 3345 He Zhenxing 2010-11-17 BUG#56649 Valgrind warnings for memory leak in semisync plugin (Delegate class) The Observer_info object allocated when INSTALL semisync plugin was not free after UNINSTALL the plugin. Fixed the problem by free the object when UNINTSALL.
[17 Nov 2010 9:10]
Zhenxing He
Pushed to trunk-bugfixing
[5 Dec 2010 12:43]
Bugs System
Pushed into mysql-trunk 5.6.1 (revid:alexander.nozdrin@oracle.com-20101205122447-6x94l4fmslpbttxj) (version source revid:alexander.nozdrin@oracle.com-20101205122447-6x94l4fmslpbttxj) (merge vers: 5.6.1) (pib:23)
[14 Dec 2010 6:36]
Jon Stephens
Issue does not appear in a 5.6 release; no changelog entry needed. Closed.