Bug #27292 | restarting a data node makes sql nodes log event buffer status every few seconds | ||
---|---|---|---|
Submitted: | 20 Mar 2007 14:46 | Modified: | 4 Aug 2008 10:04 |
Reporter: | Hartmut Holzgraefe | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | 5.1bk | OS: | Any |
Assigned to: | Tomas Ulin | CPU Architecture: | Any |
[20 Mar 2007 14:46]
Hartmut Holzgraefe
[19 Apr 2007 8:56]
Pavel Pushkarev
Looks like the bug is around line 1501 in NdbEventOperationImpl.cpp. The workaround is to comment reportStatus() on 1515, but that doesn't solve the problem.
[9 May 2007 10:32]
Tomas Ulin
Upgrading to P2, behind this is actually a "small memleak"
[9 May 2007 10:32]
Tomas Ulin
this should only show up if bin-logging is not on
[9 May 2007 10:33]
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/26366 ChangeSet@1.2511, 2007-05-09 12:51:37+02:00, tomas@whalegate.ndb.mysql.com +1 -0 Bug #27292 restarting a data node makes sql nodes log event buffer status every few seconds
[10 May 2007 12:57]
Bugs System
Pushed into 5.1.19-beta
[15 May 2007 6:36]
Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at http://dev.mysql.com/doc/en/installing-source.html Documented bugfix in 5.1.18 changelog. Noted that it was observed only in 5.1.16 and later.
[31 Jul 2008 11:12]
Geert Vanderkelen
This bug has to be documented more clearly, something like: A SQL Node acting as a Slave will gradually consume more memory, each time with 4Mb. This is because some events were not consumed. It is also irrelevant whether binary logging is enabled or not and has nothing to do with data node restarting. Simply doing replication is enough to show the problem.
[4 Aug 2008 10:04]
Jon Stephens
Fix was actually documented in the 5.1.19 changelog, not 5.1.18 (typo in my previous comment).