Return-Path: Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: (qmail 48314 invoked from network); 5 May 2010 14:46:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 May 2010 14:46:31 -0000 Received: (qmail 71923 invoked by uid 500); 5 May 2010 14:46:31 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 71824 invoked by uid 500); 5 May 2010 14:46:31 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 71815 invoked by uid 500); 5 May 2010 14:46:31 -0000 Delivered-To: apmail-hadoop-core-commits@hadoop.apache.org Received: (qmail 71809 invoked by uid 99); 5 May 2010 14:46:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 14:46:31 +0000 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.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 14:46:29 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id D314A17DB6; Wed, 5 May 2010 14:46:07 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Wed, 05 May 2010 14:46:07 -0000 Message-ID: <20100505144607.424.31480@eos.apache.org> Subject: =?utf-8?q?=5BHadoop_Wiki=5D_Update_of_=22ZooKeeper/GSoCFailureDetector=22?= =?utf-8?q?_by_AbmarBarros?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for ch= ange notification. The "ZooKeeper/GSoCFailureDetector" page has been changed by AbmarBarros. http://wiki.apache.org/hadoop/ZooKeeper/GSoCFailureDetector?action=3Ddiff&r= ev1=3D1&rev2=3D2 -------------------------------------------------- =3D=3D GSoC 2010: ZooKeeper Failure Detector Model =3D=3D + = + * Student: Abmar Barros + * Assigned mentor: Flavio Paiva Junqueira = =3D=3D Abstract =3D=3D = ZooKeeper servers detect the failure of other servers and clients by coun= ting the number of 'ticks' for which it doesn't get a heartbeat from other = machines. This is the 'timeout' method and it works very well; however it i= s possible that it is too aggressive and not easily tuned for some more unu= sual ZooKeeper installations. This project's goals are to abstract the fail= ure detector to a separate module, to implement several failure detectors a= nd to compare their appropriateness for ZooKeeper. + = + The full project proposal is attached to this page. = =3D=3D Roadmap =3D=3D =20