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] clientv3: remove v3.WithFirstKey() in Barrier.Wait() #16188

Merged
merged 1 commit into from
Jul 6, 2023

Commits on Jul 6, 2023

  1. clientv3: remove v3.WithFirstKey() in Barrier.Wait()

    fix the unexpected blocking when using Barrier.Wait(), e.g.
    NewBarrier(client, "a").Wait() will block if key "a" is not existed but "a0" is existed, but it should return immediately.
    
    Signed-off-by: zhangwenkang <zwenkang@vmware.com>
    kensou97 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    6be3ad3 View commit details
    Browse the repository at this point in the history