Stephane VAROQUI

Results 216 comments of Stephane VAROQUI

Hello Peter, we are currently lacking secure provisioning on kubernetes using init container, would you like to contribute in this ? Today the init container get his config from http...

Hi I can see the release in https://repo.signal18.io/deb/pool/2.3/r/replication-manager-osc/ now

The node that will be elected as master is the most up to date one , chosen inside de not ignored list. when equal than it is ordered by 2...

Prefered and ignored are list does not need to be unique

Please reopen if not clear, check for the various log levels there is one that print the election matrice to help user understand the election process

Hello we do ``` query := "select gtid_subset('" + gtidMaster + "','" + gtidSlave + "') as slave_is_subset" err := db.QueryRowx(query).Scan(&count) if err != nil { return false, query, err...

I made a tentative fixe in 2.3.16 please let me know if that is fixing the issue and if you insert on a slave that warning is correctly appearing pupose...

Also i have added a parameter to disable check errant trx it's enable by default

Do you think it matter both plugins should be on or we have to manage it during failover is this special case for MySQL semisync ? Or do you think...

I agree but why don't you enable both on each node so that all node can be treated equal and become leader without any orchestration to take place we could...