Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add thread dump collection to report.sh
This patch adds thread dump collection to the report.sh tool. Unlike heap dumps, thread dumps are lightweight (~100ms), but still can help diagnose problems and better optimize application and JVM performance. We simply run kill -SIGQUIT 1 just before collecting the pod logs. Each output log will contain the thread dump at the end. Tested with both ZK and KRaft based clusters. Signed-off-by: Federico Valeri <[email protected]>
- Loading branch information