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 1BF4C9CBD for ; Wed, 16 May 2012 23:39:31 +0000 (UTC) Received: (qmail 12344 invoked by uid 500); 16 May 2012 23:39:30 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 12310 invoked by uid 500); 16 May 2012 23:39:30 -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 12302 invoked by uid 99); 16 May 2012 23:39:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2012 23:39:30 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.212.174] (HELO mail-wi0-f174.google.com) (209.85.212.174) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2012 23:39:21 +0000 Received: by wibhr14 with SMTP id hr14so3850144wib.15 for ; Wed, 16 May 2012 16:39:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=wethDbG0xwlZkktPrgZ6IaWrwy5Ysxx/+A35nBQk+tg=; b=d8PBnlYtAaRPe8GbdlaL9ywlAPzsnOCZYyaj3/5sxc19UeGZ44Gb8ipzUf9bVqteS4 /wQvpdG5Lcr+UhKPF5IZdWhWvt+WtWgsuZtEOzOdZXPOZwH9/5Htf4JA7c6p2zu0EfbK J4/cJuJTsi7r1x4WpujV/ol+H4H6hyDd1K2/ou/W9wMFOoUgNXnnanfKNK7O9tJlSxRy exYvoe22RFaquf61X9wl8qW3KV48/txgq8ysiPR3HHmXpj2kROU0GL6R58UKqy4+jP0G HkheXvznhKJlqFpAXWIEcAgrgH8vQ1pehPQ4qMUB313MrOpBJwSjw5oOWVN67Ojx9Tmz 4fNQ== MIME-Version: 1.0 Received: by 10.216.135.219 with SMTP id u69mr3078218wei.89.1337211540339; Wed, 16 May 2012 16:39:00 -0700 (PDT) Received: by 10.216.144.163 with HTTP; Wed, 16 May 2012 16:39:00 -0700 (PDT) X-Originating-IP: [65.87.18.222] Date: Wed, 16 May 2012 16:39:00 -0700 Message-ID: Subject: Exceeded deadline by 16ms From: Deepak Jagtap To: user@zookeeper.apache.org Content-Type: multipart/alternative; boundary=0016e6de14e1d9fbf604c02fd27e X-Gm-Message-State: ALoCoQlD5ERKeQZehzInWREWn9R7LGjR/DjnnVc+2juxpygdR5VZdfnfFSeDAydRRAMHHEfV+G7t --0016e6de14e1d9fbf604c02fd27e Content-Type: text/plain; charset=ISO-8859-1 Hi All, I am using Zookeeper 3.4.3 sever and my setup is as follows: I have a Quorum of 3 Zookeepers servers (installed on 3 virtual machines) on my laptop. Then I start 12 Zookeeper client processes on the same machine which start updates on Zookeeper database. After running test for a while, sometimes some of the client process got disconnected from Zookeeper sever with following error: *Exceeded deadline by 16ms* and then says session timeout. Client connects with timeout value of 10000ms. Zookeeper server configuration is as follows: tickTime=2000 initLimit=10 syncLimit=5 dataDir=/tmp/zookeeper clientPort=2181 server.1=192.168.1.234:2888:3888 server.2=192.168.1.235:2888:3888 server.3=192.168.1.236:2888:3888 Does anybody facing similar problem? Please let me know if there anythin wrong wit configuration. Thanks & Regards, Deepak --0016e6de14e1d9fbf604c02fd27e--