Bug #26015 | valgrind warning PollGuard::unlock_and_signal()/NdbCondition_Destroy | ||
---|---|---|---|
Submitted: | 1 Feb 2007 16:04 | Modified: | 8 Feb 2007 7:46 |
Reporter: | Tomas Ulin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Replication | Severity: | S1 (Critical) |
Version: | 5.1 | OS: | |
Assigned to: | Magnus BlÄudd | CPU Architecture: | Any |
[1 Feb 2007 16:04]
Tomas Ulin
[6 Feb 2007 21:06]
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/19448 ChangeSet@1.2425, 2007-02-06 22:06:13+01:00, msvensson@pilot.mysql.com +1 -0 Bug#26015 valgrind warning PollGuard::unlock_and_signal()/NdbCondition_Destroy - Add variable "ndbcluster_binlog_terminating" and use that to signal the cluster binlog thread it's time to shutdown. This allows exact control of when the thread shutdown, previous implementation would start shutdown of the thread as soon as the mysqld started shutdown. Now we will shutdown cluster binlog thread in 'ndbcluster_binlog_end'
[7 Feb 2007 17:15]
Tomas Ulin
pushed to 5.1.16
[8 Feb 2007 7:46]
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.16 changelog. Changed bug category to Cluster:Replication.