Since MySQL 5.5, we have semisync, but semisync will switch off when receive semi sync ACK timeout.So, is there any way to not timeout ?
I find a variable for mariadb rpl_semi_sync_master_timeout.Also in mysql
Range: 0 to 1844674407370955161
So, I can make the semi sync not timeout if I set this to 1844674407370955161.