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

[PATCH] 10.1 Fails To Join Existing Galera Cluster

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Blocker
    • Resolution: Fixed
    • 10.1.8
    • 10.1.9
    • Galera, Galera SST
    • Debian 8.2 netinst install
      MariaDB 10.1.8-MariaDB-1~jessie-log

    Description

      MariaDB 10.1.8 fails to join an existing MariaDB 10.0.21 cluster for migration.

      With the existing cluster environment up and running, I built two parallel VMs to test joining. Both have fresh installs from the Debian 8.2 netinst.iso. After ISO installation completed, SSH was installed for ease of access.

      From here, each of the VMs were configured per instructions on this page: https://downloads.mariadb.org/mariadb/repositories/

      The only difference in the two VMs is the reference to "10.0" and "10.1" in the source repository and the packages installed - "mariadb-galera-server" on 10.0 and "mariadb-server" on 10.1

      The following file was created with contents below on each VM: /etc/mysql/conf.d/galera.cnf

      [mysqld]
      log_slave_updates=1
      innodb_buffer_pool_size=768M

      [galera]
      wsrep_on=ON
      wsrep_provider=/usr/lib/galera/libgalera_smm.so
      wsrep_provider_options="gmcast.segment=3"
      wsrep_cluster_name="CLUSTERNAME"
      wsrep_cluster_address="gcomm://192.168.100.10"
      wsrep_sst_method=rsync
      binlog_format=ROW
      default-storage-engine=innodb
      innodb_autoinc_lock_mode=2
      bind-address=0.0.0.0

      After creating this file, the mariadb server was restarted on each VM.

      The MariaDB 10.0.21 VM joined the cluster without issue.

      The MariaDB 10.1.8 VM failed to join the cluster. Log file attached.

      Attachments

        Issue Links

          Activity

            People

              nirbhay_c Nirbhay Choubey (Inactive)
              darkain Vincent Milum Jr
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.