MySQL Forums
Forum List  »  NDB clusters

Re: Commiting large transasctions
Posted by: Mikael Ronström
Date: April 14, 2016 06:17PM

Hi,

Rui Yang Wrote:
-------------------------------------------------------
> please checking Transaction parameters in the
> docs.
> For example :
> MaxNoOfConcurrentTransactionssets the number of
> parallel transactions possible in a node.
> MaxNoOfConcurrentOperationssets the number of
> records that can be in update phase or locked
> simultaneously.
>
> also , please checking SendBufferMemory &
> ReceiveBufferMemory
>

In this particular case the error code 4002 comes
when we failed the send and this happens when we
try to push through too much data through the
SendBufferMemory, so most likely this parameter
needs to be increased.

Also a good reminder to us to ensure that
this doesn't happen. But for now increasing
the send buffer size is the solution.

Rgrds Mikael Ronström



>
> Good luck!

Options: ReplyQuote


Subject
Views
Written By
Posted
1865
December 28, 2015 05:28AM
759
January 20, 2016 10:00PM
Re: Commiting large transasctions
654
April 14, 2016 06:17PM


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.