Skip to content
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

[Enhancement] Support profile for only big query (backport #33825) #33948

Merged
merged 2 commits into from
Oct 30, 2023

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Oct 30, 2023

This is an automatic backport of pull request #33825 done by Mergify.
Cherry-pick of 0e2d056 has failed:

On branch mergify/bp/branch-3.2/pr-33825
Your branch is up to date with 'origin/branch-3.2'.

You are currently cherry-picking commit 0e2d0569a4.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   be/src/exec/pipeline/fragment_executor.cpp
	modified:   be/src/exec/pipeline/query_context.h
	modified:   fe/fe-core/src/main/java/com/starrocks/common/profile/Tracers.java
	modified:   fe/fe-core/src/main/java/com/starrocks/load/loadv2/LoadLoadingTask.java
	modified:   fe/fe-core/src/main/java/com/starrocks/load/streamload/StreamLoadTask.java
	modified:   fe/fe-core/src/main/java/com/starrocks/qe/ConnectContext.java
	modified:   fe/fe-core/src/main/java/com/starrocks/qe/DefaultCoordinator.java
	modified:   fe/fe-core/src/main/java/com/starrocks/qe/SessionVariable.java
	modified:   fe/fe-core/src/main/java/com/starrocks/qe/StmtExecutor.java
	modified:   fe/fe-core/src/main/java/com/starrocks/qe/scheduler/Coordinator.java
	modified:   fe/fe-core/src/main/java/com/starrocks/qe/scheduler/QueryRuntimeProfile.java
	modified:   fe/fe-core/src/main/java/com/starrocks/qe/scheduler/dag/JobSpec.java

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   gensrc/thrift/InternalService.thrift

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

Signed-off-by: liuyehcf <[email protected]>
(cherry picked from commit 0e2d056)

# Conflicts:
#	gensrc/thrift/InternalService.thrift
@mergify
Copy link
Contributor Author

mergify bot commented Oct 30, 2023

@mergify[bot]: Backport conflict, please reslove the conflict and resubmit the pr

auto-merge was automatically disabled October 30, 2023 11:39

Pull request was closed

@mergify mergify bot deleted the mergify/bp/branch-3.2/pr-33825 branch October 30, 2023 11:40
@liuyehcf liuyehcf restored the mergify/bp/branch-3.2/pr-33825 branch October 30, 2023 11:45
@liuyehcf liuyehcf reopened this Oct 30, 2023
@wanpengfei-git wanpengfei-git enabled auto-merge (rebase) October 30, 2023 11:46
Signed-off-by: liuyehcf <[email protected]>
@wanpengfei-git wanpengfei-git merged commit 0b52643 into branch-3.2 Oct 30, 2023
17 checks passed
@wanpengfei-git wanpengfei-git deleted the mergify/bp/branch-3.2/pr-33825 branch October 30, 2023 12:49
@github-actions
Copy link

[FE Incremental Coverage Report]

fail : 17 / 30 (56.67%)

file detail

path covered_line new_line coverage not_covered_line_detail
🔵 com/starrocks/load/loadv2/LoadLoadingTask.java 0 1 00.00% [221]
🔵 com/starrocks/load/streamload/StreamLoadTask.java 0 1 00.00% [1061]
🔵 com/starrocks/qe/scheduler/QueryRuntimeProfile.java 1 3 33.33% [277, 315]
🔵 com/starrocks/qe/StmtExecutor.java 2 4 50.00% [791, 800]
🔵 com/starrocks/qe/ConnectContext.java 5 10 50.00% [563, 571, 572, 576, 577]
🔵 com/starrocks/qe/DefaultCoordinator.java 2 3 66.67% [1016]
🔵 com/starrocks/qe/SessionVariable.java 3 4 75.00% [1616]
🔵 com/starrocks/common/profile/Tracers.java 2 2 100.00% []
🔵 com/starrocks/qe/scheduler/dag/JobSpec.java 2 2 100.00% []

@github-actions
Copy link

[BE Incremental Coverage Report]

fail : 0 / 7 (00.00%)

file detail

path covered_line new_line coverage not_covered_line_detail
🔵 src/exec/pipeline/fragment_executor.cpp 0 1 00.00% [138]
🔵 src/exec/pipeline/query_context.h 0 6 00.00% [92, 93, 95, 96, 97, 103]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants