[MDEV-13576] rpl.rpl_parallel failed in buildbot Created: 2017-08-18  Updated: 2017-08-18  Resolved: 2017-08-18

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.3
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: Alice Sherepa Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None

Issue Links:
Duplicate
is duplicated by MDEV-13519 rpl.show_status_stop_slave_race-7126 ... Closed

 Description   

http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2/builds/9240/steps/test_3/logs/stdio

rpl.rpl_parallel 'innodb,stmt'           w2 [ fail ]
        Test ended at 2017-08-17 11:27:01
 
CURRENT_TEST: rpl.rpl_parallel
mysqltest: In included file "./include/wait_for_slave_param.inc": 
included from ./include/wait_for_slave_io_to_start.inc at line 40:
included from ./include/wait_for_slave_to_start.inc at line 26:
included from ./include/start_slave.inc at line 35:
included from ./extra/rpl_tests/rpl_parallel.inc at line 1610:
included from /mnt/buildbot/build/mariadb-10.3.1/mysql-test/suite/rpl/t/rpl_parallel.test at line 2:
At line 119: query 'let $_show_slave_status_value= query_get_value("SHOW SLAVE STATUS", $slave_param, 1)' failed: 2013: Lost connection to MySQL server during query
 
The result from queries just before the failure was:
< snip >
connection server_1;
INSERT INTO t2 VALUES (41);
INSERT INTO t2 VALUES (42);
SET @old_format= @@binlog_format;
SET binlog_format= statement;
DELETE FROM t2 WHERE a=40;
SET binlog_format= @old_format;
INSERT INTO t2 VALUES (43);
INSERT INTO t2 VALUES (44);
FLUSH LOGS;
INSERT INTO t2 VALUES (45);
SET gtid_seq_no=100;
INSERT INTO t2 VALUES (46);
connection con_temp2;
BEGIN;
SELECT * FROM t2 WHERE a=40 FOR UPDATE;
a
40
connection server_2;
include/start_slave.inc
 
More results from queries before failure can be found in /mnt/buildbot/build/mariadb-10.3.1/mysql-test/var/2/log/rpl_parallel.log
 
 
Server [mysqld.2 - pid: 26789, winpid: 26789, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
2017-08-17 11:26:56 2897668928 [Note] Deleted Master_info file '/run/shm/var_auto_1Jjg/2/mysqld.2/data/master.info'.
2017-08-17 11:26:56 2897668928 [Note] Deleted Master_info file '/run/shm/var_auto_1Jjg/2/mysqld.2/data/relay-log.info'.
2017-08-17 11:26:56 2897668928 [Note] Master connection name: ''  Master_info_file: 'master.info'  Relay_info_file: 'relay-log.info'
2017-08-17 11:26:56 2897668928 [Note] 'CHANGE MASTER TO executed'. Previous state master_host='127.0.0.1', master_port='16020', master_log_file='', master_log_pos='4'. New state master_host='127.0.0.1', master_port='16020', master_log_file='master-bin.000001', master_log_pos='4'.
2017-08-17 11:26:56 2843388736 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 4, relay log './slave-relay-bin.000001' position: 4
2017-08-17 11:26:56 2770320192 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication started in log 'master-bin.000001' at position 4
2017-08-17 11:26:56 2843388736 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:56 2843388736 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 329
2017-08-17 11:26:56 2770320192 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 329
2017-08-17 11:26:56 2897668928 [Note] Master connection name: ''  Master_info_file: 'master.info'  Relay_info_file: 'relay-log.info'
2017-08-17 11:26:56 2897668928 [Note] 'CHANGE MASTER TO executed'. Previous state master_host='127.0.0.1', master_port='16020', master_log_file='master-bin.000001', master_log_pos='329'. New state master_host='127.0.0.1', master_port='16020', master_log_file='master-bin.000001', master_log_pos='329'.
2017-08-17 11:26:56 2897668928 [Note] Previous Using_Gtid=No. New Using_Gtid=Slave_Pos
2017-08-17 11:26:56 2770320192 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position ''
2017-08-17 11:26:56 2843388736 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 329, relay log './slave-relay-bin.000001' position: 4; GTID position ''
2017-08-17 11:26:56 2843388736 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:56 2843388736 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 329; GTID position ''
2017-08-17 11:26:56 2770320192 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 329; GTID position 
2017-08-17 11:26:56 2770320192 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position ''
2017-08-17 11:26:56 2765839168 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 329, relay log './slave-relay-bin.000001' position: 4; GTID position ''
2017-08-17 11:26:56 2765839168 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:56 2765839168 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 2131; GTID position '0-1-9,1-1-1'
2017-08-17 11:26:56 2770320192 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 2131; GTID position 1-1-1,0-1-9
2017-08-17 11:26:56 2770017088 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-1,0-1-9'
2017-08-17 11:26:56 2765839168 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 2131, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-9,1-1-1'
2017-08-17 11:26:56 2765839168 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:56 2765839168 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 2714; GTID position '0-1-9,1-1-2,2-1-1'
2017-08-17 11:26:56 2770017088 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 2714; GTID position 1-1-2,2-1-1,0-1-9
2017-08-17 11:26:56 2765839168 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-2,0-1-9,2-1-1'
2017-08-17 11:26:56 2770320192 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 2714, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-9,1-1-2,2-1-1'
2017-08-17 11:26:56 2770320192 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:56 2770320192 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 1520; GTID position '0-1-14,1-1-2,2-1-1'
2017-08-17 11:26:56 2765839168 [Note] Slave I/O thread exiting, read up to log 'master-bin.000002', position 1520; GTID position 1-1-2,0-1-14,2-1-1
2017-08-17 11:26:56 2770320192 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-2,0-1-14,2-1-1'
2017-08-17 11:26:56 2843388736 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 1520, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-14,1-1-2,2-1-1'
2017-08-17 11:26:57 2843388736 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:57 2843388736 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 1969; GTID position '0-1-15,1-1-2,2-1-1'
2017-08-17 11:26:57 2770320192 [Note] Slave I/O thread exiting, read up to log 'master-bin.000002', position 2307; GTID position 1-1-2,0-1-17,2-1-1
2017-08-17 11:26:57 2765839168 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-2,0-1-15,2-1-1'
2017-08-17 11:26:57 2843388736 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 1969, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-15,1-1-2,2-1-1'
2017-08-17 11:26:57 2843388736 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:57 2843388736 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 2307; GTID position '0-1-17,1-1-2,2-1-1'
2017-08-17 11:26:57 2765839168 [Note] Slave I/O thread exiting, read up to log 'master-bin.000002', position 2307; GTID position 1-1-2,0-1-17,2-1-1
2017-08-17 11:26:57 2843085632 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-2,0-1-17,2-1-1'
2017-08-17 11:26:57 2843388736 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 2307, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-17,1-1-2,2-1-1'
2017-08-17 11:26:57 2765536064 [ERROR] Slave SQL: Connection was killed, Gtid 0-1-19, Internal MariaDB error code: 1927
2017-08-17 11:26:57 2765536064 [Warning] Slave: Connection was killed Error_code: 1927
2017-08-17 11:26:57 2765536064 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'master-bin.000002' position 2307; GTID position '0-1-17,1-1-2,2-1-1'
2017-08-17 11:26:57 2843388736 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:57 2765839168 [ERROR] Slave (additional info): Commit failed due to failure of an earlier commit on which this one depends Error_code: 1964
2017-08-17 11:26:57 2765839168 [Warning] Slave: Commit failed due to failure of an earlier commit on which this one depends Error_code: 1964
2017-08-17 11:26:57 2765839168 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'master-bin.000002' position 2602; GTID position '0-1-18,1-1-2,2-1-1'
2017-08-17 11:26:57 2843388736 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 2602; GTID position '0-1-18,1-1-2,2-1-1'
2017-08-17 11:26:57 2843085632 [Note] Slave I/O thread exiting, read up to log 'master-bin.000002', position 3233; GTID position 1-1-2,0-1-20,2-1-1
2017-08-17 11:26:57 2843085632 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-2,0-1-18,2-1-1'
2017-08-17 11:26:57 2843388736 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 2602, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-18,1-1-2,2-1-1'
2017-08-17 11:26:57 2843388736 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:57 2843388736 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 3401; GTID position '0-1-21,1-1-2,2-1-1'
2017-08-17 11:26:57 2843085632 [Note] Slave I/O thread exiting, read up to log 'master-bin.000002', position 3401; GTID position 1-1-2,0-1-21,2-1-1
2017-08-17 11:26:57 2843388736 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-2,0-1-21,2-1-1'
2017-08-17 11:26:57 2767633216 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 3401, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-21,1-1-2,2-1-1'
2017-08-17 11:26:57 2768239424 [ERROR] Slave SQL: Connection was killed, Gtid 0-1-23, Internal MariaDB error code: 1927
2017-08-17 11:26:57 2768239424 [Warning] Slave: Connection was killed Error_code: 1927
2017-08-17 11:26:57 2768239424 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'master-bin.000002' position 3401; GTID position '0-1-21,1-1-2,2-1-1'
2017-08-17 11:26:57 2767633216 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:57 2807462720 [ERROR] Slave (additional info): Commit failed due to failure of an earlier commit on which this one depends Error_code: 1964
2017-08-17 11:26:57 2807462720 [Warning] Slave: Commit failed due to failure of an earlier commit on which this one depends Error_code: 1964
2017-08-17 11:26:57 2807462720 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'master-bin.000002' position 3401; GTID position '0-1-21,1-1-2,2-1-1'
2017-08-17 11:26:57 2767633216 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 3696; GTID position '0-1-22,1-1-2,2-1-1'
2017-08-17 11:26:57 2769713984 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 3696, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-22,1-1-2,2-1-1'
2017-08-17 11:26:57 2769713984 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:57 2769713984 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 4495; GTID position '0-1-25,1-1-2,2-1-1'
2017-08-17 11:26:57 2843388736 [Note] Slave I/O thread exiting, read up to log 'master-bin.000002', position 4495; GTID position 1-1-2,0-1-25,2-1-1
2017-08-17 11:26:57 2769713984 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-2,0-1-25,2-1-1'
2017-08-17 11:26:57 2765839168 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 4495, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-25,1-1-2,2-1-1'
2017-08-17 11:26:57 2765839168 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:57 2765839168 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 4495; GTID position '0-1-25,1-1-2,2-1-1'
2017-08-17 11:26:57 2769713984 [Note] Slave I/O thread exiting, read up to log 'master-bin.000002', position 4495; GTID position 1-1-2,0-1-25,2-1-1
2017-08-17 11:26:57 2897668928 [Note] Master connection name: ''  Master_info_file: 'master.info'  Relay_info_file: 'relay-log.info'
2017-08-17 11:26:57 2897668928 [Note] 'CHANGE MASTER TO executed'. Previous state master_host='127.0.0.1', master_port='16020', master_log_file='master-bin.000002', master_log_pos='4495'. New state master_host='127.0.0.1', master_port='16020', master_log_file='master-bin.000002', master_log_pos='4495'.
2017-08-17 11:26:57 2897668928 [Note] Previous Using_Gtid=Slave_Pos. New Using_Gtid=No
2017-08-17 11:26:57 2770017088 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication started in log 'master-bin.000002' at position 4495
2017-08-17 11:26:57 2769713984 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 4495, relay log './slave-relay-bin.000001' position: 4
2017-08-17 11:26:57 2843388736 [ERROR] Slave SQL: Connection was killed, Gtid 0-1-27, Internal MariaDB error code: 1927
2017-08-17 11:26:57 2843388736 [Warning] Slave: Connection was killed Error_code: 1927
2017-08-17 11:26:57 2843388736 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'master-bin.000002' position 4495
2017-08-17 11:26:57 2769713984 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:57 2766142272 [ERROR] Slave (additional info): Commit failed due to failure of an earlier commit on which this one depends Error_code: 1964
2017-08-17 11:26:57 2766142272 [Warning] Slave: Commit failed due to failure of an earlier commit on which this one depends Error_code: 1964
2017-08-17 11:26:57 2766142272 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'master-bin.000002' position 4495
2017-08-17 11:26:57 2769713984 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 4790
2017-08-17 11:26:57 2769713984 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 4790, relay log './slave-relay-bin.000002' position: 851
2017-08-17 11:26:57 2769713984 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:57 2769713984 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 5589
2017-08-17 11:26:57 2770017088 [Note] Slave I/O thread exiting, read up to log 'master-bin.000002', position 5589
2017-08-17 11:26:57 2897668928 [Note] Master connection name: ''  Master_info_file: 'master.info'  Relay_info_file: 'relay-log.info'
2017-08-17 11:26:57 2897668928 [Note] 'CHANGE MASTER TO executed'. Previous state master_host='127.0.0.1', master_port='16020', master_log_file='master-bin.000002', master_log_pos='5589'. New state master_host='127.0.0.1', master_port='16020', master_log_file='master-bin.000002', master_log_pos='5589'.
2017-08-17 11:26:57 2897668928 [Note] Previous Using_Gtid=No. New Using_Gtid=Slave_Pos
2017-08-17 11:26:57 2807462720 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-2,0-1-29,2-1-1'
2017-08-17 11:26:57 2769713984 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 5589, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-29,1-1-2,2-1-1'
2017-08-17 11:26:57 2769713984 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:57 2769713984 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 5589; GTID position '0-1-29,1-1-2,2-1-1'
2017-08-17 11:26:57 2807462720 [Note] Slave I/O thread exiting, read up to log 'master-bin.000002', position 5589; GTID position 1-1-2,0-1-29,2-1-1
2017-08-17 11:26:57 2766142272 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-2,0-1-29,2-1-1'
2017-08-17 11:26:57 2769713984 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 5589, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-29,1-1-2,2-1-1'
2017-08-17 11:26:57 2770017088 [ERROR] Slave SQL: Connection was killed, Gtid 0-1-33, Internal MariaDB error code: 1927
2017-08-17 11:26:57 2770017088 [Warning] Slave: Connection was killed Error_code: 1927
2017-08-17 11:26:57 2770017088 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'master-bin.000002' position 7301; GTID position '0-1-30,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:57 2769713984 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:57 2769713984 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 7556; GTID position '0-1-31,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:57 2766142272 [Note] Slave I/O thread exiting, read up to log 'master-bin.000002', position 8111; GTID position 1-1-3,0-1-34,3-1-1,2-1-2
2017-08-17 11:26:57 2766142272 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-3,0-1-31,3-1-1,2-1-2'
2017-08-17 11:26:57 2769713984 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 7556, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-31,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:57 2769713984 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:57 2769713984 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 8281; GTID position '0-1-35,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:57 2766142272 [Note] Slave I/O thread exiting, read up to log 'master-bin.000002', position 8281; GTID position 1-1-3,0-1-35,3-1-1,2-1-2
2017-08-17 11:26:57 2769713984 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-3,0-1-35,3-1-1,2-1-2'
2017-08-17 11:26:57 2807462720 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 8281, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-35,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:57 2807462720 [ERROR] Slave SQL: Connection was killed, Internal MariaDB error code: 1927
2017-08-17 11:26:57 2807462720 [Warning] Slave: Connection was killed Error_code: 1927
2017-08-17 11:26:57 2807462720 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'master-bin.000002' position 8281; GTID position '0-1-35,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:57 2807462720 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 8520; GTID position '0-1-36,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:57 2769713984 [Note] Slave I/O thread exiting, read up to log 'master-bin.000002', position 18698; GTID position 1-1-3,0-1-37,3-1-1,2-1-2
2017-08-17 11:26:57 2769713984 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-3,0-1-36,3-1-1,2-1-2'
2017-08-17 11:26:58 2807462720 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 8520, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-36,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2807462720 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:58 2807462720 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 18866; GTID position '0-1-38,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2769713984 [Note] Slave I/O thread exiting, read up to log 'master-bin.000002', position 18866; GTID position 1-1-3,0-1-38,3-1-1,2-1-2
2017-08-17 11:26:58 2807462720 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-3,0-1-38,3-1-1,2-1-2'
2017-08-17 11:26:58 2770017088 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 18866, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-38,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2770017088 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:58 2770017088 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 18866; GTID position '0-1-38,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2807462720 [Note] Slave I/O thread exiting, read up to log 'master-bin.000002', position 18866; GTID position 1-1-3,0-1-38,3-1-1,2-1-2
2017-08-17 11:26:58 2768239424 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-3,0-1-38,3-1-1,2-1-2'
2017-08-17 11:26:58 2770017088 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 18866, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-38,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2770017088 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:58 2770017088 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 20150; GTID position '0-1-44,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2768239424 [Note] Slave I/O thread exiting, read up to log 'master-bin.000002', position 20150; GTID position 1-1-3,0-1-44,3-1-1,2-1-2
2017-08-17 11:26:58 2770017088 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-3,0-1-44,3-1-1,2-1-2'
2017-08-17 11:26:58 2765839168 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 20150, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-44,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2765839168 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:58 2765839168 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 20578; GTID position '0-1-46,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2770017088 [Note] Slave I/O thread exiting, read up to log 'master-bin.000002', position 20578; GTID position 1-1-3,0-1-46,3-1-1,2-1-2
2017-08-17 11:26:58 2770017088 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-3,0-1-46,3-1-1,2-1-2'
2017-08-17 11:26:58 2765839168 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 20578, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-46,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2769713984 [ERROR] Slave SQL: Error 'Duplicate entry '111' for key 'PRIMARY'' on query. Default database: 'test'. Query: 'INSERT INTO t3 VALUES (111, 2)', Gtid 0-1-48, Internal MariaDB error code: 1062
2017-08-17 11:26:58 2769713984 [Warning] Slave: Duplicate entry '111' for key 'PRIMARY' Error_code: 1062
2017-08-17 11:26:58 2769713984 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'master-bin.000002' position 20748; GTID position '0-1-47,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2765839168 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:58 2765536064 [ERROR] Slave (additional info): Commit failed due to failure of an earlier commit on which this one depends Error_code: 1964
2017-08-17 11:26:58 2765536064 [Warning] Slave: Commit failed due to failure of an earlier commit on which this one depends Error_code: 1964
2017-08-17 11:26:58 2765536064 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'master-bin.000002' position 20748; GTID position '0-1-47,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2765839168 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 20748; GTID position '0-1-47,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2765839168 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 20748, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-47,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2765839168 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:58 2765839168 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 21092; GTID position '0-1-49,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2770017088 [Note] Slave I/O thread exiting, read up to log 'master-bin.000002', position 21092; GTID position 1-1-3,0-1-49,3-1-1,2-1-2
2017-08-17 11:26:58 2770320192 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-3,0-1-49,3-1-1,2-1-2'
2017-08-17 11:26:58 2765839168 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 21092, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-49,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2765839168 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:58 2765839168 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 21825; GTID position '0-1-53,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2770320192 [Note] Slave I/O thread exiting, read up to log 'master-bin.000002', position 21825; GTID position 1-1-3,0-1-53,3-1-1,2-1-2
2017-08-17 11:26:58 2765839168 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-3,0-1-53,3-1-1,2-1-2'
2017-08-17 11:26:58 2770017088 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 21825, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-53,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2770017088 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:58 2770017088 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 22534; GTID position '0-1-57,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2765839168 [Note] Slave I/O thread exiting, read up to log 'master-bin.000002', position 22534; GTID position 1-1-3,0-1-57,3-1-1,2-1-2
2017-08-17 11:26:58 2770017088 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-3,0-1-57,3-1-1,2-1-2'
2017-08-17 11:26:58 2768239424 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 22534, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-57,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2768239424 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:58 2768239424 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000002' at position 23284; GTID position '0-1-61,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2770017088 [Note] Slave I/O thread exiting, read up to log 'master-bin.000002', position 23284; GTID position 1-1-3,0-1-61,3-1-1,2-1-2
2017-08-17 11:26:58 2767633216 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000002' at position 23284, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-61,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2768239424 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-3,0-1-61,3-1-1,2-1-2'
2017-08-17 11:26:58 2765536064 [ERROR] Slave SQL: Query partially completed on the master (error on master: 1317) and was aborted. There is a chance that your master is inconsistent at this point. If you are sure that your master is ok, run this query manually on the slave and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START SLAVE; . Query: 'INSERT INTO t6 VALUES (1), (2), (3)', Gtid 0-1-68, Internal MariaDB error code: 1317
2017-08-17 11:26:58 2765536064 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'master-bin.000003' position 797; GTID position '0-1-67,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2767633216 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:58 2767633216 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000003' at position 797; GTID position '0-1-67,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2768239424 [Note] Slave I/O thread exiting, read up to log 'master-bin.000003', position 1014; GTID position 1-1-3,0-1-68,3-1-1,2-1-2
2017-08-17 11:26:58 2768239424 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-3,0-1-68,3-1-1,2-1-2'
2017-08-17 11:26:58 2767633216 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000003' at position 797, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-68,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2767633216 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:58 2767633216 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000003' at position 1387; GTID position '0-1-70,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2768239424 [Note] Slave I/O thread exiting, read up to log 'master-bin.000003', position 1387; GTID position 1-1-3,0-1-70,3-1-1,2-1-2
2017-08-17 11:26:58 2768239424 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000003' at position 1387, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-70,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2767633216 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-3,0-1-70,3-1-1,2-1-2'
2017-08-17 11:26:58 2768239424 [ERROR] Slave SQL: Error 'Duplicate entry '32' for key 'PRIMARY'' on query. Default database: 'test'. Query: 'INSERT INTO t2 VALUES (32)', Gtid 0-1-71, Internal MariaDB error code: 1062
2017-08-17 11:26:58 2768239424 [Warning] Slave: Duplicate entry '32' for key 'PRIMARY' Error_code: 1062
2017-08-17 11:26:58 2768239424 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'master-bin.000003' position 1387; GTID position '0-1-70,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2768239424 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000003' at position 1387; GTID position '0-1-70,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:58 2767633216 [ERROR] Error reading packet from server: Lost connection to MySQL server during query (server_errno=2013)
2017-08-17 11:26:58 2767633216 [Note] Slave I/O thread exiting, read up to log 'master-bin.000004', position 767; GTID position 1-1-3,0-1-73,3-1-1,2-1-2
2017-08-17 11:26:59 2767633216 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-3,0-1-70,3-1-1,2-1-2'
2017-08-17 11:26:59 2768239424 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000003' at position 1387, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-70,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:59 2769713984 [ERROR] Slave SQL: Error 'Duplicate entry '32' for key 'PRIMARY'' on query. Default database: 'test'. Query: 'INSERT INTO t2 VALUES (32)', Gtid 0-1-71, Internal MariaDB error code: 1062
2017-08-17 11:26:59 2769713984 [Warning] Slave: Duplicate entry '32' for key 'PRIMARY' Error_code: 1062
2017-08-17 11:26:59 2769713984 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'master-bin.000003' position 1387; GTID position '0-1-70,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:59 2768239424 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000003' at position 1387; GTID position '0-1-70,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:59 2766142272 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000003' at position 1387, relay log './slave-relay-bin.000002' position: 4; GTID position '0-1-70,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:59 2767936320 [ERROR] Slave SQL: Error 'Duplicate entry '32' for key 'PRIMARY'' on query. Default database: 'test'. Query: 'INSERT INTO t2 VALUES (32)', Gtid 0-1-71, Internal MariaDB error code: 1062
2017-08-17 11:26:59 2767936320 [Warning] Slave: Duplicate entry '32' for key 'PRIMARY' Error_code: 1062
2017-08-17 11:26:59 2767936320 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'master-bin.000003' position 1387; GTID position '0-1-70,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:59 2766142272 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:59 2766142272 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000003' at position 1387; GTID position '0-1-70,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:59 2767633216 [Note] Slave I/O thread exiting, read up to log 'master-bin.000004', position 767; GTID position 1-1-3,0-1-73,3-1-1,2-1-2
2017-08-17 11:26:59 2767633216 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-3,0-1-71,3-1-1,2-1-2'
2017-08-17 11:26:59 2767936320 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000003' at position 1387, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-71,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:59 2767936320 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:26:59 2767936320 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000004' at position 1127; GTID position '0-1-75,1-1-3,2-1-2,3-1-1'
2017-08-17 11:26:59 2767633216 [Note] Slave I/O thread exiting, read up to log 'master-bin.000004', position 1127; GTID position 1-1-3,0-1-75,3-1-1,2-1-2
2017-08-17 11:26:59 2767633216 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-3,0-1-75,3-1-1,2-1-2'
2017-08-17 11:26:59 2767936320 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000004' at position 1127, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-75,1-1-3,2-1-2,3-1-1'
2017-08-17 11:27:00 2767936320 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:27:00 2767936320 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000004' at position 1510; GTID position '0-1-77,1-1-3,2-1-2,3-1-1'
2017-08-17 11:27:00 2767633216 [Note] Slave I/O thread exiting, read up to log 'master-bin.000004', position 1510; GTID position 1-1-3,0-1-77,3-1-1,2-1-2
2017-08-17 11:27:00 2767936320 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-3,0-1-77,3-1-1,2-1-2'
2017-08-17 11:27:00 2770320192 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000004' at position 1510, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-77,1-1-3,2-1-2,3-1-1'
2017-08-17 11:27:00 2770320192 [Note] Error reading relay log event: slave SQL thread was killed
2017-08-17 11:27:00 2770320192 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000004' at position 1676; GTID position '0-1-78,1-1-3,2-1-2,3-1-1'
2017-08-17 11:27:00 2767936320 [Note] Slave I/O thread exiting, read up to log 'master-bin.000004', position 1676; GTID position 1-1-3,0-1-78,3-1-1,2-1-2
2017-08-17 11:27:00 2897668928 [Note] Master connection name: ''  Master_info_file: 'master.info'  Relay_info_file: 'relay-log.info'
2017-08-17 11:27:00 2897668928 [Note] 'CHANGE MASTER TO executed'. Previous state master_host='127.0.0.1', master_port='16020', master_log_file='master-bin.000004', master_log_pos='1676'. New state master_host='127.0.0.1', master_port='16020', master_log_file='master-bin.000004', master_log_pos='1676'.
2017-08-17 11:27:00 2897668928 [Note] Previous Using_Gtid=Slave_Pos. New Using_Gtid=No
2017-08-17 11:27:00 2770320192 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication started in log 'master-bin.000004' at position 1676
2017-08-17 11:27:00 2766142272 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000004' at position 1676, relay log './slave-relay-bin.000001' position: 4
mysqld: /home/buildbot/buildbot/build/mariadb-10.3.1/sql/sql_base.cc:204: uint get_table_def_key(const TABLE_LIST*, const char**): Assertion `!strcmp(table_list->get_db_name(), table_list->mdl_request.key.db_name()) && !strcmp(table_list->get_table_name(), table_list->mdl_request.key.name())' failed.
170817 11:27:00 [ERROR] mysqld got signal 6 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
 
To report this bug, see https://mariadb.com/kb/en/reporting-bugs
 
We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed, 
something is definitely wrong and this may fail.
 
Server version: 10.3.1-MariaDB-debug-log
key_buffer_size=1048576
read_buffer_size=131072
max_used_connections=7
max_threads=153
thread_count=26
It is possible that mysqld could use up to 
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 61882 K  bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
 
Thread pointer: 0xa6f3048
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 0xa51fb220 thread_stack 0x49000
/mnt/buildbot/build/mariadb-10.3.1/sql/mysqld(my_print_stacktrace+0x32)[0x8d7dcce]
/mnt/buildbot/build/mariadb-10.3.1/sql/mysqld(handle_fatal_signal+0x3c7)[0x8628e2b]
[0xb77d7400]
[0xb77d7424]
/lib/i386-linux-gnu/libc.so.6(gsignal+0x4f)[0xb72b31ef]
/lib/i386-linux-gnu/libc.so.6(abort+0x175)[0xb72b6835]
/lib/i386-linux-gnu/libc.so.6(+0x27095)[0xb72ac095]
/lib/i386-linux-gnu/libc.so.6(+0x27147)[0xb72ac147]
/mnt/buildbot/build/mariadb-10.3.1/sql/mysqld(_Z17get_table_def_keyPK10TABLE_LISTPPKc+0x97)[0x83055c0]
/mnt/buildbot/build/mariadb-10.3.1/sql/mysqld(_Z17tdc_acquire_shareP3THDP10TABLE_LISTjPP5TABLE+0x25)[0x8579f3a]
/mnt/buildbot/build/mariadb-10.3.1/sql/mysqld(_Z10open_tableP3THDP10TABLE_LISTP18Open_table_context+0x979)[0x8308442]
/mnt/buildbot/build/mariadb-10.3.1/sql/mysqld[0x830b1b2]
mysys/stacktrace.c:267(my_print_stacktrace)[0x830c0bf]
sql/table_cache.cc:793(tdc_acquire_share(THD*, TABLE_LIST*, unsigned int, TABLE**))[0x830d59f]
sql/sql_base.h:495(open_and_lock_tables(THD*, TABLE_LIST*, bool, unsigned int))[0x83012c6]
sql/rpl_gtid.cc:643(rpl_slave_state::record_gtid(THD*, rpl_gtid const*, unsigned long long, bool, bool, void**))[0x852dc6a]
sql/rpl_gtid.cc:1208(rpl_slave_state::load(THD*, char const*, unsigned int, bool, bool))[0x852f3d1]
sql/slave.cc:2519(get_master_version_and_clock)[0x82c8bbe]
sql/slave.cc:4596(handle_slave_io)[0x82cfdd6]
perfschema/pfs.cc:1864(pfs_spawn_thread)[0x883d558]
/lib/i386-linux-gnu/libpthread.so.0(+0x6d4c)[0xb755fd4c]
/lib/i386-linux-gnu/libc.so.6(clone+0x5e)[0xb736face]
 
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (0x0): 
Connection ID (thread ID): 415
Status: NOT_KILLED
 
Optimizer switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=off,table_elimination=on,extended_keys=on,exists_to_in=on,orderby_uses_equalities=on,condition_pushdown_for_derived=on,split_grouping_derived=on
 
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.
Writing a core file
----------SERVER LOG END-------------



 Comments   
Comment by Elena Stepanova [ 2017-08-18 ]

Same assertion failure as MDEV-13519, apparently the same root cause, closing as a duplicate.

Generated at Thu Feb 08 08:06:41 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.