Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E9CEE544 for ; Mon, 7 Jan 2013 13:32:14 +0000 (UTC) Received: (qmail 38821 invoked by uid 500); 7 Jan 2013 13:32:14 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 38758 invoked by uid 500); 7 Jan 2013 13:32:14 -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 38614 invoked by uid 99); 7 Jan 2013 13:32:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2013 13:32:13 +0000 Date: Mon, 7 Jan 2013 13:32:13 +0000 (UTC) From: "Jean-Marc Spaggiari (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-7503) Add exists(List) in HTableInterface to allow multiple parallel exists at one time MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-7503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13545870#comment-13545870 ] Jean-Marc Spaggiari commented on HBASE-7503: -------------------------------------------- Hi Ted, Thanks for your comments. 2 questions. 1) What do you mean by "Restore interrupt status"? Should I throw it back? (and then add throws InterruptedException on the methode signature) 2) Regarding MultiGetRequest, just to make sure, that will also mean to add a ServerCallable constructor which can take a list of get? Then we need to give it only gets who are relying on the same region? But what if in the meantime the region split and the gets are no more all on the same region? Should we manage retries there too? This last point is making the modification way bigger and there will be a need of some design thinking. > Add exists(List) in HTableInterface to allow multiple parallel exists at one time > --------------------------------------------------------------------------------- > > Key: HBASE-7503 > URL: https://issues.apache.org/jira/browse/HBASE-7503 > Project: HBase > Issue Type: Improvement > Reporter: Jean-Marc Spaggiari > Assignee: Jean-Marc Spaggiari > Priority: Minor > Fix For: 0.96.0 > > Attachments: HBASE-7503-v0-trunk.patch > > Original Estimate: 5m > Remaining Estimate: 5m > > We need to have a Boolean[] exists(List gets) throws IOException method implemented in HTableInterface. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira