MySQL Forums
Forum List  »  NDB clusters

Re: mysqlcluster data nodes synchronization rate
Posted by: Mikael Ronström
Date: April 21, 2017 02:30PM

In the ndbinfo database there is a table restart_info
that gives times for the 20 phases the restart consists of.
So here you get a rough view of what is holding up restarts.
You can also look into the node log to find more detailed
information of where we are in the restart process.

It is ok to insert data when node is starting up, even at
high rates. Naturally it will though have an impact on the
restart time in that it slows down the synchronisation.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysqlcluster data nodes synchronization rate
731
April 21, 2017 02:30PM


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.