MySQL Forums
Forum List  »  NDB clusters

How to read the running parameter value for MaxNoOfConcurrentOperations and MaxNoOfConcurrentTransactions
Posted by: Dev Das
Date: June 29, 2015 07:57AM

We are running MySQL ndbcluster (Server version: 5.6.15-ndb-7.3.4-cluster).
While running update queries, we were repeatedly receiving the following error:
Got temporary error 233 'Out of operation records in transaction coordinator (increase MaxNoOfConcurrentOperations)' from NDBCLUSTER
As per MySQL documentation the config.ini was modified:
[NDBD DEFAULT]
MaxNoOfConcurrentOperations=1000000
MaxNoOfConcurrentTransactions=163840

After that we restarted the management, NDBD and API node(s). At this stage we are still receiving the error, and our question is:
How can the current(running) value of the parameters(MaxNoOfConcurrentOperations and MaxNoOfConcurrentTransactions) be read to ensure the changes made in both the node(s) did kick in.

Please suggest.

Thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
How to read the running parameter value for MaxNoOfConcurrentOperations and MaxNoOfConcurrentTransactions
2722
June 29, 2015 07:57AM


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.