Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0F788200CE7 for ; Fri, 18 Aug 2017 00:41:57 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0DE8816BF4A; Thu, 17 Aug 2017 22:41:57 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 54D2D16BF45 for ; Fri, 18 Aug 2017 00:41:56 +0200 (CEST) Received: (qmail 89045 invoked by uid 500); 17 Aug 2017 22:41:53 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 89033 invoked by uid 99); 17 Aug 2017 22:41:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2017 22:41:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7B7FFDFDDD; Thu, 17 Aug 2017 22:41:53 +0000 (UTC) From: skamille To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org References: In-Reply-To: Subject: [GitHub] zookeeper issue #136: [ZOOKEEPER-1416] Persistent Recursive Watch Content-Type: text/plain Message-Id: <20170817224153.7B7FFDFDDD@git1-us-west.apache.org> Date: Thu, 17 Aug 2017 22:41:53 +0000 (UTC) archived-at: Thu, 17 Aug 2017 22:41:57 -0000 Github user skamille commented on the issue: https://github.com/apache/zookeeper/pull/136 We have to remember that people who don't use TreeCache will still use this feature. Not to say that we shouldn't keep it in mind as an important user, but presumably people who don't actually do anything with curator will decide to use this feature. Does the design make sense absent that consideration? Specifically, if you weren't thinking of this as a feature for TreeCache, would we implement it to automatically watch children changes as well, or would it be broken up into two modes: persistent no children, persistent children. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---