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

Watcher: Fix check for currently executed watches #31137

Merged

Commits on Jun 6, 2018

  1. Watcher: Fix check for currently executed watches

    The ack watch action has a check for currently executed watches, to make
    sure that currently running watches cannot be acknowledged. This check
    only checked on the local node for watches being executed, but should
    have checked the whole cluster using a WatcherStatsRequest, which is
    being switched to in this commit.
    spinscale committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    48737bf View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Configuration menu
    Copy the full SHA
    281cbf9 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Configuration menu
    Copy the full SHA
    fa41396 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. Configuration menu
    Copy the full SHA
    c628b6e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Configuration menu
    Copy the full SHA
    c435717 View commit details
    Browse the repository at this point in the history