Important
Self-managed SingleStore will soon transition from version 9.1 RC to version 10. This new semantic versioning scheme will provide SingleStore with finer control over engine and feature releases that were not possible with the current versioning scheme.
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 prior to its general availability. Ahead of this transition, SingleStore 9.0 is recommended for production workloads, which can later be upgraded to SingleStore 10.
6. Checking Node, Partition, and Overall Database Health
On this page
The next step in troubleshooting your cluster is checking its overall health.
-
Go to the Studio Hosts and/or Nodes page(s) to ensure nodes are online.
-
Run show-leaves to get the
idof any offline node.sdb-admin show-leaves -
Then, bring the node(s) online with start-node.
sdb-admin start-node <node-id>
-
-
Go to the Databases page, and examine the suspect database.
-
Click on the database, check the Partitions tab, and make sure everything is online and attached.
-
-
If there are offline or detached partitions, investigate the health of the nodes housing those partitions in Studio.
Next Steps
-
If all nodes, partitions, and databases are healthy: continue to Step 7.
Last modified: