Re: [Maria-discuss] Expanding Galera cluster

2016-07-04 Thread Thorvald Hallvardsson
Hi Guillaume, Thank you for that. The only options I have in the config file is: router_options=max_sescmd_history=4096 That's all. I can add it but that would require maxscale to restart would it not ? If I set wsrep_desync=1 on one of the nodes... how do I know that node will be marked as a do

Re: [Maria-discuss] Expanding Galera cluster

2016-07-04 Thread Guillaume Lefranc
Hi, SET GLOBAL wsrep_desync=1 will set a node as desynced and will cause MaxScale to stop sending traffic to it (provided you use router_options=synced in your maxscale.cnf config file) -GL On Mon, Jul 4, 2016 at 11:25 AM Thorvald Hallvardsson < thorvald.hallvards...@gmail.com> wrote: > Hi guys