Comment 1 for bug 904714

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

5.1:

http://jenkins.percona.com/job/percona-server-5.1-param/220/BUILD_TYPE=debug,Host=centos6-32/testReport/junit/%28root%29/rpl/percona_bug860910__mix_/

_StringException: Text attachment: traceback
------------
Comment:

Logfile:
CURRENT_TEST: rpl.percona_bug860910
mysqltest: In included file "./include/check_slave_param.inc":
included from ./include/check_slave_param.inc at line 32:
At line 31: Wrong value for slave parameter

The result from queries just before the failure was:
< snip >
4 system user NULL Connect 0 Waiting for master to send event NULL
5 system user NULL Connect 0 Has read all relay log; waiting for the slave I/O thread to update it NULL
6 root localhost:37707 NULL Binlog Dump 0 Has sent all binlog to slave; waiting for binlog to be updated NULL

**** SHOW BINARY LOGS on server_2 ****
SHOW BINARY LOGS;
Log_name File_size
slave-bin.000001 510

**** SHOW BINLOG EVENTS on server_2 ****
binlog_name = 'slave-bin.000001'
SHOW BINLOG EVENTS IN 'slave-bin.000001';
Log_name Pos Event_type Server_id End_log_pos Info
slave-bin.000001 4 Format_desc 2 106 Server ver: 5.1.60-debug-log, Binlog ver: 4
slave-bin.000001 106 Query 1 196 use `test`; CREATE TABLE t1(a INT)
slave-bin.000001 196 User var 1 240 @`var`=0
slave-bin.000001 240 Query 1 336 use `test`; INSERT INTO t1 VALUES (@var)
slave-bin.000001 336 Query 1 429 use `test`; INSERT INTO t1 VALUES (1)
slave-bin.000001 429 Query 1 510 use `test`; DROP TABLE t1
Wrong value for Exec_Master_Log_Pos. Expected '510', got '106'

More results from queries before failure can be found in /home/jenkins/workspace/percona-server-5.1-param/BUILD_TYPE/debug/Host/centos6-32/Percona-Server/mysql-test/var/3/log/percona_bug860910.log
------------

Help us localize this page