Skip to content
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

[3.5] Backport fix tx buffer inconsistency if there are unordered key writes in one tx #18861

Open
wants to merge 1 commit into
base: release-3.5
Choose a base branch
from

Commits on Nov 11, 2024

  1. release-3.5: backport etcd-io#17263 Fix tx buffer inconsistency if th…

    …ere are unordered key writes in one tx.
    
    etcd-io#17263
    
    Notes:
    1. batch_tx_test.go is not incorporated into this backport because main and release-3.5 diverges a lot on buckets/schema/etc..
    It is also not the core of the bug fix.
    2. verify in tx_buffer.go is removed as mainly due to the dependency is not there in relese-3.5.
    
    Signed-off-by: Chao Chen <[email protected]>
    chaochn47 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    fc2db8e View commit details
    Browse the repository at this point in the history