MySQL Forums
Forum List  »  NDB clusters

Re: Out of transaction markers
Posted by: Mikael Ronström
Date: October 25, 2018 02:06AM

This means that you ran out of Commit Ack Marker records in DBTC.
This record is used to keep track of a transaction after commit to
ensure that APIs can hear about the transaction outcome.

If you run out of this resource you need to increase
MaxNoOfConcurrentTransactions since the size of this pool is
relative to how many concurrent transactions you want to be able to run.

Options: ReplyQuote


Subject
Views
Written By
Posted
810
October 19, 2018 11:39AM
Re: Out of transaction markers
554
October 25, 2018 02:06AM


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.