-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
session/statistics: discard feedbacks from delete
/ update
#17452
Conversation
/run-unit-test |
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.
It's better to not collect feedback in the execution phase instead of discarding the collected feedback.
@eurekaka please also cherry-pick this change to release 2.1, 3.0, 3.1 and 4.0. Since query feedback is enabled by default on these branches. |
Codecov Report
@@ Coverage Diff @@
## master #17452 +/- ##
===========================================
Coverage 79.5350% 79.5350%
===========================================
Files 524 524
Lines 141598 141598
===========================================
Hits 112620 112620
Misses 19924 19924
Partials 9054 9054 |
|
/run-check_dev_2 |
2 similar comments
/run-check_dev_2 |
/run-check_dev_2 |
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.
LGTM
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.
LGTM
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
@eurekaka merge failed. |
/run-integration-copr-test |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
cherry pick to release-2.1 in PR #17840 |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
cherry pick to release-3.0 in PR #17841 |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
cherry pick to release-3.1 in PR #17842 |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
cherry pick to release-4.0 in PR #17843 |
What problem does this PR solve?
Issue Number: close #17438
Problem Summary:
Feedbacks from
update
,delete
may be invalid.What is changed and how it works?
What's Changed:
Discard those feedbacks.
How it Works:
Related changes
Check List
Tests
Side effects
N/A
Release note
delete
/update
statements.