Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.1(EOL)
-
None
Description
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest-big/builds/1328/steps/mtr_ps/logs/stdio
10.1 7e1326cfcf5aea38f40fb787f1b987cb325c785b |
rpl.rpl_non_direct_stm_mixing_engines 'innodb_plugin,stmt' w2 [ fail ]
|
Test ended at 2017-11-15 15:12:05
|
|
CURRENT_TEST: rpl.rpl_non_direct_stm_mixing_engines
|
=== SHOW MASTER STATUS ===
|
---- 1. ----
|
File slave-bin.000001
|
Position 124783
|
Binlog_Do_DB
|
Binlog_Ignore_DB
|
==========================
|
|
=== SHOW SLAVE STATUS ===
|
---- 1. ----
|
Slave_IO_State Waiting for master to send event
|
Master_Host 127.0.0.1
|
Master_User root
|
Master_Port 16020
|
Connect_Retry 1
|
Master_Log_File master-bin.000001
|
Read_Master_Log_Pos 144680
|
Relay_Log_File slave-relay-bin.000002
|
Relay_Log_Pos 130500
|
Relay_Master_Log_File master-bin.000001
|
Slave_IO_Running Yes
|
Slave_SQL_Running Yes
|
Replicate_Do_DB
|
Replicate_Ignore_DB
|
Replicate_Do_Table
|
Replicate_Ignore_Table
|
Replicate_Wild_Do_Table
|
Replicate_Wild_Ignore_Table
|
Last_Errno 0
|
Last_Error
|
Skip_Counter 0
|
Exec_Master_Log_Pos 130211
|
Relay_Log_Space 145267
|
Until_Condition None
|
Until_Log_File
|
Until_Log_Pos 0
|
Master_SSL_Allowed No
|
Master_SSL_CA_File
|
Master_SSL_CA_Path
|
Master_SSL_Cert
|
Master_SSL_Cipher
|
Master_SSL_Key
|
Seconds_Behind_Master 405
|
Master_SSL_Verify_Server_Cert No
|
Last_IO_Errno 0
|
Last_IO_Error
|
Last_SQL_Errno 0
|
Last_SQL_Error
|
Replicate_Ignore_Server_Ids
|
Master_Server_Id 1
|
Master_SSL_Crl
|
Master_SSL_Crlpath
|
Using_Gtid No
|
Gtid_IO_Pos
|
Replicate_Do_Domain_Ids
|
Replicate_Ignore_Domain_Ids
|
Parallel_Mode conservative
|
=========================
|
|
=== SHOW PROCESSLIST ===
|
---- 1. ----
|
Id 4
|
User root
|
Host localhost:37568
|
db test
|
Command Sleep
|
Time 1141
|
State
|
Info
|
Progress 0.000
|
---- 2. ----
|
Id 5
|
User root
|
Host localhost:37570
|
db test
|
Command Sleep
|
Time 1141
|
State
|
Info
|
Progress 0.000
|
---- 3. ----
|
Id 6
|
User system user
|
Host
|
db
|
Command Connect
|
Time 1141
|
State Waiting for master to send event
|
Info
|
Progress 0.000
|
---- 4. ----
|
Id 7
|
User system user
|
Host
|
db test
|
Command Connect
|
Time 405
|
State Unlocking tables
|
Info DROP TABLE IF EXISTS `tt_xx_7`,`nt_xx_7` /* generated by server */
|
Progress 0.000
|
---- 5. ----
|
Id 8
|
User root
|
Host localhost:37582
|
db test
|
Command Query
|
Time 0
|
State init
|
Info SHOW PROCESSLIST
|
Progress 0.000
|
---- 6. ----
|
Id 9
|
User root
|
Host localhost:37584
|
db test
|
Command Sleep
|
Time 1141
|
State
|
Info
|
Progress 0.000
|
========================
|
|
analyze: sync_with_master
|
mysqltest: In included file "./extra/rpl_tests/rpl_mixing_engines.test":
|
included from /mnt/buildbot/build/mariadb-10.1.30/mysql-test/suite/rpl/t/rpl_non_direct_stm_mixing_engines.test at line 15:
|
At line 1803: sync_slave_with_master failed: 'select master_pos_wait('master-bin.000001', 144680, 300, '')' returned -1 indicating timeout after 300 seconds
|
The full failure output is too long, it's in the attachment.
Attachments
Issue Links
- relates to
-
MDEV-16283 ALTER TABLE...DISCARD TABLESPACE still takes long on a large buffer pool
- Closed