feat: visualize profile execution graphs - #4043
Draft
Ragnaroos wants to merge 2 commits into
Draft
Conversation
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.
What changed
Execution graphresult tab alongside the existing AI analysis.Why
Profile DAG parsing usually completes before the AI diagnosis. Showing the deterministic execution graph immediately gives users useful structure while the longer analysis continues, without allowing graph editing or exposing raw HTML.
The signed-ID validation also fixes a real response being rejected even though the backend returned HTTP 200: Doris may use negative internal IDs for local exchange and multicast relationships. A later job poll could then overwrite the client failure with an endless
Laying out the execution graph…state; terminal DAG client failures are now preserved.Validation
node --test src/components/profile-analysis/*.test.js— 68 tests passed.git diff --checkpassed.Local environment note
The full-repository
tsc --noEmitrun exhausted the local Node heap even when raised to 8 GiB while traversing the website project; it emitted no TypeScript diagnostic before the OOM. Targeted checks and all Profile Analysis tests passed.