Return-Path: Delivered-To: apmail-hadoop-zookeeper-dev-archive@locus.apache.org Received: (qmail 20174 invoked from network); 15 Sep 2008 13:30:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Sep 2008 13:30:09 -0000 Received: (qmail 19271 invoked by uid 500); 15 Sep 2008 13:30:06 -0000 Delivered-To: apmail-hadoop-zookeeper-dev-archive@hadoop.apache.org Received: (qmail 19249 invoked by uid 500); 15 Sep 2008 13:30:06 -0000 Mailing-List: contact zookeeper-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: zookeeper-dev@hadoop.apache.org Delivered-To: mailing list zookeeper-dev@hadoop.apache.org Received: (qmail 19238 invoked by uid 99); 15 Sep 2008 13:30:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2008 06:30:06 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2008 13:29:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 79D6D234C1C5 for ; Mon, 15 Sep 2008 06:29:48 -0700 (PDT) Message-ID: <2043887341.1221485388497.JavaMail.jira@brutus> Date: Mon, 15 Sep 2008 06:29:48 -0700 (PDT) From: "Stu Hood (JIRA)" To: zookeeper-dev@hadoop.apache.org Subject: [jira] Updated: (ZOOKEEPER-124) StatCallback is broken in trunk In-Reply-To: <367046727.1219626105242.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/ZOOKEEPER-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood updated ZOOKEEPER-124: ------------------------------- Attachment: stat-callback-fail-test.diff Just tested again on the listed machine with r693912, and I'm still seeing the exact same results. I'm reattaching the patch, with the two lines I mentioned uncommented, for convenience. > StatCallback is broken in trunk > ------------------------------- > > Key: ZOOKEEPER-124 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-124 > Project: Zookeeper > Issue Type: Bug > Components: java client, server, tests > Environment: Linux corner-cube 2.6.24-19-generic #1 SMP Fri Jul 11 23:41:49 UTC 2008 i686 GNU/Linux > java version "1.6.0_06" > Java(TM) SE Runtime Environment (build 1.6.0_06-b02) > Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing) > Reporter: Stu Hood > Fix For: 3.0.0 > > Attachments: stat-callback-fail-test.diff, stat-callback-test.diff > > > StatCallback appears to be broken in trunk. I'll attach a patch for AsyncTest that triggers the behaviour. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.