[MDEV-9632] Galera replication wont start in 10.1.11 Created: 2016-02-25  Updated: 2016-02-25  Resolved: 2016-02-25

Status: Closed
Project: MariaDB Server
Component/s: wsrep
Affects Version/s: 10.1.11
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: Dzmitry Bradnitski Assignee: Nirbhay Choubey (Inactive)
Resolution: Not a Bug Votes: 0
Labels: galera, replication
Environment:

centos 6.6 x64


Attachments: File galera01-batman.err    

 Description   

After installation of mariadb 10.1.11 downloaded from http://mirror.one.com/mariadb//mariadb-10.1.11/bintar-linux-x86_64/mariadb-10.1.11-linux-x86_64.tar.gz. Mysqld wont run WSREP provider (galera). We use the same configs that we used for 10.0.23. Also starting of replication isn't mentioned in upgrade guide so I suppose it's a bug. Please find error log in attachment.

Config file:

[mariadb-10.1]
binlog_format=ROW
query_cache_size=0
query_cache_type=0
bind-address=0.0.0.0
basedir=/home/booxware/galera01/galera
datadir=/home/booxware/galera01/galera/data
socket=/home/booxware/galera01/galera/data/mysql.sock
# InnoDB options
default-storage-engine=innodb
innodb_autoinc_lock_mode=2
innodb_locks_unsafe_for_binlog=1
innodb_log_file_size=512M
innodb_file_per_table
innodb_flush_log_at_trx_commit=2
innodb-buffer-pool-size=3G
innodb-buffer-pool-instances=4
max_allowed_packet=64M
skip-name-resolve  # skip hostname resolve on each connection to MySQL server
# WSREP options
wsrep_provider=/home/booxware/galera01/galera/lib/libgalera_smm.so
# Cluster nodes
wsrep_cluster_address="gcomm://"
wsrep_cluster_name='batman_galera_cluster'
wsrep_node_address='192.168.175.241'
wsrep_node_name='galera01'
wsrep_sst_auth=sst_user:*******
wsrep_slave_threads=10
wsrep_sst_method=rsync



 Comments   
Comment by Dzmitry Bradnitski [ 2016-02-25 ]

after adding wsrep_on=ON variable to server.cnf problem gone. But accordingly to docs wsrep_on must be ON by default https://mariadb.com/kb/en/mariadb/galera-cluster-system-variables/#wsrep_on

Comment by Nirbhay Choubey (Inactive) [ 2016-02-25 ]

In 10.1, wsrep_on=ON is one of the mandatory settings to enable galera replication.

Comment by Nirbhay Choubey (Inactive) [ 2016-02-25 ]

The information about wsrep_on's default value in 10.1 was indeed missing in its KB entry. It has now been updated.

Generated at Thu Feb 08 07:36:08 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.