"Duplicate entry" error and time datatype cause slave provisioning to fail

Bug #713561 reported by Philip Stoev
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MariaDB
In Progress
Undecided
Philip Stoev

Bug Description

When executing a RQG test that does non-concurrent INSERT into various tables and then uses mysqldump to clone a new slave, the new slave diverges from the master. The slave starts properly and does apply all binlog events from the master, however when the master and the slave are dumped and diffed, they are no longer identical.

Some observations:
* It appears that the situation only happens when duplicate key errors are seen on the master due to the randomness of the workload.
* The duplicate key error is reported against the table that has a non-auto-increment PK, however the diff reports that the table that contains no PK at all is the one that has diverged
* In some instances, the test reports that the slave thread has failed with an error "Slave SQL: Error 'Table 'test.table1_innodb_int_autoinc' doesn't exist' on opening tables, Error_code: 1146", however the table *does* exist on the slave
* Maybe the issue is related to the different rules regarding InnoDB rollback depending on the type of error -- statement v.s. transaction rollback

Related branches

Revision history for this message
Philip Stoev (philip-stoev) wrote :

This issue is not specific to using binlog_snapshot_position, it is observed when using old-style mysqldump as well. It affects both MariaDB and MySQL, and requires the use of the time datatype. Maybe it is caused by different time zones on the master and on the slave, however MTR operates in GMT so it is not easy to provision a slave having the exact same timezone configuration.

summary: - "Duplicate entry" error causes slave provisioning using
- binlog_snapshot_position to fail
+ "Duplicate entry" error and time datatype cause slave provisioning to
+ fail
Changed in maria:
assignee: nobody → Philip Stoev (philip-stoev)
status: New → In Progress
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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