SOLO-3085
NodeStatusEmptyResponseSoloError — Component
NodeStatusEmptyResponseSoloError
| Code | SOLO-3085 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when a consensus node’s status check returns an empty response. solo queries each node’s status endpoint to determine its state, so an empty reply means the node returned nothing usable — typically because the node is not yet serving its status endpoint, or the request reached a target that is not ready.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify the consensus node pod is running: kubectl get pods -n
- Inspect node logs: kubectl logs
-n