SOLO-3005
NodeJfrExecutionFailedSoloError — Component
NodeJfrExecutionFailedSoloError
| Code | SOLO-3005 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | Yes |
Description
Thrown when a Java Flight Recorder (JFR) operation on a consensus node pod fails; the message names the operation and the pod. solo runs JFR commands inside the node container to capture profiling data, so this means that command failed — for example the pod was not reachable or the command returned an error. It is retryable.
Troubleshooting Steps
- Check if the node pod is running: kubectl get pod
-n - Verify the pod has jcmd available: kubectl exec
-n – which jcmd - Review solo logs: tail -n 100 ~/.solo/logs/solo.log