Uploaded image for project: 'Apache Curator'
  1. Apache Curator
  2. CURATOR-107

Regarding large number of watch count

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.4.1, 2.4.2
    • 2.5.0
    • Recipes
    • ZooKeeper 3.4.6

    Description

      It's about issue that zookeeper's watch count is being increased.
      I wrote issue on zookeeper mailing list but I couldn't get cool answer yet.

      Please share any opinion with us if you have an idea..
      http://zookeeper-user.578899.n2.nabble.com/Regarding-large-number-of-watch-count-td7579811.html

      Refer to this article.

      I've used following code for getting and releasing lock

      try {
      lock.acquire(...);
      } finally {
      lock.release();
      }

      Please check if I misunderstood how to use curator properly.
      Thank you.

      Attachments

        Activity

          People

            Unassigned Unassigned
            cj848 Hyun Sik Kang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: