You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Capture diagnostics from Quarkus JVM instead of Maven parent
Problem:
- Thread/heap dumps were capturing Maven parent process (quarkus:dev)
- This showed only 12 JVM internal threads, missing actual application
Solution:
- Changed pgrep pattern from "quarkus:dev" to "a2a-tck-server-dev.jar"
- This targets the actual Quarkus application JVM child process
- Added debug output to show available Java processes if not found
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments