SOLO-3033
MirrorNodeDestroyFailedSoloError — Component
MirrorNodeDestroyFailedSoloError
| Code | SOLO-3033 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo mirror node destroy cannot tear down the mirror node; the underlying failure is wrapped in cause. Destroy uninstalls the mirror node 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