Re: NDB Cluster: MaxNoOfConcurrentTransactions
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
Subject
Views
Written By
Posted
893
June 09, 2021 12:01PM
502
June 09, 2021 12:28PM
454
June 10, 2021 10:15AM
Re: NDB Cluster: MaxNoOfConcurrentTransactions
467
June 10, 2021 10:36AM
449
June 11, 2021 06:59AM
498
June 11, 2021 07:28AM
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.