SOLO-3045
RapidFireLoadStartFailedSoloError — Component
RapidFireLoadStartFailedSoloError
| Code | SOLO-3045 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | Yes |
Description
Thrown when solo cannot start a rapid-fire load run; the underlying failure is wrapped in cause. This step launches the load generator against the network, so this means startup failed — for example the load-test workload could not be created or scheduled. It is retryable, since transient cluster issues often clear on a later attempt.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Check NLG pod status: kubectl get pods -n
-l app.kubernetes.io/instance=network-load-generator - Describe NLG pods for scheduling or image-pull errors: kubectl describe pods -n
-l app.kubernetes.io/instance=network-load-generator - Check the NLG Helm release: helm status network-load-generator -n