Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-4386

Race condition in starting multi-source replication slaves

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 10.0.1
    • Fix Version/s: 10.0.2
    • Component/s: None
    • 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-

        Gliffy Diagrams

          Attachments

            Activity

            Hide
            elenst Elena Stepanova added a comment -

            Looks like a duplicate of MDEV-4033

            Show
            elenst Elena Stepanova added a comment - Looks like a duplicate of MDEV-4033
            Hide
            elenst Elena Stepanova added a comment -

            MDEV-4033 is now fixed, the fix should appear in 10.0.2

            Show
            elenst Elena Stepanova added a comment - MDEV-4033 is now fixed, the fix should appear in 10.0.2

              People

              • Assignee:
                Unassigned
                Reporter:
                dyan Daisy Yan
              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: