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) #34016

Merged
merged 2 commits into from
Oct 31, 2023

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Oct 31, 2023

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

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

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

Unmerged paths:
  (use "git add/rm <file>..." as appropriate to mark resolution)
	both modified:   be/src/exec/pipeline/query_context.h
	deleted by us:   fe/fe-core/src/main/java/com/starrocks/common/profile/Tracers.java
	both modified:   fe/fe-core/src/main/java/com/starrocks/load/loadv2/LoadLoadingTask.java
	both modified:   fe/fe-core/src/main/java/com/starrocks/load/streamload/StreamLoadTask.java
	both modified:   fe/fe-core/src/main/java/com/starrocks/qe/ConnectContext.java
	deleted by us:   fe/fe-core/src/main/java/com/starrocks/qe/DefaultCoordinator.java
	both modified:   fe/fe-core/src/main/java/com/starrocks/qe/SessionVariable.java
	both modified:   fe/fe-core/src/main/java/com/starrocks/qe/StmtExecutor.java
	deleted by us:   fe/fe-core/src/main/java/com/starrocks/qe/scheduler/Coordinator.java
	deleted by us:   fe/fe-core/src/main/java/com/starrocks/qe/scheduler/QueryRuntimeProfile.java
	deleted by us:   fe/fe-core/src/main/java/com/starrocks/qe/scheduler/dag/JobSpec.java
	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:
#	be/src/exec/pipeline/query_context.h
#	fe/fe-core/src/main/java/com/starrocks/common/profile/Tracers.java
#	fe/fe-core/src/main/java/com/starrocks/load/loadv2/LoadLoadingTask.java
#	fe/fe-core/src/main/java/com/starrocks/load/streamload/StreamLoadTask.java
#	fe/fe-core/src/main/java/com/starrocks/qe/ConnectContext.java
#	fe/fe-core/src/main/java/com/starrocks/qe/DefaultCoordinator.java
#	fe/fe-core/src/main/java/com/starrocks/qe/SessionVariable.java
#	fe/fe-core/src/main/java/com/starrocks/qe/StmtExecutor.java
#	fe/fe-core/src/main/java/com/starrocks/qe/scheduler/Coordinator.java
#	fe/fe-core/src/main/java/com/starrocks/qe/scheduler/QueryRuntimeProfile.java
#	fe/fe-core/src/main/java/com/starrocks/qe/scheduler/dag/JobSpec.java
#	gensrc/thrift/InternalService.thrift
@mergify mergify bot added the conflicts label Oct 31, 2023
@wanpengfei-git wanpengfei-git enabled auto-merge (rebase) October 31, 2023 06:22
@mergify mergify bot closed this Oct 31, 2023
auto-merge was automatically disabled October 31, 2023 06:22

Pull request was closed

@mergify
Copy link
Contributor Author

mergify bot commented Oct 31, 2023

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

@mergify mergify bot deleted the mergify/bp/branch-2.5/pr-33825 branch October 31, 2023 06:22
@liuyehcf liuyehcf restored the mergify/bp/branch-2.5/pr-33825 branch October 31, 2023 06:27
@liuyehcf liuyehcf reopened this Oct 31, 2023
@wanpengfei-git wanpengfei-git enabled auto-merge (rebase) October 31, 2023 06:28
@liuyehcf liuyehcf force-pushed the mergify/bp/branch-2.5/pr-33825 branch 2 times, most recently from 5df3a64 to 255ea57 Compare October 31, 2023 07:13
@liuyehcf liuyehcf force-pushed the mergify/bp/branch-2.5/pr-33825 branch from 6206a25 to 9cfca23 Compare October 31, 2023 08:07
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

warning The version of Java (11.0.21) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

@github-actions
Copy link

[FE Incremental Coverage Report]

fail : 14 / 21 (66.67%)

file detail

path covered_line new_line coverage not_covered_line_detail
🔵 com/starrocks/load/loadv2/LoadLoadingTask.java 0 1 00.00% [177]
🔵 com/starrocks/qe/ConnectContext.java 4 8 50.00% [510, 513, 518, 519]
🔵 com/starrocks/qe/SessionVariable.java 3 4 75.00% [1178]
🔵 com/starrocks/qe/Coordinator.java 4 5 80.00% [2665]
🔵 com/starrocks/qe/StmtExecutor.java 3 3 100.00% []

@github-actions
Copy link

[BE Incremental Coverage Report]

fail : 0 / 10 (00.00%)

file detail

path covered_line new_line coverage not_covered_line_detail
🔵 src/exec/pipeline/fragment_executor.cpp 0 2 00.00% [134, 135]
🔵 src/exec/pipeline/query_context.h 0 8 00.00% [77, 80, 82, 83, 84, 86, 87, 88]

@wanpengfei-git wanpengfei-git merged commit c588ad4 into branch-2.5 Oct 31, 2023
20 of 21 checks passed
@wanpengfei-git wanpengfei-git deleted the mergify/bp/branch-2.5/pr-33825 branch October 31, 2023 08:39
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