Stephane VAROQUI
Stephane VAROQUI
> Le 16 mars 2018 à 15:06, Jan a écrit : > > Valid point. In my test dummy, the master is also configured as a slave, but of course...
This is critical to keep the level because of this func (SM *StateMachine) IsFailable() bool { SM.Lock() for _, value := range *SM.OldState { if value.ErrType == "ERROR" { SM.Unlock()...
How to configure replication manager to monitor the Spider proxy nodes. They do not show in cponsole
Hi Sak, yes they are internally monitored like MariaDb nodes, why would you failover the spider nodes, each table is pointing to each shard master via the server system table...
How to configure replication manager to monitor the Spider proxy nodes. They do not show in cponsole
But spider nodes are not slaves , they are just proxies without data neither replication ? replication-manager tack the tables on the shards and build those link for you
How to configure replication manager to monitor the Spider proxy nodes. They do not show in cponsole
I don't think this is will help that a way to build the config when dynamic config is enable They should any way show under the proxy tab If not...
How to configure replication manager to monitor the Spider proxy nodes. They do not show in cponsole
This architecture is not supported what those slaves supposed to do ? May it's an architecture I never faced
How to configure replication manager to monitor the Spider proxy nodes. They do not show in cponsole
oooooh I see what you wan't to do now ! you would like only one active proxy ,a VIP with a keepalived in between would match in this case and...
How to configure replication manager to monitor the Spider proxy nodes. They do not show in cponsole
The plan was that the shard definitions is manage by replication manager and pushdown to the spider nodes . shard definitions are today : - federation for table_schema.table_name unique in...
How to configure replication manager to monitor the Spider proxy nodes. They do not show in cponsole
What I would like to do introduce is a fist list of schema.tables that are universal so federation on multiple shards
How to configure replication manager to monitor the Spider proxy nodes. They do not show in cponsole
Ok i have already pushed spider to aggregate 1 billions rows per second so to shard by hash of pk just create same schema.table in each shard master and point...