Return-Path: X-Original-To: apmail-zookeeper-user-archive@www.apache.org Delivered-To: apmail-zookeeper-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 95DA71123B for ; Wed, 10 Sep 2014 05:29:20 +0000 (UTC) Received: (qmail 68371 invoked by uid 500); 10 Sep 2014 05:29:20 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 68319 invoked by uid 500); 10 Sep 2014 05:29:20 -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 68307 invoked by uid 99); 10 Sep 2014 05:29:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2014 05:29:19 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lalit.j.jangra@gmail.com designates 209.85.160.175 as permitted sender) Received: from [209.85.160.175] (HELO mail-yk0-f175.google.com) (209.85.160.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2014 05:29:14 +0000 Received: by mail-yk0-f175.google.com with SMTP id 142so1837235ykq.34 for ; Tue, 09 Sep 2014 22:28:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=4VfdUMjWkaQNdgIodv0aSTfQ7dgEK6uJ1eijQiLEfdo=; b=DV19Phli+l1DC4WBkA8htotCXXkAiUiEc3dRAguBedScgWp/QHjUeef0Vx9OGnwMvX PhS2Gm2PqS2sem+KAVwtd366rIfyak5sq0mDXpZUYSkz/kyvs5hfFEcVlMp22cqSvExn Cy9Y3gxRQM+N58z5XIJXyGOJwabIXTcagK9llrj8+hpTtHkXkiZjTynIaRVDJuZJPJ6m JAZaJNt7Jr+O4g85yu0IMYatrXqXKJbcYdzbE9aCaXNJbv+vXsdMS35Wa63N4dYvQVHv P31vslfG7kMlOKNy3ftvf6QjGeGD67BzCC2QH8B58uZaiqzb0qojKGWs8FuzME/IgklD +jMg== MIME-Version: 1.0 X-Received: by 10.236.27.98 with SMTP id d62mr59557874yha.39.1410326933890; Tue, 09 Sep 2014 22:28:53 -0700 (PDT) Received: by 10.170.120.209 with HTTP; Tue, 9 Sep 2014 22:28:53 -0700 (PDT) Date: Wed, 10 Sep 2014 10:58:53 +0530 Message-ID: Subject: Getting errors in zookeeper logs From: lalit jangra To: user@zookeeper.apache.org Content-Type: multipart/alternative; boundary=001a11c1f1b0e96d9f0502af537b X-Virus-Checked: Checked by ClamAV on apache.org --001a11c1f1b0e96d9f0502af537b Content-Type: text/plain; charset=UTF-8 Hi, I am running cluster of two Apache ManifoldCF nodes on two separate machines each of which having 3 zookeeper instances (total 6 instances in cluster). When i am running up manifoldCF agents, i see below warning during startup. [http-bio-80-exec-2-SendThread(iwdc1preecma03.iwater.ie:2181)] INFO org.apache.zookeeper.ClientCnxn - Unable to read additional data from server sessionid 0x0, likely server has closed socket, closing socket connection and attempting reconnect [http-bio-80-exec-2-SendThread(iwdc2preecma04.iwater.ie:2182)] INFO org.apache.zookeeper.ClientCnxn - Opening socket connection to server iwdc2preecma04.iwater.ie/10.231.72.25:2182. Will not attempt to authenticate using SASL (unknown error) Also i could see below error in logs in while agents are running. [localhost-startStop-1-SendThread(iwdc1preecma03.iwater.ie:2183)] WARN org.apache.zookeeper.ClientCnxn - Session 0x6485a8006060079 for server iwdc1preecma03.iwater.ie/10.231.72.24:2183, unexpected error, closing socket connection and attempting reconnect java.io.IOException: Connection reset by peer at sun.nio.ch.FileDispatcherImpl.read0(Native Method) at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39) at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:225) at sun.nio.ch.IOUtil.read(IOUtil.java:193) at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:375) at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:68) at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:355) at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068) Below are configurations for 1. zookeeper nodes & 2. MCF nodes for zookeeper. *zoo.cfg : Same for all six zookeeper nodes.* # The number of milliseconds of each tick tickTime=2000 dataDir=/app/IW/zookeeper/data/data.1 dataLogDir=/app/IW/zookeeper/logs/log.1 clientPort=2181 server.1=iwdc1preecma03:2888:3888 server.2=iwdc1preecma03:2889:3889 server.3=iwdc1preecma03:2890:3890 server.4=iwdc2preecma04:2891:3891 server.5=iwdc2preecma04:2892:3892 server.6=iwdc2preecma04:2893:3893 # The number of ticks that the initial # synchronization phase can take initLimit=10 # The number of ticks that can pass between # sending a request and getting an acknowledgement syncLimit=5 # the directory where the snapshot is stored. # do not use /tmp for storage, /tmp here is just # example sakes. #dataDir=/tmp/zookeeper # the port at which the clients will connect #clientPort=2181 # the maximum number of client connections. # increase this if you need to handle more clients #maxClientCnxns=60 # # Be sure to read the maintenance section of the # administrator guide before turning on autopurge. # # http://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_maintenance # # The number of snapshots to retain in dataDir autopurge.snapRetainCount=3 # Purge task interval in hours # Set to "0" to disable auto purge feature autopurge.purgeInterval=1 *ManifoldCF configurations : same for both ManifoldCF nodes.* *I want to know if due to above warnings/errors, will zookeeper stop working or will zookeeper will work and these are non-failing messages, because ManifoldCF jobs are stuck while i can see these errors.* Please suggest. Regards, Lalit. --001a11c1f1b0e96d9f0502af537b--