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

2013-11-18 Thread Evaristo (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Evaristo updated CURATOR-72: Attachment: TestListenerSequence.java I attach a test that show the LOST event is not fired. > Background

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

2013-11-18 Thread Jordan Zimmerman
Please post the test that shows this. I tested with the two tests you've posted already. -JZ On Nov 18, 2013, at 1:39 AM, Evaristo José Camarero wrote: > 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

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