SOLO-3005

NodeJfrExecutionFailedSoloError — Component

NodeJfrExecutionFailedSoloError

CodeSOLO-3005
CategoryComponent
OwnershipInfrastructure
RetryableYes

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

  1. Check if the node pod is running: kubectl get pod -n
  2. Verify the pod has jcmd available: kubectl exec -n – which jcmd
  3. Review solo logs: tail -n 100 ~/.solo/logs/solo.log