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 3A04817A8E for ; Mon, 9 Feb 2015 05:39:36 +0000 (UTC) Received: (qmail 58341 invoked by uid 500); 9 Feb 2015 05:39:36 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 58299 invoked by uid 500); 9 Feb 2015 05:39:36 -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 58283 invoked by uid 99); 9 Feb 2015 05:39:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2015 05:39:36 +0000 Date: Mon, 9 Feb 2015 05:39:35 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-1225) [performance] Return results on scanner open, not just on next + make close asynchronous and unnecessary if scanner is exhausted 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-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl resolved HBASE-1225. ---------------------------------- Resolution: Implemented We have "result from first RPC" and we also have "small" scan that finish the entire operation in one RPC (if possible). We do not have the asynchronous close per se, but it would happen when the lease expired. Closing old issue. (Feel free to re-open, obviously) > [performance] Return results on scanner open, not just on next + make close asynchronous and unnecessary if scanner is exhausted > -------------------------------------------------------------------------------------------------------------------------------- > > Key: HBASE-1225 > URL: https://issues.apache.org/jira/browse/HBASE-1225 > Project: HBase > Issue Type: Improvement > Components: Performance > Reporter: stack > -- This message was sent by Atlassian JIRA (v6.3.4#6332)