-
Notifications
You must be signed in to change notification settings - Fork 9.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
Fix tx buffer inconsistency if there are duplicate keys in one tx. #17228
Conversation
Signed-off-by: Siyuan Zhang <sizhang@google.com>
…bucket. Signed-off-by: Siyuan Zhang <sizhang@google.com>
00d3432
to
971a4f5
Compare
/retest |
cc @serathius @ahrtr |
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
Please also backport the PR to 3.5 and 3.4.
Please read #17234 |
High chance this PR caused #17247 |
Actually pull/17228 was fixing a non-exist issue, because there will never have duplicated items. Please refer to etcd-io#17247 (comment). The PR also introduces a bug (issues/17247). Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.
related to #17158