-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BugFix] Fix client couldn't cancel forward query #52185
[BugFix] Fix client couldn't cancel forward query #52185
Conversation
fe/fe-core/src/main/java/com/starrocks/service/FrontendServiceImpl.java
Outdated
Show resolved
Hide resolved
20d4df6
to
7cd1ea5
Compare
76cc040
to
bd2e636
Compare
Signed-off-by: stdpain <drfeng08@gmail.com>
bd2e636
to
cddfabd
Compare
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[FE Incremental Coverage Report]✅ pass : 67 / 81 (82.72%) file detail
|
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
@Mergifyio backport branch-3.3 |
@Mergifyio backport branch-3.2 |
@Mergifyio backport branch-3.1 |
@Mergifyio backport branch-3.0 |
✅ Backports have been created
|
✅ Backports have been created
|
✅ Backports have been created
|
✅ Backports have been created
|
Signed-off-by: stdpain <drfeng08@gmail.com> (cherry picked from commit cc3a33c) # Conflicts: # fe/fe-core/src/main/java/com/starrocks/qe/StmtExecutor.java
Signed-off-by: stdpain <drfeng08@gmail.com> (cherry picked from commit cc3a33c) # Conflicts: # fe/fe-core/src/main/java/com/starrocks/qe/ConnectContext.java # fe/fe-core/src/main/java/com/starrocks/qe/ConnectProcessor.java # fe/fe-core/src/main/java/com/starrocks/qe/LeaderOpExecutor.java # fe/fe-core/src/main/java/com/starrocks/qe/StmtExecutor.java # gensrc/thrift/FrontendService.thrift
Signed-off-by: stdpain <drfeng08@gmail.com> (cherry picked from commit cc3a33c) # Conflicts: # fe/fe-core/src/main/java/com/starrocks/qe/ConnectContext.java # fe/fe-core/src/main/java/com/starrocks/qe/ConnectProcessor.java # fe/fe-core/src/main/java/com/starrocks/qe/LeaderOpExecutor.java # fe/fe-core/src/main/java/com/starrocks/qe/StmtExecutor.java # gensrc/thrift/FrontendService.thrift
Signed-off-by: stdpain <drfeng08@gmail.com> (cherry picked from commit cc3a33c) # Conflicts: # fe/fe-core/src/main/java/com/starrocks/qe/ConnectContext.java # fe/fe-core/src/main/java/com/starrocks/qe/ConnectProcessor.java # fe/fe-core/src/main/java/com/starrocks/qe/LeaderOpExecutor.java # fe/fe-core/src/main/java/com/starrocks/qe/StmtExecutor.java # fe/fe-core/src/main/java/com/starrocks/service/FrontendServiceImpl.java # gensrc/thrift/FrontendService.thrift
Signed-off-by: stdpain <drfeng08@gmail.com>
Signed-off-by: stdpain <drfeng08@gmail.com> Signed-off-by: zhiminr.ren <1240388654@qq.com>
Signed-off-by: stdpain <drfeng08@gmail.com>
Signed-off-by: stdpain <drfeng08@gmail.com>
Signed-off-by: stdpain <drfeng08@gmail.com> Signed-off-by: stdpain <34912776+stdpain@users.noreply.github.com>
Why I'm doing:
What I'm doing:
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: