-
Notifications
You must be signed in to change notification settings - Fork 5.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
executor: check the error returned by handleNoDelay
#36105
Conversation
Signed-off-by: zyguan <[email protected]>
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/1b9607c0790413ec1cbb93d46d0b92e941b6ff21 |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: af77875
|
/run-all-tests |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-4.0 in PR #36184 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-5.0 in PR #36185 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-5.1 in PR #36186 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-5.2 in PR #36187 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-5.3 in PR #36188 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-5.4 in PR #36189 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-6.0 in PR #36190 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-6.1 in PR #36191 |
TiDB MergeCI notify✅ Well Done! New fixed [1] after this pr merged.
|
* master: (27 commits) executor: parallel cancel mpp query (pingcap#36161) store/copr: adjust the cop cache admission process time for paging (pingcap#36157) log-backup: get can restored global-checkpoint-ts when support v3 checkpoint advance (pingcap#36197) executor: optimize cursor read point get by reading through pessimistic lock cache (pingcap#36149) *: add tidb_min_paging_size system variable (pingcap#36107) planner: handle the expected row count for pushed-down selection in mpp (pingcap#36195) *: support show ddl jobs for sub-jobs (pingcap#36168) table-filter: optimize table pattern message and unit tests (pingcap#36160) domain: fix unstable test TestAbnormalSessionPool (pingcap#36154) executor: check the error returned by `handleNoDelay` (pingcap#36105) log-backup: fix checkpoint display (pingcap#36166) store/mockstore/unistore: fix several issues of coprocessor paging in unistore (pingcap#36147) test: refactor restart test (pingcap#36174) ddl: support rename index and columns for multi-schema change (pingcap#36148) test: remove meaningless test and update bazel (pingcap#36136) planner: Reduce verbosity of logging unknown system variables (pingcap#36013) metrics/grafana: bring back the plan cache miss panel (pingcap#36081) ddl: implement table granularity DDL for SchemaTracker (pingcap#36077) *: bazel use jdk 17 (pingcap#36070) telemetry: add reviewer rule (pingcap#36084) ...
Signed-off-by: zyguan [email protected]
What problem does this PR solve?
Issue Number: close #35105
Problem Summary:
As described in #35105, statements might be partial commited by
explain analyze
.What is changed and how it works?
Also check the error returned by
handleNoDelay
(otherwise theerr
gets ignored whenhandled
is false).Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.