main.percona_query_response_time-replication fails on 12.0 with --with-debug

Bug #603040 reported by Aleksandr Kuzminsky
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona Server moved to https://jira.percona.com/projects/PS
Fix Released
High
Oleg Tsarev

Bug Description

main.percona_query_response_time-replication [ fail ]
        Test ended at 2010-07-07 23:21:43

CURRENT_TEST: main.percona_query_response_time-replication
mysqltest: At line 22: query 'SELECT SUM(INFORMATION_SCHEMA.QUERY_RESPONSE_TIME.count) FROM INFORMATION_SCHEMA.QUERY_RESPONSE_TIME' failed: 2013: Lost connection to MySQL server during query

The result from queries just before the failure was:
< snip >
start slave;
DROP TABLE IF EXISTS t;
CREATE TABLE t(id INT);
SELECT * from t;
id
SELECT * from t;
id
SET GLOBAL QUERY_RESPONSE_TIME_RANGE_BASE = 1;
Warnings:
Warning 1292 Truncated incorrect query_response_time_range_base value: '1'
SHOW GLOBAL VARIABLES where Variable_name like 'QUERY_RESPONSE_TIME_RANGE_BASE';
Variable_name Value
query_response_time_range_base 2
SET GLOBAL QUERY_RESPONSE_TIME_RANGE_BASE = 10;
SHOW GLOBAL VARIABLES where Variable_name like 'QUERY_RESPONSE_TIME_RANGE_BASE';
Variable_name Value
query_response_time_range_base 10
FLUSH QUERY_RESPONSE_TIME;
SET GLOBAL ENABLE_QUERY_RESPONSE_TIME_STATS=ON;
INSERT INTO t VALUES(0);

More results from queries before failure can be found in /mnt/data1/home/buildbot/slaves/percona-server-51-12/sm1u02/build/Percona-Server/mysql-test/var/log/percona_query_response_time-replication.log

Revision history for this message
Aleksandr Kuzminsky (akuzminsky) wrote :

Server log

Changed in percona-server:
milestone: none → 5.1-12.0
Changed in percona-server:
status: New → Triaged
importance: Undecided → High
assignee: nobody → Oleg Tsarev (tsarev)
Revision history for this message
Oleg Tsarev (tsarev) wrote :
Changed in percona-server:
assignee: Oleg Tsarev (tsarev) → Yasufumi Kinoshita (yasufumi-kinoshita)
Revision history for this message
Yasufumi Kinoshita (yasufumi-kinoshita) wrote :

UNIV_SYNC_DEBUG problem has been fixed for now.
Please recheck the problem.

Changed in percona-server:
assignee: Yasufumi Kinoshita (yasufumi-kinoshita) → Oleg Tsarev (tsarev)
Oleg Tsarev (tsarev)
Changed in percona-server:
status: Triaged → Fix Committed
Changed in percona-server:
status: Fix Committed → Fix Released
Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PS-417

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.