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 440BFF816 for ; Sun, 24 Mar 2013 15:06:00 +0000 (UTC) Received: (qmail 96208 invoked by uid 500); 24 Mar 2013 15:05:59 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 95877 invoked by uid 500); 24 Mar 2013 15:05:58 -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 95678 invoked by uid 99); 24 Mar 2013 15:05:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Mar 2013 15:05:58 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of warrick.fitzgerald@gmail.com designates 209.85.215.49 as permitted sender) Received: from [209.85.215.49] (HELO mail-la0-f49.google.com) (209.85.215.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Mar 2013 15:05:53 +0000 Received: by mail-la0-f49.google.com with SMTP id fs13so9726280lab.8 for ; Sun, 24 Mar 2013 08:05:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=IoPjYUMNIB+fgy6GkliQeaQ3dP4wJbFVZ5oSNbrfQWw=; b=w4FfIO3wc6g5gHkoqoAlYxJAyijDFBMMd62eEgIxN0V4GZ/cHqwujhia96jVhwDRq4 ELzEIzv1OgN6/dRLxNcR0Iuc1ikXV8Harez/JKMFPVnYTpZ9jNeSDoCe6NuCdqBWXyKM kcZuFCCNb6Or1Fd5co1V8nYEBpyoaR2SZ4ZmHhIAuthsZpKQmsA5aocznB++hi5VgbUa XyMswoHIMkOsWgwKxLfdJpsBL5ButRqDFV9rAUVSNw6R9RmmF9ZwL7XZ3BzKvMUkb/ol BCivqIpkn8DMRy1uKwTZikgIa87VmUBpmhmw7sN5BgxuLiG+ZVj0uT4qqfp92e+rU1q5 yM6g== MIME-Version: 1.0 X-Received: by 10.112.154.99 with SMTP id vn3mr4078473lbb.108.1364137532012; Sun, 24 Mar 2013 08:05:32 -0700 (PDT) Received: by 10.112.49.74 with HTTP; Sun, 24 Mar 2013 08:05:31 -0700 (PDT) Date: Sun, 24 Mar 2013 11:05:31 -0400 Message-ID: Subject: Duplicate Change Events From: Warrick Fitzgerald To: user@zookeeper.apache.org Content-Type: multipart/alternative; boundary=089e011607bc053fb204d8ad05dd X-Virus-Checked: Checked by ClamAV on apache.org --089e011607bc053fb204d8ad05dd Content-Type: text/plain; charset=ISO-8859-1 Hi All, I'm working with a pretty simple test app, using the C# binding. On read the value off a node, create a new watch (Call it W1) at the same time. When the node changes the event is raised and all is good. If I kill the server unexpectedly and restart it again. W1 is fired with event Type=none If I kill the server unexpectedly and restart it again, the client sees that watch (W1) event raised twice (Type=none). If I kill the server unexpectedly and restart it again, the client sees that watch (W1) event raised twice (Type=none). etc. If I then use the client to set data on the node that W1 is watching, W1 is raised 6 times (Type=NodeDataChanged) Any idea what I'm doing wrong here? Thanks Warrick --089e011607bc053fb204d8ad05dd--