MySQL Forums
Forum List  »  NDB clusters

Re: NDB Cluster: MaxNoOfConcurrentTransactions
Posted by: Mauritz Sundell
Date: June 10, 2021 10:36AM

Hi Deepak

One can use the tool ndb_config.

To check if ndb_mgmd has the new values:

$ ndb_config --rows='\n' --query=NodeId,MaxNoOfConcurrentOperations,MaxNoOfConcurrentTransactions

To check if a data node uses the new values (in example data node id is 1):

$ ndb_config --config-from-node=1 --rows='\n' --query=NodeId,MaxNoOfConcurrentOperations,MaxNoOfConcurrentTransactions

Regards,
Mauritz

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: NDB Cluster: MaxNoOfConcurrentTransactions
387
June 10, 2021 10:36AM


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.