What problem does it solve?
It helps operators recover StarRocks FE and BE services when startup fails, a node will not stay alive, or cluster availability is blocked by configuration, infrastructure, or metadata issues.
Core Features & Use Cases
- Investigates FE and BE startup logs to pinpoint port conflicts, missing directories, JDK or JRE mistakes, NIC selection errors, clock drift, BDB journal problems, and Hive metastore blocking.
- Guides safe recovery actions such as creating required paths, correcting network priorities, syncing time, removing stale BDB members, and validating service health after restart.
- Use it when a new deployment hangs during startup, an upgraded cluster will not come online, or a node disappears from SHOW FRONTENDS or SHOW BACKENDS.
Quick Start
Use the deployment skill to analyze the FE or BE startup logs and tell me the most likely cause, the exact checks to run, and the safest recovery steps.