arunkumarucet opened a new pull request, #17766: URL: https://github.com/apache/pinot/pull/17766
### Summary - Upgrade async-profiler from v2.9 to v4.3 (latest stable) in all Docker base runtime images - Update the GitHub download URL from the old jvm-profiling-tools org to the new async-profiler org - Update the symlink target from profiler.sh to bin/asprof (renamed in v3.0) - Update LICENSE-binary to reflect the new version ### Details The bundled async-profiler in our Docker images was at v2.9, which is over two major versions behind. This PR upgrades to v4.3 which brings significant improvements including: - Native lock profiling - CPU/wall profile filtering by latency - Prometheus metrics format support - async-profiler.jar as a Java agent with remote JMX control - FlameGraph improvements (legend, hot keys, new toolbar icons) - Heatmap timezone switcher (Local/UTC) - OTLP v1.9.0 compatibility - Various crash protection and race condition fixes ## Breaking changes addressed: - The project moved from the jvm-profiling-tools GitHub org to async-profiler -- download URLs updated accordingly. - The main CLI script was renamed from `profiler.sh` to `bin/asprof` in v3.0 -- symlink target updated. The `/usr/local/bin/async-profiler` symlink name is preserved for backward compatibility. ### Test plan - [x] Verified both linux-x64 and linux-arm64 download URLs return HTTP 200 - [x] Downloaded the linux-x64 tarball and confirmed bin/asprof exists and is executable after extraction with --strip-components 1 - [x] Docker image build with the updated Dockerfiles -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
