This is an automated email from the ASF dual-hosted git repository.
kezhuw pushed a change to branch CURATOR-107
in repository https://gitbox.apache.org/repos/asf/curator.git
was 0dcf8335 use getData() instead of exists() to avoid leaving unneeded
watchers which is a type of resource leak. However, this might have performance
affects. Therefore, added system proprety
"curator-path-children-cache-use-exists" to use the old behavior. i.e. add
-Dcurator-path-children-cache-use-exists=true or call
System.setProperty("curator-path-children-cache-use-exists", "true") to use the
old behavior of calling exists() instead.
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.