[MDEV-4352] multi_source replication: conflict between rli->slave_patternload_file files of different connections Created: 2013-04-02 Updated: 2013-05-27 Resolved: 2013-05-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.1 |
| Fix Version/s: | 10.0.2, 10.0.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Kristian Nielsen | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | multisource | ||
| Description |
|
When using multiple connections to different masters in a slave server, there I found this from random failures in a test case where I start two slave
This results sometimes in this error:
This happens because both SQL threads call I think there are more problems with this. For example, it looks like This seems like something that could easily cause silent (or not so silent) |
| Comments |
| Comment by Elena Stepanova [ 2013-04-02 ] |
|
See also |
| Comment by Michael Widenius [ 2013-05-02 ] |
|
The issue with check_temp_dir() is already fixed in 10.0.2 |
| Comment by Michael Widenius [ 2013-05-02 ] |
|
There was also a bug that two parallel LOAD DATA statements could use the same temporary file name. |
| Comment by Michael Widenius [ 2013-05-03 ] |
|
Pushed into 10.0-base tree |