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

Fix Huge Number of Watches in ZooKeeper #17482

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 13, 2020

  1. * Fix huge number of watches in zk

    * Tear down nodeAnnouncer
    
    * Remove useless Logger and ExecutorService
    
    * Init CuratorListener by lambda
    
    * Improve explicit type
    
    * Using CuratorMultiTransaction instead of CuratorTransaction
    
    * Add @GuardedBy("toAnnounce") for toUpdate field
    
    * Improve docs
    asdf2014 committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    50c1f7a View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Patch comments

    asdf2014 committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    8420d73 View commit details
    Browse the repository at this point in the history
  2. Add license

    asdf2014 committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    da8538b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Patch comments

    asdf2014 committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    67b5064 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

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

Commits on Nov 11, 2024

  1. Merge reduce ZK

    GWphua committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ce64445 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da2f212 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5d0669 View commit details
    Browse the repository at this point in the history
  4. Javadocs on Announcers

    GWphua committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    f3b21a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Refactor announce method

    GWphua committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1053042 View commit details
    Browse the repository at this point in the history
  2. Refactor NodeAnnouncer

    GWphua committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    903db88 View commit details
    Browse the repository at this point in the history
  3. Add Unit Tests

    GWphua committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    954fa53 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Remove humor from logs

    GWphua committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    25de238 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7733e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    31f1d3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f541b84 View commit details
    Browse the repository at this point in the history