Return-Path: X-Original-To: apmail-curator-dev-archive@minotaur.apache.org Delivered-To: apmail-curator-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0D56A11513 for ; Fri, 18 Jul 2014 07:09:05 +0000 (UTC) Received: (qmail 79741 invoked by uid 500); 18 Jul 2014 07:09:04 -0000 Delivered-To: apmail-curator-dev-archive@curator.apache.org Received: (qmail 79695 invoked by uid 500); 18 Jul 2014 07:09:04 -0000 Mailing-List: contact dev-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.apache.org Delivered-To: mailing list dev@curator.apache.org Received: (qmail 79682 invoked by uid 99); 18 Jul 2014 07:09:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2014 07:09:04 +0000 Date: Fri, 18 Jul 2014 07:09:04 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@curator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CURATOR-33) Recursive Node Cache MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CURATOR-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066128#comment-14066128 ] ASF GitHub Bot commented on CURATOR-33: --------------------------------------- GitHub user dragonsinth opened a pull request: https://github.com/apache/curator/pull/17 CURATOR-33 recursive TreeCache recipe You can merge this pull request into a Git repository by running: $ git pull https://github.com/dragonsinth/curator CURATOR-33 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/curator/pull/17.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #17 ---- commit 547a7e23eb48fece49420bbcfdc84e763bf74461 Author: Scott Blum Date: 2014-07-15T00:38:07Z CURATOR-33 recursive TreeCache recipe ---- > Recursive Node Cache > -------------------- > > Key: CURATOR-33 > URL: https://issues.apache.org/jira/browse/CURATOR-33 > Project: Apache Curator > Issue Type: Improvement > Components: Recipes > Reporter: John Vines > Fix For: awaiting-response > > Attachments: CURATOR-33.2.patch, CURATOR-33.patch > > > Currently the PathChildrenCache will trigger listen events for all children at the given node. However, it would be useful to have a cache that would trigger listen events for the entire hierarchy below the given node. -- This message was sent by Atlassian JIRA (v6.2#6252)