MySQL Forums
Forum List  »  NDB clusters

Re: Mysql cluster application stops after throwing error.
Posted by: Mikael Ronström
Date: September 19, 2017 08:13AM

1204 is a normal temporary error when a node fails.
4010 is a normal temporary error when a node fails.

MySQL Cluster (and as well not MySQL) have no support
for retry of a transaction automatically in case of an
error.

The retry logic must be present in any SQL application
using MySQL.

You don't need to reconnect after those failures.
It is sufficient to rerun the transaction again.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Mysql cluster application stops after throwing error.
422
September 19, 2017 08:13AM


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.