Files
MaxScale/system-test/cnf/maxscale.cnf.template.xpand_transaction_replay
Markus Mäkelä 26c7aa4c34 Fix xpand_transaction_replay configuration
The test expected rollbacks to be automatically replayed without it being
configured.
2020-11-23 11:55:01 +02:00

52 lines
703 B
Plaintext

[maxscale]
threads=###threads###
log_info=1
###xpand_server###
[Xpand-Monitor]
type=monitor
module=xpandmon
servers=###xpand_server_line###
user=maxskysql
password=skysql
[RWS]
type=service
router=readwritesplit
cluster=Xpand-Monitor
user=maxskysql
password=skysql
transaction_replay=true
transaction_replay_retry_on_deadlock=true
[RCR]
type=service
router=readconnroute
router_options=master
cluster=Xpand-Monitor
user=maxskysql
password=skysql
[RWS-Listener]
type=listener
service=RWS
protocol=MySQLClient
port=4006
[RCR-Listener]
type=listener
service=RCR
protocol=MySQLClient
port=4008
[CLI]
type=service
router=cli
[CLI-Listener]
type=listener
service=CLI
protocol=maxscaled
socket=default