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 5521818C5E for ; Tue, 12 May 2015 10:27:00 +0000 (UTC) Received: (qmail 27595 invoked by uid 500); 12 May 2015 10:27:00 -0000 Delivered-To: apmail-curator-dev-archive@curator.apache.org Received: (qmail 27553 invoked by uid 500); 12 May 2015 10:27:00 -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 27501 invoked by uid 99); 12 May 2015 10:27:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2015 10:27:00 +0000 Date: Tue, 12 May 2015 10:27:00 +0000 (UTC) From: =?utf-8?Q?Samuel_Garc=C3=ADa_Mart=C3=ADnez_=28JIRA=29?= To: dev@curator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CURATOR-218) TreeCache initialization problem with non existant root path MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CURATOR-218?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Samuel Garc=C3=ADa Mart=C3=ADnez updated CURATOR-218: ------------------------------------------- Environment:=20 host: AWS EC2 t2.medium type uname -a =3D Linux bamboo-agent 3.13.0-44-generic #73-Ubuntu SMP Tue Dec 16= 00:22:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux lsb_release -a =3D=20 Distributor ID:=09Ubuntu Description:=09Ubuntu 14.04.1 LTS Release:=0914.04 Codename:=09trusty ZK version: is a curator TestingServer java: java 8 maven: 3.2.5 was: host: AWS EC2 t2.medium type uname -a =3D Linux bamboo-agent 3.13.0-44-generic #73-Ubuntu SMP Tue Dec 16= 00:22:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux lsb_release -a =3D=20 Distributor ID:=09Ubuntu Description:=09Ubuntu 14.04.1 LTS Release:=0914.04 Codename:=09trusty java: java 8 maven: 3.2.5 > TreeCache initialization problem with non existant root path > ------------------------------------------------------------ > > Key: CURATOR-218 > URL: https://issues.apache.org/jira/browse/CURATOR-218 > Project: Apache Curator > Issue Type: Bug > Components: Recipes > Affects Versions: 2.7.0, 2.7.1, 2.8.0 > Environment: host: AWS EC2 t2.medium type > uname -a =3D Linux bamboo-agent 3.13.0-44-generic #73-Ubuntu SMP Tue Dec = 16 00:22:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux > lsb_release -a =3D=20 > Distributor ID:=09Ubuntu > Description:=09Ubuntu 14.04.1 LTS > Release:=0914.04 > Codename:=09trusty > ZK version: is a curator TestingServer > java: java 8 > maven: 3.2.5 > Reporter: Samuel Garc=C3=ADa Mart=C3=ADnez > Attachments: failing_test.txt > > > I'm implementing a Guava service relying on the startAsync feature. I'm u= sing a listener to wait for the INITIALIZED event to fire the guava service= notifyStarted method, but sometimes the listener never receives the event = if the root path does not exist. > I've created a repository with a failing test (looping over the failing t= est to force it). > repo with tests: https://github.com/samuelgmartinez/curator-treecache-tes= ts.git > failing test: mvn -Dtest=3DTreeCacheTest#testListenerNonExistentRootLoop = test -- This message was sent by Atlassian JIRA (v6.3.4#6332)