SOLO-3046

RapidFireLoadStopFailedSoloError — Component

RapidFireLoadStopFailedSoloError

CodeSOLO-3046
CategoryComponent
OwnershipInfrastructure
RetryableNo

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

  1. Check solo logs for the root cause: tail -n 100 ~/.solo/logs/solo.log
  2. Check NLG pod status: kubectl get pods -n -l app.kubernetes.io/instance=network-load-generator
  3. Check for running NLG Java processes: kubectl exec -n – ps aux | grep java
  4. To force-stop, uninstall the NLG chart: helm uninstall network-load-generator -n