I have set up a 2 nodes master-slave replication, all the docs are sending me to mysqlfailover utility to monitor the replication, this tool also takes care of the failover when the master goes down.
The thing that I do not like is that you have to provide user and passwords in the command line when you start the tool,
did anybody use it ? Or does anybody have better approaches to monitor the replication set up and do failover ?!
http://dev.mysql.com/doc/mysql-utilitie ... lover.html
Thanks.
Looking for a mysql tool for failover and repl monitor
-
- Уже с Приветом
- Posts: 536
- Joined: 25 Sep 2006 21:15
-
- Администратор
- Posts: 2126
- Joined: 18 Apr 2010 18:09
-
- Уже с Приветом
- Posts: 3175
- Joined: 17 May 2007 14:07
Re: Looking for a mysql tool for failover and repl monitor
+1 за некоторыми но: так как используется Галера важно чтобы транзакции были короткими. Также использовать нужно innodb, myisam все еще эксперементный. Ну и код должен ожидать возникновения коллизий и обрабатывать их. Обычно retry бизнес операции с начала работает в большинстве случаев. Пишу с практического опыта.mitnlag wrote:Percona toola