Stephane VAROQUI
Stephane VAROQUI
How to configure replication manager to monitor the Spider proxy nodes. They do not show in cponsole
they are coordinated in therms of DML , that's correct that resharding require sync of all spider nodes the way it's done is by reinjecting into new table definition with...
How to configure replication manager to monitor the Spider proxy nodes. They do not show in cponsole
Was 24 data nodes bar metal based on 256G RAM 64 core and 2 level proxying I think VM of one core or docker based makes more sens as it...
How to configure replication manager to monitor the Spider proxy nodes. They do not show in cponsole
Yes that's what rpeman do with resharding it's done online and indeed encapsulate that complex procedure inside API call
Asim, thanks for the info i'll look at this soon
Hello, Are you using replication-filters like do-db or ignore-db ? /svar > Le 17 mai 2018 à 13:37, nigel889 a écrit : > > used replication-manager-pro-2.0.0_20_g97b7a-1.x86_64.rpm installed > percona5.6.32 gtid...
Re, Sorry was outside for a while ! Think you should have bin logs enable and log_slave_updates on all cluster nodes ! > Le 17 mai 2018 à 17:01, nigel889...
You are making good progress, it goes via a proxy , as you don't have proxy but vip please use extproxy-address
Are you using a VIP or a Supported Proxy ? if VIP you should configure extproxy = true extproxy-address="VIP_ADDR:3306"
You can in theory use both i tested with proxy at that time!
db, err := cluster.GetClusterThisProxyConn(pr) if err != nil { cluster.sme.AddState("ERR00050", state.State{ErrType: "ERROR", ErrDesc: fmt.Sprintf(clusterError["ERR00050"], err), ErrFrom: "TOPO"}) } else { if pr.Type == proxyMyProxy { definer = "DEFINER = root@localhost"...