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

ZOOKEEPER-4466: Support different watch modes on same path #1859

Commits on Feb 27, 2023

  1. ZOOKEEPER-4466: Support different watch modes on same path

    Currently, in server side, there is only one watcher mode per path. This
    will destroy and corrupt old watch when client watch a watching path.
    kezhuw committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    b65852e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. refactor WatchStats internals

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    cc74acd View commit details
    Browse the repository at this point in the history
  2. try fix CI

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    5355029 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

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