Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
5. Are there other ongoing operational activities?
On this page
The next step in troubleshooting your cluster is checking other ongoing operational activities that may be affecting your cluster performance.
-
Navigate to the Active Queries page in Studio from the master aggregator, or query MV_
PROCESSLIST SELECT * FROM information_schema.mv_processlist; -
Search (ctrl-F) in the Active Queries page, or look in the results of your query to
MV_for any of the following:PROCESSLIST ALTER, CREATE, DROP, ADD|REMOVE LEAF/AGGREGATOR, BACKUP/RESTORE, REBALANCE, RESTORE REDUNDANCY. -
For either the Active Queries page, or
MV_, check thePROCESSLIST statuscolumn to see if any of these activities are long running, or waiting on other operations.-
If an operation is
waiting on metadata lock, the query is likely waiting on a cluster wide operation such as a backup.
-
Next Steps
-
If no other ongoing operational activities were identified: continue to Step 6.
Last modified: