| Bug #66497 | crash after restarting a parallel slave | ||
|---|---|---|---|
| Submitted: | 22 Aug 2012 13:01 | Modified: | 10 Jan 2013 14:00 |
| Reporter: | Giuseppe Maxia (OCA) | Email Updates: | |
| Status: | Duplicate | Impact on me: | |
| Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
| Version: | 5.6.6 | OS: | Any (Linux, MacOS X) |
| Assigned to: | CPU Architecture: | Any | |
| Tags: | crash, parallel, replication, repository | ||
[22 Aug 2012 13:01]
Giuseppe Maxia
[22 Aug 2012 14:59]
MySQL Verification Team
Thank you for the bug report. Please provide both configuration files (master/slave) private if you wish. Thanks.
[22 Aug 2012 15:16]
Giuseppe Maxia
This test was done using MySQL Sandbox.
Master config:
[mysql]
prompt='master [\h] {\u} (\d) > '
#
[client]
user = msandbox
password = msandbox
port = 12831
socket = /tmp/mysql_sandbox12831.sock
[mysqld]
user = gmax
port = 12831
socket = /tmp/mysql_sandbox12831.sock
basedir = /Users/gmax/opt/mysql/5.6.6
datadir = /Users/gmax/sandboxes/rsandbox_5_6_6/master/data
tmpdir = /Users/gmax/sandboxes/rsandbox_5_6_6/master/tmp
pid-file = /Users/gmax/sandboxes/rsandbox_5_6_6/master/data/mysql_sandbox12831.pid
#log-slow-queries = /Users/gmax/sandboxes/rsandbox_5_6_6/master/data/msandbox-slow.log
#log = /Users/gmax/sandboxes/rsandbox_5_6_6/master/data/msandbox.log
#
# additional options passed through 'my_clause'
#
log-bin=mysql-bin
server-id=1
log-error=msandbox.err
Slave config:
[mysql]
prompt='slave1 [\h] {\u} (\d) > '
#
[client]
user = msandbox
password = msandbox
port = 12832
socket = /tmp/mysql_sandbox12832.sock
[mysqld]
user = gmax
port = 12832
socket = /tmp/mysql_sandbox12832.sock
basedir = /Users/gmax/opt/mysql/5.6.6
datadir = /Users/gmax/sandboxes/rsandbox_5_6_6/node1/data
tmpdir = /Users/gmax/sandboxes/rsandbox_5_6_6/node1/tmp
pid-file = /Users/gmax/sandboxes/rsandbox_5_6_6/node1/data/mysql_sandbox12832.pid
#log-slow-queries = /Users/gmax/sandboxes/rsandbox_5_6_6/node1/data/msandbox-slow.log
#log = /Users/gmax/sandboxes/rsandbox_5_6_6/node1/data/msandbox.log
#
# additional options passed through 'my_clause'
#
server-id=101
report-host=SBslave1
report-port=12832
log-bin=mysql-bin
[23 Aug 2012 18:09]
Sveta Smirnova
Thank you for the report. Verified as described.
[10 Jan 2013 14:00]
Erlend Dahl
Fixed in 5.6.7 as a duplicate of an internally filed bug.
