SOLO-3046
RapidFireLoadStopFailedSoloError — Component
RapidFireLoadStopFailedSoloError
| Code | SOLO-3046 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo cannot stop a rapid-fire load run; the underlying failure is wrapped in cause. This step halts the running load generator, so this means the stop did not succeed — for example the workload could not be reached or removed.
Troubleshooting Steps
- Check solo logs for the root cause: tail -n 100 ~/.solo/logs/solo.log
- Check NLG pod status: kubectl get pods -n
-l app.kubernetes.io/instance=network-load-generator - Check for running NLG Java processes: kubectl exec -n
– ps aux | grep java - To force-stop, uninstall the NLG chart: helm uninstall network-load-generator -n