[maxscale] threads=auto load_persisted_configs=false log_warning=true [SS] type=service router=readwritesplit servers=db01,db02,db03 use_sql_variables_in=master user=user password=password log_warning=true disable_sescmd_history=true master_accept_reads=false slave_selection_criteria=ADAPTIVE_ROUTING transaction_replay=false transaction_replay_retry_on_deadlock=false filters=hintFilter max_connections=1500 strict_sp_calls=true strict_multi_stmt=true #wait_timeout=850s [SL] type=listener service=SS protocol=mariadbclient port=3306 [db01] type=server address=192.168.x.x port=3306 protocol=mariadbclient priority=5 proxy_protocol=false [db02] type=server address=192.168.x.x port=3306 protocol=mariadbclient priority=50 proxy_protocol=false [db03] type=server address=192.168.x.x port=3306 protocol=mariadbclient priority=15 proxy_protocol=false [GaleraMonitor] type=monitor module=galeramon servers=db01,db02,db03 use_priority=true user=user password=password available_when_donor=true [hintFilter] type=filter module=hintfilter