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

[release-3.5] Fix progress notification for watch that doesn't get any events #17566

Merged

Commits on Mar 11, 2024

  1. Fix progress notification for watch that doesn't get any events

    When implementing the fix for progress notifications
    (etcd-io#15237) we made a incorrect
    assumption that that unsynched watches will always get at least one event.
    
    Unsynched watches include not only slow watchers, but also newly created
    watches that requested current or older revision. In case that non of the events
    match watch filter, those newly created watches might become synched
    without any event going through.
    
    Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
    serathius committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    579b22c View commit details
    Browse the repository at this point in the history