MXS-1980 Check that Galera replication works
It should be possible to START SLAVE and STOP SLAVE irrespective of which Galera node updates are mode to. That will be the case if @@log_slave_updates is on and each node in the Galera cluster have the same server id. Otherwise it will fail with the current incarnation of BLR.
This commit is contained in:
@ -0,0 +1,26 @@
|
||||
[BLR]
|
||||
type=service
|
||||
router=binlogrouter
|
||||
user=repl
|
||||
password=repl
|
||||
version_string=5.6.15-log
|
||||
master_id=5
|
||||
server_id=4711
|
||||
mariadb10_master_gtid=On
|
||||
|
||||
[BLR-Listener]
|
||||
type=listener
|
||||
service=BLR
|
||||
protocol=MariaDBClient
|
||||
port=5306
|
||||
|
||||
[CLI]
|
||||
type=service
|
||||
router=cli
|
||||
|
||||
[CLI Listener]
|
||||
type=listener
|
||||
service=CLI
|
||||
protocol=maxscaled
|
||||
#address=localhost
|
||||
socket=default
|
Reference in New Issue
Block a user