Re: Too many KeeperErrorCode = Session moved messages

2010-08-08 Thread Patrick Hunt
I suspect this is a bug with the sync call and session moved (the code path for sync is a bit special). Please enter a JIRA for this. Thanks. Patrick On 08/05/2010 01:20 PM, Vishal K wrote: Hi All, I am seeing a lot of these messages in our application. I would like to know if I am doing

Too many KeeperErrorCode = Session moved messages

2010-08-05 Thread Vishal K
Hi All, I am seeing a lot of these messages in our application. I would like to know if I am doing something wrong or this is a ZK bug. Setup: - Server environment:zookeeper.version=3.3.0-925362 - 3 node cluster - Each node has few clients that connect to the local server using 127.0.0.1 as the

Re: Too many KeeperErrorCode = Session moved messages

2010-08-05 Thread Ted Dunning
I can't comment much on this, except that this is a very odd usage pattern. First, it isn't so unusual, but I find it a particularly bad practice to embed ZK into your application. The problem is that you lose a lot of the virtues of ZK in terms of coordination if ZK goes down with your