POSIBLE ISSUE WITH PERSISTENT NODE

2019-02-19 Thread Evaristo José Camarero
Hi there, I am using Apache Curator 4.1.0  with Zk 3.4.10 (Open JDK 1.8) openjdk version "1.8.0_191" I am PersistentNode recipe and I am receiving this exception java.lang.IllegalStateException: initial create has not been processed. Call waitForInitialCreate() to ensure.        at org.apache

Re: [VOTE] Release Apache Curator version 2.4.0

2014-02-07 Thread Evaristo José Camarero
Looks fine with my own app. El Viernes 7 de febrero de 2014 1:04, Jay Zarfoss escribió: +1 On Thu, Feb 6, 2014 at 12:45 PM, Eric Tschetter wrote: > +1 > > > On Wed, Feb 5, 2014 at 6:02 PM, Jordan Zimmerman >wrote: > > > Hello, > > > > This is the release for Apache Curator, version 2.4

Re: [jira] [Commented] (CURATOR-72) Background operations don't wait for connection timeout

2013-11-18 Thread Evaristo José Camarero
Hi there, I am using the regression of my own app and now I do not see the unexpected LOST events anymore, but I see some cases in which the LOST event is not fired. I have a CuratorFramework client with several recipes (leader election, caches) and I close the ZK servers, and I am not getting

Re: [VOTE] Release Apache Curator version 2.3.1

2013-11-12 Thread Evaristo José Camarero
De: Evaristo José Camarero Para: "dev@curator.apache.org" Enviado: Martes 12 de noviembre de 2013 17:41 Asunto: Re: [VOTE] Release Apache Curator version 2.3.1 Go ahead with 2.3.1. I have repeated the regression of my app several times with several Curator release

Re: [VOTE] Release Apache Curator version 2.3.1

2013-11-12 Thread Evaristo José Camarero
Evaristo De: Jordan Zimmerman Para: dev@curator.apache.org; Evaristo José Camarero Enviado: Martes 12 de noviembre de 2013 16:14 Asunto: Re: [VOTE] Release Apache Curator version 2.3.1 OK - We’ll hold the release. Please let us know asap. -Jordan On Nov 12, 2013, at 5:53 AM, Eva

Re: [VOTE] Release Apache Curator version 2.3.1

2013-11-12 Thread Evaristo José Camarero
Hi there, I am testing this new release with my own app. I find problems with statedChanged in LeaderSelector that were not happening with 2.3.0 (and I have removed all the PresistenEphemeralNodes because I was not able to make them interact properly with the ConnectionStateListeners in any

Re: [VOTE] Release Apache Curator version 2.3.0

2013-11-09 Thread Evaristo José Camarero
In the test connection really is done. So first event should be connected. The same test without the pen shows connected. The behaviour should be consistent in my opinion. Enviado desde Yahoo Mail con Android

Re: [VOTE] Release Apache Curator version 2.3.0

2013-11-09 Thread Evaristo José Camarero
: dev@curator.apache.org; Evaristo José Camarero Enviado: Sábado 9 de noviembre de 2013 5:42 Asunto: Re: [VOTE] Release Apache Curator version 2.3.0 I tested both enclosed tests attached to https://issues.apache.org/jira/browse/CURATOR-53 and they both work with 2.3.0.  NOTE: for

Re: [VOTE] Release Apache Curator version 2.3.0

2013-11-05 Thread Evaristo José Camarero
Hi there, In previous releases I found problems with PersistentEphemeralNodes themselves or with ConnectionStateListener when used on a CuratorFramework related with a PersistentEphemeralNode. I reported the problems in https://issues.apache.org/jira/browse/CURATOR-53 and from there another JIR