Uploaded image for project: 'ZooKeeper'
  1. ZooKeeper
  2. ZOOKEEPER-221

log message in ZkWatchManager.materialize missing conditional

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0.0
    • 3.0.1, 3.1.0
    • java client
    • None

    Description

      the following code is missing conditional log call based on result of remove call (size > 0)

      // XXX This shouldn't be needed, but just in case
      > synchronized (existWatches)

      { > addTo(existWatches.remove(path), result); > LOG.warn("We are triggering an exists watch for delete! Shouldn't happen!"); > }

      >

      Attachments

        1. ZOOKEEPER-221.patch
          1 kB
          Patrick D. Hunt

        Issue Links

          Activity

            People

              phunt Patrick D. Hunt
              phunt Patrick D. Hunt
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: