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
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
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
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
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
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
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
: 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
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