Merged
Conversation
chenjiandongx
approved these changes
Mar 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Merges
0.49-topruinto0.49, bringing TopRU-related protocol/parser updates, continuous profiling (jeprof) improvements for native heap profiles, and small CI/build and sink adjustments.Motivation
tidb.protoand generated/parser code).jeproftooling to supportheap_v2profiles and fix earlier native jeprof issues.Changes
TopSQL / TopRU (upstream)
proto/tidb.protoand correspondingproto/parserusage intopsqlandtopsql_v2(src/sources/topsql/upstream/tidb/*,src/sources/topsql_v2/upstream/tidb/*).componentvs legacytypenaming where applicable).Conprof / jeprof (native)
src/sources/conprof/tools/jeprof_native.rs: native jeprof support forheap_v2, plus fixes for native jeprof behavior.Sinks (minor)
topsql_data_deltalakeandtopsql_meta_deltalakeprocessors: small aligned updates (4 lines each in current diff).CI / build / release
.github/workflows/build_image.yml: workflow updates (including ARM-related removal per commit intent).Makefile,scripts/release-docker.sh: aligned build/release adjustments.Commits (high level)
7ce3e3e387215dcomponentwhere appropriate6aaf6af8667b91ddbe3a1heap_v2supportTesting
cargo test/ projectmake test(or CI green on this branch)heap_v2jeprof sample and verify native conversion pathRisk / rollout notes