[MDEV-4386] Race condition in starting multi-source replication slaves Created: 2013-04-10 Updated: 2013-04-19 Resolved: 2013-04-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.1 |
| Fix Version/s: | 10.0.2 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Daisy Yan | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux |
||
| Description |
|
Doing start all slaves on an instance that has multi-source replication has produced the following error 130408 4:48:22 [ERROR] Master 'clients': Slave SQL: Unable to use slave's temporary directory /mysql_tmp - Can't create/write to file '/mysql_tmp/SQL_LOAD-' (Errcode: 17 "File exists"), Error_code: 1 Out of the four slaves three of them started, the error was given by the fourth one and slave remains down. I was able to bring it up later with set @@default_master_connection="xxxxx" It seems all the slave threads from a single instance (multi-source replication) are all trying to use /mysql_tmp/SQL_LOAD- |
| Comments |
| Comment by Elena Stepanova [ 2013-04-11 ] |
|
Looks like a duplicate of |
| Comment by Elena Stepanova [ 2013-04-19 ] |
|
|