There was an xid out of order bug fixed somewhat recently, though from your description I'm not sure how you'd end up triggering it.
Reference: https://issues.apache.org/jira/browse/ZOOKEEPER-1863 On Wed, Jul 23, 2014 at 4:35 PM, Benjamin Jaton <[email protected]> wrote: > Hello, > > I am looking into this issue: > https://issues.apache.org/jira/browse/CURATOR-125 > I have 3 ZK servers, only 1 is started. > > I get this log and it might be causing my issue down the road: > > java.io.IOException: Xid out of order. Got Xid 14 with err -119 expected > Xid 13 for a packet with details: clientPath:/ serverPath:/ finished:false > header:: 13,3 replyHeader:: 0,0,-4 request:: '/,T response:: > at > org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:795) > at > org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:94) > at > org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:355) > at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068) > > Client and servers are running the official 3.4.5. > I am attaching the log file. > > The code I am running is in the bug: > https://issues.apache.org/jira/browse/CURATOR-125 ( Test.java ). > > I can open a bug if necessary. > > Thanks, > Ben > -- -=-Dutch
