SOLO-3027
RelayDestroyFailedSoloError — Component
RelayDestroyFailedSoloError
| Code | SOLO-3027 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo relay node destroy cannot tear down the JSON-RPC relay; the underlying failure is wrapped in cause. Destroy uninstalls the relay Helm release and removes its resources, so this means teardown did not complete — for example a Helm release could not be removed or the cluster API was unreachable.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- List Helm releases: helm list -A
- Force-uninstall if stuck: helm uninstall
-n