Re: race condition in InvalidSnapShotTest on client close

2010-09-03 Thread Mahadev Konar
Hi Thomas, Sorry for my late response. Please open a jira regarding this. Is this fixed in your netty patc hfor the client? Htanks mahadev On 9/1/10 9:09 AM, Thomas Koch tho...@koch.ro wrote: Hi, I believe, that I've found a race condition in org.apache.zookeeper.server.InvalidSnapshotTest

race condition in InvalidSnapShotTest on client close

2010-09-01 Thread Thomas Koch
Hi, I believe, that I've found a race condition in org.apache.zookeeper.server.InvalidSnapshotTest In this test the server is closed before the client. The client, on close(), submits as last package with type ZooDefs.OpCode.closeSession and waits for this package to be finished. However,