Marco Tusa

Results 9 comments of Marco Tusa

Are you the same person who raise the question in percona channel? Of so is the reply enough if not let me know and I will give you my full...

@markusalbe to be clear. You want to have the Writer completely excluded by reads operation (not even 1 read) , and when all nodes are not in then use it....

@altmannmarcelo check #14 is that relevant for you too?

wait here two things: 1. the error is because the use_ssl was not copy over (I assume) which is fixed in this pull request https://github.com/Tusamarco/proxy_sql_tools/pull/20 2. The scheduler is not...

@samiahlroos adding all the files for SSL in the params is too much I can add the ssl_cert PATH and then files must have a static name like: - client-key.pem;...

please check the branch https://github.com/Tusamarco/proxy_sql_tools/tree/ssl_implementation and let me know if it works as expected. @samiahlroos @phongdt2019 thanks

@samiahlroos @phongdt2019 I have done some additional editing on the code and fixed the bug as Sami indicated. I have also run some tests of failover scenarios and it seems...

@altmannmarcelo that should already happen, but test urself and let me know ``` ([email protected]) [main]>select hostgroup_id,hostname,port,status,weight from runtime_mysql_servers order by hostgroup_id,weight desc; +--------------+---------------+------+--------+---------+ | hostgroup_id | hostname | port |...

Well if not present in PG then when creating a test with MEDIUM int that must be marked as MySQL only. Because trying to handle it like converting to INT...