Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 29798200B5F for ; Fri, 29 Jul 2016 23:26:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2854F160A79; Fri, 29 Jul 2016 21:26:42 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F13F0160A6E for ; Fri, 29 Jul 2016 23:26:40 +0200 (CEST) Received: (qmail 65301 invoked by uid 500); 29 Jul 2016 21:26:39 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 65288 invoked by uid 99); 29 Jul 2016 21:26:39 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jul 2016 21:26:39 +0000 Received: from mail-it0-f51.google.com (mail-it0-f51.google.com [209.85.214.51]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 81D541A00C5 for ; Fri, 29 Jul 2016 21:26:39 +0000 (UTC) Received: by mail-it0-f51.google.com with SMTP id f6so119369131ith.0 for ; Fri, 29 Jul 2016 14:26:39 -0700 (PDT) X-Gm-Message-State: AEkoousjC7+GA54HXCX8+HGUqJN2HbSNlnQp86ZEZdwKMTj1EwYs1yeZSpPBPPolwRZRFdNNdYJwaxgla4F9jg== MIME-Version: 1.0 X-Received: by 10.36.62.133 with SMTP id s127mr47690146its.98.1469827598656; Fri, 29 Jul 2016 14:26:38 -0700 (PDT) Received: by 10.64.216.37 with HTTP; Fri, 29 Jul 2016 14:26:38 -0700 (PDT) Received: by 10.64.216.37 with HTTP; Fri, 29 Jul 2016 14:26:38 -0700 (PDT) In-Reply-To: References: <60C9117D-F2E3-4235-9F56-CC8AFC51B98B@apache.org> Date: Fri, 29 Jul 2016 17:26:38 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: ZK read-only issue From: Camille Fournier To: user@zookeeper.apache.org Content-Type: multipart/alternative; boundary=001a113fe08ce634f10538cce7ef archived-at: Fri, 29 Jul 2016 21:26:42 -0000 --001a113fe08ce634f10538cce7ef Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Sorry again I'm having reading issues ignore that comment as I see flavio already answered it On Jul 29, 2016 5:25 PM, "Camille Fournier" wrote: > Update, I was confused by races of my own doing. Was this client > previously connected when it failed the read only check? The server log i= s > rejecting it because the client is ahead in zxid in the first set of logs= . > The other two servers are totally down and it's a new client when you see > this issue? > > On Jul 29, 2016 3:07 PM, "Camille Fournier" wrote: > >> Ok yeah I think this is reproducible and a bug in the client connection >> read-only logic. >> >> On Fri, Jul 29, 2016 at 2:43 PM, Camille Fournier >> wrote: >> >>> I'm looking at the readonly mode code right now and it appears that the >>> only way to set readonly mode is a global system property which means t= hat >>> the tests for this are only testing across 3 servers, all of which have >>> readonly mode set. So, this MAY be a bug, but what a pain to figure out= how >>> to reproduce. >>> >>> Global system properties: not even once. >>> >>> On Fri, Jul 29, 2016 at 12:27 PM, Flavio Junqueira >>> wrote: >>> >>>> Not that I'm aware of... >>>> >>>> -Flavio >>>> >>>> > On 29 Jul 2016, at 17:24, Benjamin Jaton >>>> wrote: >>>> > >>>> > Hi Flavio, >>>> > >>>> > The bug / patch is only for the C client, does this issue affect the >>>> java >>>> > client as well? >>>> > >>>> > On Thu, Jul 28, 2016 at 5:01 PM, Benjamin Jaton < >>>> benjamin.jaton@gmail.com> >>>> > wrote: >>>> > >>>> >> I will definitely try and I'll post an update, thanks again Flavio. >>>> >> >>>> >> On Thu, Jul 28, 2016 at 4:59 PM, Flavio Junqueira >>>> wrote: >>>> >> >>>> >>> I think you're hitting this: >>>> >>> >>>> >>> https://issues.apache.org/jira/browse/ZOOKEEPER-2466 < >>>> >>> https://issues.apache.org/jira/browse/ZOOKEEPER-2466> >>>> >>> >>>> >>> which is resolved for 3.5.3 and trunk. You can try out the patch. >>>> >>> >>>> >>> -Flavio >>>> >>> >>>> >>>> On 29 Jul 2016, at 00:56, Benjamin Jaton >>> > >>>> >>> wrote: >>>> >>>> >>>> >>>> OK so I did another fresh install this time using 3.5.2-alpha, an= d >>>> the >>>> >>> read >>>> >>>> only client doesn't seem to try all the hosts available. >>>> >>>> >>>> >>>> I create my client with: >>>> >>>> ZooKeeper zk =3D new ZooKeeper("10.11.9.70:2181,10.11.12.4:2181, >>>> >>>> 10.11.12.210:2181", 45000, this, true); >>>> >>>> >>>> >>>> In the following output, it only checks for 10.11.12.4:2181 and >>>> >>>> 10.11.12.210:2181, but it doesn't try 10.11.9.70:2181 which is >>>> where >>>> >>> the >>>> >>>> running server is. >>>> >>>> >>>> >>>> 0 [main] INFO org.apache.zookeeper.ZooKeeper - Client >>>> >>>> environment:zookeeper.version=3D3.5.2-alpha-1753710, built on >>>> 07/21/2016 >>>> >>>> 16:24 GMT >>>> >>>> 1 [main] INFO org.apache.zookeeper.ZooKeeper - Client environmen= t: >>>> >>> host.name >>>> >>>> =3Dw-rli09-ben >>>> >>>> 1 [main] INFO org.apache.zookeeper.ZooKeeper - Client >>>> >>>> environment:java.version=3D1.8.0_11 >>>> >>>> 1 [main] INFO org.apache.zookeeper.ZooKeeper - Client >>>> >>>> environment:java.vendor=3DOracle Corporation >>>> >>>> 1 [main] INFO org.apache.zookeeper.ZooKeeper - Client >>>> >>>> environment:java.home=3D/usr/local/apps/jdk1.8.0_11/jre >>>> >>>> 1 [main] INFO org.apache.zookeeper.ZooKeeper - Client >>>> >>>> >>>> >>> >>>> environment:java.class.path=3D/home/benji/workspace-trunk/testzkclient= /bin:/home/benji/workspace-trunk/zookeeper-3.5.2/build/lib/commons-cli-1.2.= jar:/home/benji/workspace-trunk/zookeeper-3.5.2/build/lib/jackson-core-asl-= 1.9.11.jar:/home/benji/workspace-trunk/zookeeper-3.5.2/build/lib/jackson-ma= pper-asl-1.9.11.jar:/home/benji/workspace-trunk/zookeeper-3.5.2/build/lib/j= avacc.jar:/home/benji/workspace-trunk/zookeeper-3.5.2/build/lib/jetty-6.1.2= 6.jar:/home/benji/workspace-trunk/zookeeper-3.5.2/build/lib/jetty-util-6.1.= 26.jar:/home/benji/workspace-trunk/zookeeper-3.5.2/build/lib/jline-2.11.jar= :/home/benji/workspace-trunk/zookeeper-3.5.2/build/lib/log4j-1.2.17.jar:/ho= me/benji/workspace-trunk/zookeeper-3.5.2/build/lib/netty-3.10.5.Final.jar:/= home/benji/workspace-trunk/zookeeper-3.5.2/build/lib/servlet-api-2.5-200812= 11.jar:/home/benji/workspace-trunk/zookeeper-3.5.2/build/lib/slf4j-api-1.7.= 5.jar:/home/benji/workspace-trunk/zookeeper-3.5.2/build/lib/slf4j-log4j12-1= .7.5.jar:/home/benji/workspace-trunk/zookeeper-3.5.2/build/zookeeper-3.5.2-= alpha.jar >>>> >>>> 2 [main] INFO org.apache.zookeeper.ZooKeeper - Client >>>> >>>> >>>> >>> >>>> environment:java.library.path=3D/usr/java/packages/lib/amd64:/usr/lib6= 4:/lib64:/lib:/usr/lib >>>> >>>> 2 [main] INFO org.apache.zookeeper.ZooKeeper - Client >>>> >>>> environment:java.io.tmpdir=3D/tmp >>>> >>>> 2 [main] INFO org.apache.zookeeper.ZooKeeper - Client >>>> >>>> environment:java.compiler=3D >>>> >>>> 2 [main] INFO org.apache.zookeeper.ZooKeeper - Client environmen= t: >>>> >>> os.name >>>> >>>> =3DLinux >>>> >>>> 2 [main] INFO org.apache.zookeeper.ZooKeeper - Client >>>> >>>> environment:os.arch=3Damd64 >>>> >>>> 2 [main] INFO org.apache.zookeeper.ZooKeeper - Client >>>> >>>> environment:os.version=3D3.8.0-44-generic >>>> >>>> 2 [main] INFO org.apache.zookeeper.ZooKeeper - Client environmen= t: >>>> >>> user.name >>>> >>>> =3Dbenji >>>> >>>> 2 [main] INFO org.apache.zookeeper.ZooKeeper - Client >>>> >>>> environment:user.home=3D/home/benji >>>> >>>> 2 [main] INFO org.apache.zookeeper.ZooKeeper - Client >>>> >>>> environment:user.dir=3D/home/benji/workspace-trunk/testzkclient >>>> >>>> 2 [main] INFO org.apache.zookeeper.ZooKeeper - Client >>>> >>>> environment:os.memory.free=3D376MB >>>> >>>> 2 [main] INFO org.apache.zookeeper.ZooKeeper - Client >>>> >>>> environment:os.memory.max=3D5358MB >>>> >>>> 2 [main] INFO org.apache.zookeeper.ZooKeeper - Client >>>> >>>> environment:os.memory.total=3D378MB >>>> >>>> *8 [main] INFO org.apache.zookeeper.ZooKeeper - Initiating clien= t >>>> >>>> connection, connectString=3D10.11.9.70:2181 >>>> >>>> ,10.11.12.4:2181 >>>> >>>> ,10.11.12.210:2181 < >>>> http://10.11.12.210:2181> >>>> >>>> sessionTimeout=3D45000 >>>> watcher=3Dtestzkclient.TestZkReadOnlyClient@5010be6* >>>> >>>> 21 [main] DEBUG org.apache.zookeeper.ClientCnxnSocket - >>>> jute.maxbuffer >>>> >>> is >>>> >>>> 4194304 >>>> >>>> Successfully established the connection with ZooKeeper >>>> >>>> *37 [main-SendThread(10.11.12.4:2181 )] >>>> INFO >>>> >>>> org.apache.zookeeper.ClientCnxn - Opening socket connection to >>>> server >>>> >>>> 10.11.12.4/10.11.12.4:2181 . >>>> Will >>>> >>> not >>>> >>>> attempt to authenticate using SASL (unknown error)* >>>> >>>> 43 [main-SendThread(10.11.12.4:2181)] WARN >>>> >>> org.apache.zookeeper.ClientCnxn >>>> >>>> - Session 0x0 for server null, unexpected error, closing socket >>>> >>> connection >>>> >>>> and attempting reconnect >>>> >>>> java.net.ConnectException: Connection refused >>>> >>>> at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) >>>> >>>> at >>>> >>>> >>>> sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:712) >>>> >>>> at >>>> >>>> >>>> >>> >>>> org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketN= IO.java:357) >>>> >>>> at >>>> >>> org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:121= 4) >>>> >>>> 45 [main-SendThread(10.11.12.4:2181)] DEBUG >>>> >>>> org.apache.zookeeper.ClientCnxnSocketNIO - Ignoring exception >>>> during >>>> >>>> shutdown input >>>> >>>> java.nio.channels.ClosedChannelException >>>> >>>> at >>>> >>>> >>>> sun.nio.ch.SocketChannelImpl.shutdownInput(SocketChannelImpl.java:775) >>>> >>>> at sun.nio.ch.SocketAdaptor.shutdownInput(SocketAdaptor.java:40= 2) >>>> >>>> at >>>> >>>> >>>> >>> >>>> org.apache.zookeeper.ClientCnxnSocketNIO.cleanup(ClientCnxnSocketNIO.j= ava:198) >>>> >>>> at >>>> >>>> >>>> org.apache.zookeeper.ClientCnxn$SendThread.cleanup(ClientCnxn.java:132= 5) >>>> >>>> at >>>> >>> org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:124= 5) >>>> >>>> 45 [main-SendThread(10.11.12.4:2181)] DEBUG >>>> >>>> org.apache.zookeeper.ClientCnxnSocketNIO - Ignoring exception >>>> during >>>> >>>> shutdown output >>>> >>>> java.nio.channels.ClosedChannelException >>>> >>>> at >>>> >>>> >>>> sun.nio.ch.SocketChannelImpl.shutdownOutput(SocketChannelImpl.java:792= ) >>>> >>>> at >>>> sun.nio.ch.SocketAdaptor.shutdownOutput(SocketAdaptor.java:410) >>>> >>>> at >>>> >>>> >>>> >>> >>>> org.apache.zookeeper.ClientCnxnSocketNIO.cleanup(ClientCnxnSocketNIO.j= ava:205) >>>> >>>> at >>>> >>>> >>>> org.apache.zookeeper.ClientCnxn$SendThread.cleanup(ClientCnxn.java:132= 5) >>>> >>>> at >>>> >>> org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:124= 5) >>>> >>>> *149 [main-SendThread(10.11.12.210:2181 >>> >)] >>>> >>> INFO >>>> >>>> org.apache.zookeeper.ClientCnxn - Opening socket connection to >>>> server >>>> >>>> 10.11.12.210/10.11.12.210:2181 < >>>> http://10.11.12.210/10.11.12.210:2181>. >>>> >>>> Will not attempt to authenticate using SASL (unknown error)* >>>> >>>> 150 [main-SendThread(10.11.12.210:2181)] WARN >>>> >>>> org.apache.zookeeper.ClientCnxn - Session 0x0 for server null, >>>> >>> unexpected >>>> >>>> error, closing socket connection and attempting reconnect >>>> >>>> java.net.ConnectException: Connection refused >>>> >>>> at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) >>>> >>>> at >>>> >>>> >>>> sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:712) >>>> >>>> at >>>> >>>> >>>> >>> >>>> org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketN= IO.java:357) >>>> >>>> at >>>> >>> org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:121= 4) >>>> >>>> 150 [main-SendThread(10.11.12.210:2181)] DEBUG >>>> >>>> org.apache.zookeeper.ClientCnxnSocketNIO - Ignoring exception >>>> during >>>> >>>> shutdown input >>>> >>>> java.nio.channels.ClosedChannelException >>>> >>>> at >>>> >>>> >>>> sun.nio.ch.SocketChannelImpl.shutdownInput(SocketChannelImpl.java:775) >>>> >>>> at sun.nio.ch.SocketAdaptor.shutdownInput(SocketAdaptor.java:40= 2) >>>> >>>> at >>>> >>>> >>>> >>> >>>> org.apache.zookeeper.ClientCnxnSocketNIO.cleanup(ClientCnxnSocketNIO.j= ava:198) >>>> >>>> at >>>> >>>> >>>> org.apache.zookeeper.ClientCnxn$SendThread.cleanup(ClientCnxn.java:132= 5) >>>> >>>> at >>>> >>> org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:124= 5) >>>> >>>> 150 [main-SendThread(10.11.12.210:2181)] DEBUG >>>> >>>> org.apache.zookeeper.ClientCnxnSocketNIO - Ignoring exception >>>> during >>>> >>>> shutdown output >>>> >>>> java.nio.channels.ClosedChannelException >>>> >>>> at >>>> >>>> >>>> sun.nio.ch.SocketChannelImpl.shutdownOutput(SocketChannelImpl.java:792= ) >>>> >>>> at >>>> sun.nio.ch.SocketAdaptor.shutdownOutput(SocketAdaptor.java:410) >>>> >>>> at >>>> >>>> >>>> >>> >>>> org.apache.zookeeper.ClientCnxnSocketNIO.cleanup(ClientCnxnSocketNIO.j= ava:205) >>>> >>>> at >>>> >>>> >>>> org.apache.zookeeper.ClientCnxn$SendThread.cleanup(ClientCnxn.java:132= 5) >>>> >>>> at >>>> >>> org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:124= 5) >>>> >>>> *Exception in thread "main" >>>> >>>> org.apache.zookeeper.KeeperException$ConnectionLossException: >>>> >>>> KeeperErrorCode =3D ConnectionLoss for /* >>>> >>>> at >>>> >>> org.apache.zookeeper.KeeperException.create(KeeperException.java:9= 9) >>>> >>>> at >>>> >>> org.apache.zookeeper.KeeperException.create(KeeperException.java:5= 1) >>>> >>>> at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1956) >>>> >>>> at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1985) >>>> >>>> at >>>> >>> testzkclient.TestZkReadOnlyClient.run(TestZkReadOnlyClient.java:26= ) >>>> >>>> at >>>> >>> testzkclient.TestZkReadOnlyClient.main(TestZkReadOnlyClient.java:1= 3) >>>> >>>> >>>> >>>> >>>> >>>> Does anybody else have issues with the readonly mode? >>>> >>>> >>>> >>>> Thanks >>>> >>>> Benjamin >>>> >>>> >>>> >>>> >>>> >>>> On Sat, Jul 16, 2016 at 7:39 PM, Benjamin Jaton < >>>> >>> benjamin.jaton@gmail.com> >>>> >>>> wrote: >>>> >>>> >>>> >>>>> Very interesting, thank you Flavio. >>>> >>>>> >>>> >>>>> That should not happen because I have actually never started (ev= en >>>> >>> never >>>> >>>>> created) the other servers. This server is the first one the >>>> client >>>> >>> could >>>> >>>>> have possibly ever seen. Maybe the server has to have been in a >>>> >>> functioning >>>> >>>>> ensemble at least once before being able to be read only able? >>>> >>>>> I will recheck all my setup and do it again. >>>> >>>>> Thanks again, >>>> >>>>> Ben >>>> >>>>> >>>> >>>>> On Wed, Jul 13, 2016 at 2:06 PM, Flavio Junqueira >>> > >>>> >>> wrote: >>>> >>>>> >>>> >>>>>> From the logs, it looks like the server the client is trying to >>>> >>> connect >>>> >>>>>> to is behind compared to last zxid the client has seen: >>>> >>>>>> >>>> >>>>>> Refusing session request for client /10.11.12.4:49237 as >>>> it >>>> >>> has >>>> >>>>>> seen zxid 0x3 our last zxid is 0x0 client must try another serv= er >>>> >>>>>> >>>> >>>>>> I believe the behavior we currently have is that a client can >>>> connect >>>> >>> to >>>> >>>>>> an RO server, but the server must have a view at least as recen= t >>>> as >>>> >>> the >>>> >>>>>> server. >>>> >>>>>> >>>> >>>>>> -Flavio >>>> >>>>>> >>>> >>>>>>> On 12 Jul 2016, at 16:23, Benjamin Jaton < >>>> benjamin.jaton@gmail.com> >>>> >>>>>> wrote: >>>> >>>>>>> >>>> >>>>>>> Hello, >>>> >>>>>>> >>>> >>>>>>> I'm having problems using ZK in read-only mode. >>>> >>>>>>> I am using a fresh install of ZK 3.5.1-alpha where I configure >>>> the >>>> >>>>>> installation to be in a 3 nodes ensemble. >>>> >>>>>>> I start this node only (QA-E8WIN11) with >>>> -Dreadonlymode.enabled=3Dtrue. >>>> >>>>>>> >>>> >>>>>>> I see that the node QA-E8WIN11 starts the RO server properly: >>>> >>>>>>> 2016-07-12 16:10:10,955 [myid:1] - INFO >>>> >>>>>> [Thread-4:ReadOnlyZooKeeperServer@73] - Read-only server starte= d >>>> >>>>>>> >>>> >>>>>>> Then I make a read-only enabled client: >>>> >>>>>>> >>>> >>>>>>> ZooKeeper zk =3D new >>>> >>>>>> ZooKeeper("QA-E8WIN12:2181,QA-E8WIN13:2181,QA-E8WIN11:2181", >>>> 45000, >>>> >>> this, >>>> >>>>>> true); >>>> >>>>>>> System.out.println("Successfully established the >>>> connection >>>> >>>>>> with ZooKeeper"); >>>> >>>>>>> >>>> >>>>>>> zk.getData("/", false, null); >>>> >>>>>>> System.out.println("Done."); >>>> >>>>>>> >>>> >>>>>>> Note that only QA-E8WIN11 is started, the other 2 are not. >>>> >>>>>>> >>>> >>>>>>> When the ZK client picks QA-E8WIN11 first, it works. >>>> >>>>>>> But when it picks a different node, it fails with: >>>> >>>>>>> >>>> >>>>>>> 16:10:13.338 org.apache.zookeeper.ZooKeeper:716 - Initiating >>>> client >>>> >>>>>> connection, >>>> >>> connectString=3DQA-E8WIN12:2181,QA-E8WIN13:2181,QA-E8WIN11:2181 >>>> >>>>>> sessionTimeout=3D45000 watcher=3DTestZkReadOnly@68de145 >>>> >>>>>>> Successfully established the connection with ZooKeeper >>>> >>>>>>> 16:10:13.475 org.apache.zookeeper.ClientCnxn:1138 - Opening >>>> socket >>>> >>>>>> connection to server QA-E8WIN13/10.11.8.230:2181 < >>>> >>>>>> http://10.11.8.230:2181/>. Will not attempt to authenticate >>>> using >>>> >>> SASL >>>> >>>>>> (unknown error) >>>> >>>>>>> 16:10:28.469 org.apache.zookeeper.ClientCnxn:1251 - Client >>>> session >>>> >>>>>> timed out, have not heard from server in 15001ms for sessionid >>>> 0x0, >>>> >>> closing >>>> >>>>>> socket connection and attempting reconnect >>>> >>>>>>> 16:10:28.574 org.apache.zookeeper.ClientCnxn:1138 - Opening >>>> socket >>>> >>>>>> connection to server QA-E8WIN12/10.11.8.232:2181 < >>>> >>>>>> http://10.11.8.232:2181/>. Will not attempt to authenticate >>>> using >>>> >>> SASL >>>> >>>>>> (unknown error) >>>> >>>>>>> Exception in thread "main" >>>> >>>>>> org.apache.zookeeper.KeeperException$ConnectionLossException: >>>> >>>>>> KeeperErrorCode =3D ConnectionLoss for / >>>> >>>>>>> at >>>> >>>>>> >>>> org.apache.zookeeper.KeeperException.create(KeeperException.java:99) >>>> >>>>>>> at >>>> >>>>>> >>>> org.apache.zookeeper.KeeperException.create(KeeperException.java:51) >>>> >>>>>>> at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:175= 3) >>>> >>>>>>> at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:178= 2) >>>> >>>>>>> at TestZkReadOnly.run(TestZkReadOnly.java:26) >>>> >>>>>>> at TestZkReadOnly.main(TestZkReadOnly.java:16) >>>> >>>>>>> >>>> >>>>>>> I'm attaching all the logs. The server and the client are on >>>> the same >>>> >>>>>> machine QA-E8WIN11. >>>> >>>>>>> >>>> >>>>>>> Any help would be greatly appreciated! >>>> >>>>>>> >>>> >>>>>>> Thanks, >>>> >>>>>>> Benjamin Jaton >>>> >>>>>>> >>>> >>>>>> >>>> >>>>>> >>>> >>>>> >>>> >>> >>>> >>> >>>> >> >>>> >>>> >>> >> --001a113fe08ce634f10538cce7ef--