Return-Path: Delivered-To: apmail-zookeeper-user-archive@www.apache.org Received: (qmail 24958 invoked from network); 14 Mar 2011 19:01:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Mar 2011 19:01:08 -0000 Received: (qmail 29872 invoked by uid 500); 14 Mar 2011 19:01:08 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 29745 invoked by uid 500); 14 Mar 2011 19:01:07 -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 29737 invoked by uid 99); 14 Mar 2011 19:01:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Mar 2011 19:01:07 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cesar.alvarez.nunez@gmail.com designates 209.85.214.170 as permitted sender) Received: from [209.85.214.170] (HELO mail-iw0-f170.google.com) (209.85.214.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Mar 2011 19:01:02 +0000 Received: by iwn3 with SMTP id 3so6669137iwn.15 for ; Mon, 14 Mar 2011 12:00:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=hS5H/4/1rbqp1LLtP8p6PKblECctQq5ESu+m1xGcQnA=; b=my1J5+QYzXH52whPD37/44mx+2cMqezijqu8gfzkZyCBDRxvKpsvOXeTk+mwWscecM La+bZWelCxCBQNA1PrgwkxGlncw7BrjQMxgb25gWzPawDTg9BeiEYkODt6pQDq6rr0Y7 f/prpoZ7nVBLW4qVkd39aGaXivyaeEbvMWVp0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=ZoXi899Zl0vu3giv1BQsbCyjTH8wcV9Ul8cqEC0IG3wE54LLL/v9rxd5oQy5GTHp0s CdIwIEpr1eODzfR0WPj4M9PApTe4E3P4V7hWW5N/GEEx30+JNir3UciVCmuQrY8t8LpE +aLEo6Ad1MjcL9BpPxGgmpJpSRqSSqWQsHXkQ= Received: by 10.43.58.135 with SMTP id wk7mr1897007icb.433.1300129241060; Mon, 14 Mar 2011 12:00:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.173.133 with HTTP; Mon, 14 Mar 2011 12:00:21 -0700 (PDT) From: =?UTF-8?B?Q8Opc2FyIMOBbHZhcmV6IE7DusOxZXo=?= Date: Mon, 14 Mar 2011 20:00:21 +0100 Message-ID: Subject: Unexpected NodeCreated event after a reconnection. To: user@zookeeper.apache.org Content-Type: multipart/alternative; boundary=bcaec51a8aa0935355049e75edd0 --bcaec51a8aa0935355049e75edd0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi all, Today I've observed a wrong behavior on our production environment that I would like to share with you because I think that it is wrong. One "zookeeper server" was consuming about 25% of CPU and its log only show= s lines like the following (as if it is was on some kind of loop): 2011-03-10 00:00:00,000 - WARN [NIOServerCxn.Factory: 0.0.0.0/0.0.0.0:2301:NIOServerCnxn$Factory@272][] - Ignoring unexpected runtime exception java.lang.NullPointerException After its restart, two "zookeeper client" instances received a Disconnected followed by a SyncConnected and several "NodeCreated" when those clients never set a "create" watcher since they only invoke getData o getChildren methods. That's why I think there is something wrong. Furthermore after a content modification all the "zookeeper clients" received a NodeDataChanged except for those which where connected previousl= y to restarted server. The environment is: Solaris 10 + Zookeeper 3.3.2 + J6u17 64 bits. Please let me known if there is some kind of information that I could provide in order to perform some follow-up. Br, /C=C3=A9sar. --bcaec51a8aa0935355049e75edd0--