MySQL Forums
Forum List  »  NDB clusters

Re: Segmentation fault: Error in NdbTransaction
Posted by: Mikael Ronström
Date: September 22, 2017 02:16PM

The segmentation fault is probably due to that APIERROR doesn't return.
So the execution continues after APIERROR, you need to handle APIERROR
such that it cleans up after it.

4012 means that the NDB API has sent a request to the data node and
no response was ever received.
This can happen in overload situations if you manage to overload the
send buffers, it could also happen due to bugs, but in this case I would
more expect overload.

Probably there can be something in the data node logs about this.

The error message:
Inconsistent theSendStatus = 1
most likely comes after calling execute(..) on an already failed
transaction object.

Options: ReplyQuote


Subject
Views
Written By
Posted
4569
September 20, 2017 06:14AM
Re: Segmentation fault: Error in NdbTransaction
486
September 22, 2017 02:16PM


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.