Documentation Home
NDB Cluster Internals
Related Documentation Download this Manual
PDF (US Ltr) - 1.2Mb
PDF (A4) - 1.2Mb


2.71 DUMP 2512

Code

2512delay

Symbol

TcStartDumpIndexOpCount

Kernel Block

DBTC

Description.  Dumps the value ofMaxNoOfConcurrentIndexOperations, and the current resource usage, in a continuous loop. Thedelay time between reports can optionally be specified (in seconds), with the default being 1 and the maximum value being 25 (values greater than 25 are silently coerced to 25).

Sample Output.  (Single report:)

Node 2: IndexOpCount: pool: 8192 free: 8192

Additional Information.  There appears to be no way to disable the repeated checking ofMaxNoOfConcurrentIndexOperations once started by this command, except by restarting the data node. It may be preferable for this reason to useDUMP 2513 instead (seeSection 2.72, “DUMP 2513”).