Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 55749 invoked from network); 24 Jul 2010 05:21:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Jul 2010 05:21:16 -0000 Received: (qmail 71932 invoked by uid 500); 24 Jul 2010 05:21:16 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 71878 invoked by uid 500); 24 Jul 2010 05:21:15 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 71870 invoked by uid 99); 24 Jul 2010 05:21:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Jul 2010 05:21:14 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Jul 2010 05:21:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6O5Ko5p025852 for ; Sat, 24 Jul 2010 05:20:50 GMT Message-ID: <20862456.565341279948850086.JavaMail.jira@thor> Date: Sat, 24 Jul 2010 01:20:50 -0400 (EDT) From: "stack (JIRA)" To: issues@hbase.apache.org Subject: [jira] Updated: (HBASE-2849) HBase clients cannot recover when their ZooKeeper session becomes invalid In-Reply-To: <7535064.457141279558429384.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-2849?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-2849: ------------------------- Status: Resolved (was: Patch Available) Hadoop Flags: [Reviewed] Resolution: Fixed Committed. Thats for the 'duh' patch Ben=C3=B4it. > HBase clients cannot recover when their ZooKeeper session becomes invalid > ------------------------------------------------------------------------- > > Key: HBASE-2849 > URL: https://issues.apache.org/jira/browse/HBASE-2849 > Project: HBase > Issue Type: Bug > Components: client > Affects Versions: 0.89.20100621 > Reporter: stack > Assignee: Benoit Sigoure > Priority: Critical > Fix For: 0.90.0 > > Attachments: 0001-HBASE-2849-Have-HBase-clients-recover-from-ZooK= eeper.patch > > > Someone made mention of this loop last week but I don't think I filed an = issue. Here is another instance, again from a secret hbase admirer: > "It seems that when Zookeeper dies and restarts, all client applications = need to be restarted too. I just restarted HBase in non-distributed mode (w= hich includes a ZK) and now my application can't reconnect to ZK unless I r= estart it too. I'm stuck in this loop: > {code} > 2010-07-19 00:13:05,725 INFO org.apache.zookeeper.server.NIOServerCnxn: > Closed socket connection for client /127.0.0.1:55153 (no session establ= ished for client) > 2010-07-19 00:13:07,052 INFO org.apache.zookeeper.server.NIOServerCnxn: > Accepted socket connection from /127.0.0.1:55154 > 2010-07-19 00:13:07,053 INFO org.apache.zookeeper.server.NIOServerCnxn: > Refusing session request for client /127.0.0.1:55154 as it has seen zxi= d 0xf5 our last zxid is 0xd7 > client must try another server > {code} > " --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.