Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 26910 invoked from network); 10 Oct 2010 20:53:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Oct 2010 20:53:55 -0000 Received: (qmail 47233 invoked by uid 500); 10 Oct 2010 20:53:55 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 47152 invoked by uid 500); 10 Oct 2010 20:53:55 -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 47144 invoked by uid 99); 10 Oct 2010 20:53:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Oct 2010 20:53:55 +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; Sun, 10 Oct 2010 20:53:52 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9AKrUXI012343 for ; Sun, 10 Oct 2010 20:53:31 GMT Message-ID: <22546010.67951286744010611.JavaMail.jira@thor> Date: Sun, 10 Oct 2010 16:53:30 -0400 (EDT) From: "stack (JIRA)" To: issues@hbase.apache.org Subject: [jira] Updated: (HBASE-3074) Zookeeper test failing on hudson In-Reply-To: <21453384.514911286063192548.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-3074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-3074: ------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) The two patches here would seem to have resovled a few of the failures, TestZooKeeper in particular. I have not seen it fail in a good while now up on hudson. Resolving. > Zookeeper test failing on hudson > -------------------------------- > > Key: HBASE-3074 > URL: https://issues.apache.org/jira/browse/HBASE-3074 > Project: HBase > Issue Type: Bug > Reporter: stack > Assignee: stack > Fix For: 0.90.0 > > Attachments: 3074-xtra-debug.txt, 3074.txt, hbase-3074-part2.txt > > > We're failing here because .META. moved: > {code} > retrying after sleep of 5000 because: Connection refused > 2010-10-02 00:50:49,728 DEBUG [main] client.HConnectionManager$HConnectionImplementation(717): locateRegionInMeta attempt 2 of 4 failed; retrying after sleep of 5000 because: Connection refused > 2010-10-02 00:50:59,730 DEBUG [main] client.HConnectionManager$HConnectionImplementation(717): locateRegionInMeta attempt 0 of 4 failed; retrying after sleep of 5000 because: Connection refused > 2010-10-02 00:51:04,731 DEBUG [main] client.HConnectionManager$HConnectionImplementation(717): locateRegionInMeta attempt 1 of 4 failed; retrying after sleep of 5000 because: Connection refused > 2010-10-02 00:51:09,732 DEBUG [main] client.HConnectionManager$HConnectionImplementation(717): locateRegionInMeta attempt 2 of 4 failed; retrying after sleep of 5000 because: Connection refused > 2010-10-02 00:51:14,734 WARN [main] client.HConnectionManager$HConnectionImplementation(597): Encounted problems when prefetch META table: > org.apache.hadoop.hbase.client.RetriesExhaustedException: Trying to contact region server vesta.apache.org:54172 for region .META.,,1, row 'test1285980613475,,99999999999999', but failed after 4 attempts. > Exceptions: > java.net.ConnectException: Connection refused > java.net.ConnectException: Connection refused > java.net.ConnectException: Connection refused > java.net.ConnectException: Connection refused > at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.getRegionServerWithRetries(HConnectionManager.java:946) > at org.apache.hadoop.hbase.client.HTable.getRowOrBefore(HTable.java:500) > at org.apache.hadoop.hbase.client.MetaScanner.metaScan(MetaScanner.java:104) > at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.prefetchRegionCache(HConnectionManager.java:594) > at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegionInMeta(HConnectionManager.java:645) > at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegion(HConnectionManager.java:539) > at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegion(HConnectionManager.java:507) > at org.apache.hadoop.hbase.client.HBaseAdmin.createTable(HBaseAdmin.java:287) > at org.apache.hadoop.hbase.client.HBaseAdmin.createTable(HBaseAdmin.java:207) > at org.apache.hadoop.hbase.TestZooKeeper.testSanity(TestZooKeeper.java:140) > ... > {code} > I'm not sure why we're not picking up new locations. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.