Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Push down condition check to TiKV for
prewrite
request #9127Push down condition check to TiKV for
prewrite
request #9127Changes from 31 commits
e1cf7c3
f2d57cc
d0d96dc
b8ae2ea
d2a9fa8
b3169da
775bf27
0cbd678
ec363ef
9527f70
043d3bb
0eb5a03
e0c9740
1094455
db8501d
66ad56e
197c3b0
d103cf8
de56fc6
6254259
a54be30
79cbc39
a983394
2f6cc45
c25f75e
21deaad
5ff88e5
2d4b688
7148ea3
08bcdd3
e9e9616
33da4fc
ace4c40
173fa7e
52c900a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Why log error here?
key already exists
is a normal business logic.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.
I think it is better to log duplicated entry error in TiDB.
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.
I agree with tiancaiamao, if we log the duplicated error, there will be too many useless logs.