SOLO-3043
BlockNodeDeleteExternalFailedSoloError — Component
BlockNodeDeleteExternalFailedSoloError
| Code | SOLO-3043 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo cannot remove an external block node from the deployment; the underlying failure is wrapped in cause. Removing an external block node updates the configuration so consensus nodes no longer use it, so this means that removal step failed — for example the remote configuration could not be updated.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Inspect the remote config for the registered node: solo deployment config info
- Inspect block node pods: kubectl get pods -A -l block-node.hiero.com/type=block-node
- If the issue persists, report it with your solo log