-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Unify load profile through analyze profile & support session/table profile collect granularity #47548
Merged
Conversation
This file contains 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
github-actions
bot
added
the
documentation
Improvements or additions to documentation
label
Jun 26, 2024
meegoo
force-pushed
the
unify_load_profile
branch
from
June 26, 2024 18:17
280f032
to
009d7b9
Compare
Quality Gate passedIssues Measures |
wyb
reviewed
Jun 27, 2024
fe/fe-core/src/main/java/com/starrocks/load/routineload/RoutineLoadJob.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/com/starrocks/qe/DefaultCoordinator.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/com/starrocks/qe/DefaultCoordinator.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/com/starrocks/service/FrontendServiceImpl.java
Outdated
Show resolved
Hide resolved
meegoo
force-pushed
the
unify_load_profile
branch
6 times, most recently
from
August 8, 2024 02:27
be0d1ed
to
92ce983
Compare
meegoo
force-pushed
the
unify_load_profile
branch
2 times, most recently
from
August 14, 2024 17:14
c959e51
to
3de0aac
Compare
meegoo
force-pushed
the
unify_load_profile
branch
6 times, most recently
from
September 5, 2024 04:12
446148c
to
c76f6ac
Compare
…n/table profile collect granularity Signed-off-by: meegoo <[email protected]>
meegoo
force-pushed
the
unify_load_profile
branch
from
September 5, 2024 08:47
c76f6ac
to
2a9e335
Compare
Quality Gate passedIssues Measures |
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[FE Incremental Coverage Report]✅ pass : 96 / 112 (85.71%) file detail
|
wyb
approved these changes
Sep 6, 2024
wangruin
approved these changes
Sep 6, 2024
HangyuanLiu
approved these changes
Sep 6, 2024
Seaven
approved these changes
Sep 6, 2024
HangyuanLiu
pushed a commit
to HangyuanLiu/starrocks
that referenced
this pull request
Sep 12, 2024
…n/table profile collect granularity (StarRocks#47548) Signed-off-by: meegoo <[email protected]>
@mergify backport branch-3.3 |
✅ Backports have been created
|
mergify bot
pushed a commit
that referenced
this pull request
Oct 14, 2024
…n/table profile collect granularity (#47548) Signed-off-by: meegoo <[email protected]> (cherry picked from commit 2a31794) # Conflicts: # fe/fe-core/src/main/java/com/starrocks/catalog/TableProperty.java
42 tasks
meegoo
added a commit
that referenced
this pull request
Oct 14, 2024
…n/table profile collect granularity (backport #47548) (#51892) Co-authored-by: meegoo <[email protected]>
renzhimin7
pushed a commit
to renzhimin7/starrocks
that referenced
this pull request
Nov 7, 2024
…n/table profile collect granularity (StarRocks#47548) Signed-off-by: meegoo <[email protected]> Signed-off-by: zhiminr.ren <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.3-merged
documentation
Improvements or additions to documentation
META-REVIEW
PROTO-REVIEW
version:3.4
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.
Why I'm doing:
What I'm doing:
Fixes #47069
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: