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 DD94D17549 for ; Thu, 2 Apr 2015 21:58:52 +0000 (UTC) Received: (qmail 94223 invoked by uid 500); 2 Apr 2015 21:58:52 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 94174 invoked by uid 500); 2 Apr 2015 21:58:52 -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 94162 invoked by uid 99); 2 Apr 2015 21:58:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Apr 2015 21:58:51 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of v.damore@gmail.com designates 74.125.82.49 as permitted sender) Received: from [74.125.82.49] (HELO mail-wg0-f49.google.com) (74.125.82.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Apr 2015 21:58:47 +0000 Received: by wgin8 with SMTP id n8so8241895wgi.0 for ; Thu, 02 Apr 2015 14:58:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=vXRRfDhHa7zrZd9kgtz3nGaJ+soUuqDwucPps50xkTc=; b=ZyO6GcCsSqoayIr8MSK4fALH1x8A5OsF9Z574x/TmEMqzV6NK3hNJSfZ1KJtE6yIeH E5RD4hUZzHu5107p38HnkjtZ+DPdXCmJLwRpIY8N2u5yg7jPt0B4TLH1ZUBzZRDdGnCI Minhu9YTLdEgo6XavhekUEIop00FsClEIhOsbxifp5Whz1wK1eVve7mQzC9+twGFv78C gepNiFfOgesHjxzDFCy6Ed1Vg9x5155y4Pvjp/mt8cnCAwQGGFMdXsFlYo68hQQkGiCe tLtBoIWVecPPv7WTsNz+oKsLSb/NCPLioQMCzsIfhCA3HAVVWHe4gBctGOvmHB3sIPO5 joSA== X-Received: by 10.194.59.4 with SMTP id v4mr94102232wjq.54.1428011906344; Thu, 02 Apr 2015 14:58:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.191.134 with HTTP; Thu, 2 Apr 2015 14:58:06 -0700 (PDT) From: "Vincenzo D'Amore" Date: Thu, 2 Apr 2015 23:58:06 +0200 Message-ID: Subject: EndOfStreamException To: user@zookeeper.apache.org Content-Type: multipart/alternative; boundary=047d7ba9738469ad420512c4ee81 X-Virus-Checked: Checked by ClamAV on apache.org --047d7ba9738469ad420512c4ee81 Content-Type: text/plain; charset=UTF-8 Hi All, I have started few days ago to work with zookeeper and solr-cloud. In my development environment there is a cluster with three servers. Looking at zookeeper log files almost every second there is bunch of lines like these coming from server 1 and 3: 2015-04-02 23:30:55,054 [myid:1] - INFO [NIOServerCxn.Factory: 0.0.0.0/0.0.0.0:2181:NIOServerCnxnFactory@197] - Accepted socket connection from /192.168.0.49:48762 2015-04-02 23:30:55,054 [myid:1] - WARN [NIOServerCxn.Factory: 0.0.0.0/0.0.0.0:2181:NIOServerCnxn@357] - caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x0, likely client has closed socket at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) at java.lang.Thread.run(Thread.java:744) 2015-04-02 23:30:55,054 [myid:1] - INFO [NIOServerCxn.Factory: 0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1007] - Closed socket connection for client /*192.168.0.49*:48762 (no session established for client) And again, and again, flooding the server logs. Everything seems working well, zookeeper is up and running. And even the solr-cloud cluster seems to be healty. I'm unable to understand why there are all these lines. Any help is really appreciated. -- Vincenzo D'Amore email: v.damore@gmail.com skype: free.dev mobile: +39 349 8513251 --047d7ba9738469ad420512c4ee81--