Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 95544 invoked from network); 27 Nov 2007 03:04:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2007 03:04:04 -0000 Received: (qmail 77335 invoked by uid 500); 27 Nov 2007 03:03:51 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 77310 invoked by uid 500); 27 Nov 2007 03:03:51 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 77301 invoked by uid 99); 27 Nov 2007 03:03:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2007 19:03:51 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 03:03:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 07F2B7141FE for ; Mon, 26 Nov 2007 19:03:43 -0800 (PST) Message-ID: <9360173.1196132623022.JavaMail.jira@brutus> Date: Mon, 26 Nov 2007 19:03:43 -0800 (PST) From: "Jim Kellerman (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-2262) [hbase] Updating a row on non-existent table runs all the retries and timeouts instead of failing fast In-Reply-To: <17787705.1195710823227.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/HADOOP-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Kellerman updated HADOOP-2262: ---------------------------------- Attachment: patch.txt Patch addresses both this issue and HADOOP-2261 > [hbase] Updating a row on non-existent table runs all the retries and timeouts instead of failing fast > ------------------------------------------------------------------------------------------------------ > > Key: HADOOP-2262 > URL: https://issues.apache.org/jira/browse/HADOOP-2262 > Project: Hadoop > Issue Type: Improvement > Components: contrib/hbase > Reporter: stack > Assignee: Jim Kellerman > Priority: Minor > Attachments: patch.txt > > > If you try to access row in non-existent table, the client hangs waiting on all timeouts and retries. Rather it should be able to fail fast if no such table. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.