Bug #72704 | Memcache with replication cause mysql to crash when setting same key twice | ||
---|---|---|---|
Submitted: | 21 May 2014 8:13 | Modified: | 18 Aug 2014 8:23 |
Reporter: | Srinivasa Bora | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.6.16 | OS: | Linux |
Assigned to: | CPU Architecture: | Any | |
Tags: | Memcache, replication, Signal 11 |
[21 May 2014 8:13]
Srinivasa Bora
[18 Jul 2014 8:23]
MySQL Verification Team
Thank you for the report. I could not reproduce this issue with latest build 5.7.4. With a setup MasterA<->MasterB with memcacheA session, or both memcacheA/memcacheB active and updating same key. MasterA: mysql> select * from demo_test; +-------+--------------+------+------+------------+ | c1 | c2 | c3 | c4 | c5 | +-------+--------------+------+------+------------+ | AA | HELLO, HELLO | 8 | 0 | 0 | | k | 1 | 0 | 18 | 1405811048 | | key | 1 | 0 | 4 | 0 | | test1 | t1 | 10 | 4 | 0 | +-------+--------------+------+------+------------+ 4 rows in set (0.00 sec) MasterB: mysql> select * from demo_test; +-------+--------------+------+------+------------+ | c1 | c2 | c3 | c4 | c5 | +-------+--------------+------+------+------------+ | AA | HELLO, HELLO | 8 | 0 | 0 | | k | 1 | 0 | 18 | 1405811048 | | key | 1 | 0 | 4 | 0 | | test1 | t1 | 10 | 4 | 0 | +-------+--------------+------+------+------------+ 4 rows in set (0.00 sec) Could you please try with the 5.6.19 or 5.7.4 and also provide exact conf file used, repeatable test cases(set command used etc). Thanks, Umesh
[19 Aug 2014 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".