Files
MaxScale/maxscale-system-test/cnf/maxscale.cnf.template.mxs2047_blr_gtid_path
Johan Wikman c105a71317 MXS-2047 Create test that reveals problem
If

* BLR replicates from a node in a Galera cluster and
* writes are made to all nodes in that cluster,

then

* if a slave to BLR is stopped when it has received an event
  originating in a node different than the one BLR is replicating
  from

the subsequent (re)starting of the slave will fail because BLR looks
for the last event from a file whose path contains the server id of
the node where the event originates, although it should look for it
in the file whose path contains the server id of the node from which
BLR replicates.
2018-09-25 10:07:11 +03:00

27 lines
342 B
Plaintext

[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