Bug #38269 | pushbuild gives valgrind error in ha_statistic_increment for rpl_temporary | ||
---|---|---|---|
Submitted: | 21 Jul 2008 18:56 | Modified: | 17 Oct 2008 17:53 |
Reporter: | Sven Sandberg | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Tests: Replication | Severity: | S7 (Test Cases) |
Version: | 5.1-bugteam | OS: | Any (valgrind) |
Assigned to: | Ramil Kalimullin | CPU Architecture: | Any |
Tags: | ha_statistic_increment, pushbuild, sr51test, test failure, tmp_table_repliication, valgrind |
[21 Jul 2008 18:56]
Sven Sandberg
[21 Jul 2008 18: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/50140 2709 Sven Sandberg 2008-07-21 BUG#38269: pushbuild gives valgrind error in ha_statistic_increment for rpl_temporary This does not fix the bug. It only disables the failing test.
[21 Jul 2008 18: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/50141 2709 Sven Sandberg 2008-07-21 BUG#38269: pushbuild gives valgrind error in ha_statistic_increment for rpl_temporary This does not fix the bug. It only disables the failing test.
[21 Jul 2008 19: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/50142 2709 Sven Sandberg 2008-07-21 BUG#38269: pushbuild gives valgrind error in ha_statistic_increment for rpl_temporary This does not fix the bug. It only disables the failing test.
[22 Jul 2008 17:29]
Sven Sandberg
See also BUG#38289.
[22 Jul 2008 17:59]
Sven Sandberg
The following warnings were given by valgrind on https://intranet.mysql.com/secure/pushbuild/showpush.pl?dir=bzr_mysql-5.1-bugteam&order=72 valgrind/n_stm and valgrind/ps_stm : slave.err: rpl.rpl_temporary: ==20763== at 0x742BC0: handler::read_first_row(unsigned char*, unsigned) (handler.cc:1952) slave.err: rpl.rpl_temporary: ==20763== at 0x4A2066B: free (vg_replace_malloc.c:233) slave.err: rpl.rpl_temporary: ==20763== at 0x73CD1E: handler::ha_statistic_increment(unsigned long system_status_var::*) const (handler.cc:1952) slave.err: rpl.rpl_temporary: ==20763== at 0x4A2066B: free (vg_replace_malloc.c:233)
[22 Jul 2008 18:32]
Bugs System
Pushed into 5.1.28
[28 Jul 2008 14:46]
Bugs System
Pushed into 6.0.7-alpha (revid:alik@mysql.com-20080725172155-fnc73o50e4tgl23k) (version source revid:alik@mysql.com-20080725172155-fnc73o50e4tgl23k) (pib:3)
[28 Jul 2008 16:45]
Bugs System
Pushed into 5.1.28 (revid:davi.arnaut@sun.com-20080722182431-0i2f1yc4uocime9q) (version source revid:davi.arnaut@sun.com-20080722182431-0i2f1yc4uocime9q) (pib:3)
[14 Sep 2008 1:06]
Bugs System
Pushed into 6.0.7-alpha (revid:sven@mysql.com-20080721190506-dk52gik6ob2h7pjd) (version source revid:vvaintroub@mysql.com-20080804094710-jb2qpqxpf2ir2gf3) (pib:3)
[1 Oct 2008 14:01]
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/54951 2755 Sven Sandberg 2008-10-01 BUG#38269: pushbuild gives valgrind error in ha_statistic_increment for rpl_temporary Re-enabling failing test case because server logs were lost in pushbuild, so we need to run it again.
[1 Oct 2008 14:13]
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/54955 2755 Sven Sandberg 2008-10-01 BUG#38269: pushbuild gives valgrind error in ha_statistic_increment for rpl_temporary Re-enabling failing test case because server logs were lost in pushbuild, so we need to run it again.
[7 Oct 2008 11: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/55569 2692 Ramil Kalimullin 2008-10-07 Fix for bug#38269: pushbuild gives valgrind error in ha_statistic_increment for rpl_temporary Problem: in some cases master send a special event to reconnecting slave to keep slave's temporary tables (see #17284) and they still have references to the "old" SQL slave thread and use them to access thread's data. Fix: set temporary tables thread references to the actual SQL slave thread in such cases.
[7 Oct 2008 13:22]
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/55588 2760 Ramil Kalimullin 2008-10-07 Fix for bug#38269: pushbuild gives valgrind error in ha_statistic_increment for rpl_temporary Problem: in some cases master send a special event to reconnecting slave to keep slave's temporary tables (see #17284) and they still have references to the "old" SQL slave thread and use them to access thread's data. Fix: set temporary tables thread references to the actual SQL slave thread in such cases.
[7 Oct 2008 18:20]
Paul DuBois
Noted in 5.1.29 changelog. In some cases, a replication master sent a special event to a reconnecting slave to keep the slave's temporary tables, but they still had references to the old slave SQL thread and used them to access that thread's data. Leaving report status unchanged; this is early documentation of an upcoming push into 5.1.29.
[9 Oct 2008 17:46]
Bugs System
Pushed into 5.1.30 (revid:sven@mysql.com-20081001140204-8ztvsvmyqx0q547j) (version source revid:mats@sun.com-20081008113713-2vxny72m5w1tywoi) (pib:4)
[9 Oct 2008 18:27]
Paul DuBois
Setting report to NDI pending push into 6.0.x.
[17 Oct 2008 16:46]
Bugs System
Pushed into 6.0.8-alpha (revid:ramil@mysql.com-20081007132117-8wxs7ghuxar1t31a) (version source revid:kgeorge@mysql.com-20081007153644-uypi14yjgque9obc) (pib:5)
[17 Oct 2008 17:53]
Paul DuBois
Noted in 6.0.8 changelog.
[28 Oct 2008 21:06]
Bugs System
Pushed into 5.1.29-ndb-6.2.17 (revid:sven@mysql.com-20081001140204-8ztvsvmyqx0q547j) (version source revid:tomas.ulin@sun.com-20081028140209-u4emkk1xphi5tkfb) (pib:5)
[28 Oct 2008 22:24]
Bugs System
Pushed into 5.1.29-ndb-6.3.19 (revid:sven@mysql.com-20081001140204-8ztvsvmyqx0q547j) (version source revid:tomas.ulin@sun.com-20081028194045-0353yg8cvd2c7dd1) (pib:5)
[1 Nov 2008 9:50]
Bugs System
Pushed into 5.1.29-ndb-6.4.0 (revid:sven@mysql.com-20081001140204-8ztvsvmyqx0q547j) (version source revid:jonas@mysql.com-20081101082305-qx5a1bj0z7i8ueys) (pib:5)