MySQL Forums
Forum List  »  NDB clusters

NDB Cluster: MaxNoOfConcurrentTransactions
Posted by: Deepak Goel
Date: June 09, 2021 12:01PM

Hello

I spinned out a NDB Cluster (2 Data Node, 2 Server Nodes, 1 Management Node - all are 16cpu machines). I did a load test on it for 1000 users. It worked great. However when I increased the load to 2000 users, it gives me the error: "Out of connection objects: increase MaxNoOfConcurrentTransactions".

I added the following lines to the [NDBD Default] of the config.ini file:
MaxNoOfConcurrentOperations=2000000
MaxNoOfConcurrentTransactions=2000000

After restarting the cluster, I run into the same error "Out of connection objects: increase MaxNoOfConcurrentTransactions" for 2000 users.

What could I be missing? Is the NDB cluster getting updated with my new changes? How do I verify?

Thanks!

P.S: I would eventually like to test for 100000 users

Options: ReplyQuote


Subject
Views
Written By
Posted
NDB Cluster: MaxNoOfConcurrentTransactions
740
June 09, 2021 12:01PM


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.