MySQL Forums
Forum List  »  InnoDB clusters

Mysql HA with innodb
Posted by: Rupjit Das
Date: July 06, 2018 01:01AM

I am working in a project where our product will support mysql HA using innodb engine. However i have some query if anyone could help me it will help me:

1:If we have one primary node in the the cluster and the primary node is down the some other node is promoted to primary node but it will take some fraction of second to do this so if some r/w transaction happens at the same time, it fails is there any workaround for this or we need to set up the cluster with more than one primary node.

2: Suppose we have multiple router pointing to same mysql innodb cluster, and in jdbc url we are using the multiple router's ip to communicate so that if any router fails it switches to next router, however if some r/w operation is going on and one of the router fails then some of the r/w operation fails for fraction of second.Can this be handeled?

Options: ReplyQuote


Subject
Views
Written By
Posted
Mysql HA with innodb
785
July 06, 2018 01:01AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.