-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[Enhancement] Stream load/routine support load channel profile #55490
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
Conversation
fe/fe-core/src/main/java/com/starrocks/qe/scheduler/QueryRuntimeProfile.java
Show resolved
Hide resolved
ca6182e
to
ef64f68
Compare
fe/fe-core/src/main/java/com/starrocks/load/streamload/StreamLoadTask.java
Outdated
Show resolved
Hide resolved
ef64f68
to
980ab11
Compare
980ab11
to
cbb9c29
Compare
be/src/exec/tablet_sink.cpp
Outdated
if (query_options.__isset.enable_profile) { | ||
_load_channel_profile_config.set_enable_profile(query_options.enable_profile); | ||
} | ||
if (query_options.__isset.load_profile_collect_second) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
load_profile_collect_second is different from big_query_profile_threshold_ns.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
Signed-off-by: PengFei Li <lpengfei2016@gmail.com>
Signed-off-by: PengFei Li <lpengfei2016@gmail.com>
Signed-off-by: PengFei Li <lpengfei2016@gmail.com>
cbb9c29
to
323d386
Compare
8034ab2
to
1d70ffa
Compare
Signed-off-by: PengFei Li <lpengfei2016@gmail.com>
|
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[FE Incremental Coverage Report]✅ pass : 19 / 21 (90.48%) file detail
|
[BE Incremental Coverage Report]✅ pass : 22 / 22 (100.00%) file detail
|
@Mergifyio backport branch-3.4 |
✅ Backports have been created
|
Signed-off-by: PengFei Li <lpengfei2016@gmail.com> (cherry picked from commit ca8ee31)
…ocks#55490) Signed-off-by: PengFei Li <lpengfei2016@gmail.com>
…ocks#55490) Signed-off-by: PengFei Li <lpengfei2016@gmail.com> Signed-off-by: 00193254 <2513643704@qq.com>
Why I'm doing:
The previous pr #41664 adds load channel profile, but it only supports broker load/insert which use pipeline engine. stream load/routine load are still using non-pipeline engine, so we can't get load channel profile for stream load/routine load
What I'm doing:
support to get load channel profile for stream load/routine
Fixes #issue
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: