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 3F976E7FB for ; Mon, 10 Dec 2012 01:31:00 +0000 (UTC) Received: (qmail 79251 invoked by uid 500); 10 Dec 2012 01:30:59 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 79218 invoked by uid 500); 10 Dec 2012 01:30:59 -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 79210 invoked by uid 99); 10 Dec 2012 01:30:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2012 01:30:59 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of matt@nextdoor.com designates 209.85.160.42 as permitted sender) Received: from [209.85.160.42] (HELO mail-pb0-f42.google.com) (209.85.160.42) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2012 01:30:52 +0000 Received: by mail-pb0-f42.google.com with SMTP id rp2so1317269pbb.15 for ; Sun, 09 Dec 2012 17:30:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=A1ghch5nVpyLzj0CpHC/72TaN2ACdS+A1F6mBK8aJ+0=; b=dVYaVUFzex358Mfyy42+QScCObM8HT/gywmXkPDMmfdudS+m6tGOOxMtsJVaRpwjL/ J49YleZBPfSYvoviDvZxNtXdtTrSF8OVgwYrbx7ADySh1QuhpflRS7G1cy4ZbIirfD5w G4hlSOcM3x0mX3U7yEqtr065K2thz3TzEolfM/d7tOedQgw86IReK0DGenQMOlxnsn3p fAQRUPGiiNzxnLYYodFzS1Kk7lbEyoPGqps1u/f0uQfV5AA5Mqysv6wfLbA3jfSSukN/ PPPVVGLaw2h/pC/Lgd6GRYDVOvF0F9i6uaUQZpLag2ZPC+6/p6xqjbRHczZVDEnIhO48 Hxlg== Received: by 10.66.88.198 with SMTP id bi6mr31857194pab.54.1355103030519; Sun, 09 Dec 2012 17:30:30 -0800 (PST) Received: from [10.0.1.79] (c-98-210-17-12.hsd1.ca.comcast.net. [98.210.17.12]) by mx.google.com with ESMTPS id z10sm10870379pax.38.2012.12.09.17.30.20 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 09 Dec 2012 17:30:29 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: Kazoo 0.8: Queue Timeout warnings From: Matt Wise In-Reply-To: <9DCFAD88-85B4-4849-80E6-97F3181FCDC1@toolazydogs.com> Date: Sun, 9 Dec 2012 17:30:20 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <01EF70B9-2709-4F2F-9D9B-7083F24A4C2E@nextdoor.com> References: <9DCFAD88-85B4-4849-80E6-97F3181FCDC1@toolazydogs.com> To: user@zookeeper.apache.org X-Mailer: Apple Mail (2.1499) X-Gm-Message-State: ALoCoQl3+n47e/PkJzGVVkxlfDHxGAo4LI9/CNW9uKr943Hri9f3sUG6U7kL+v5jj+RlZpyKFVQf X-Virus-Checked: Checked by ClamAV on apache.org Interesting ... its too bad the wording is unclear. At least its nothing = though, thanks! --Matt On Dec 9, 2012, at 4:18 PM, Alan Cabrera wrote: >=20 > On Dec 9, 2012, at 11:58 AM, Matt Wise wrote: >=20 >> Using Kazoo 0.8 and ZooKeeper 3.4.5 I am seeing these warning = messages when I have DEBUG logging turned on. Are they normal? >>=20 >>> zk_watcher[kazoo.protocol.connection-140107313350400-reader: (DEBUG) = Received PING >>> zk_watcher[kazoo.protocol.connection-140107323893504-_send_request: = (DEBUG) Queue timeout. Sending PING >>> zk_watcher[kazoo.protocol.connection-140107313350400-reader: (DEBUG) = Received PING >>> zk_watcher[kazoo.protocol.connection-140107323893504-_send_request: = (DEBUG) Queue timeout. Sending PING >>> zk_watcher[kazoo.protocol.connection-140107313350400-reader: (DEBUG) = Received PING >=20 >=20 > These are quite normal. If your client is not sending any commands to = the Zookeeper cluster the Kazoo client needs to send pings to the = cluster so that the cluster knows that your client is still around. >=20 >=20 > Regards, > Alan >=20