Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 13744108F9 for ; Fri, 4 Dec 2015 09:45:12 +0000 (UTC) Received: (qmail 87246 invoked by uid 500); 4 Dec 2015 09:45:11 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 87136 invoked by uid 500); 4 Dec 2015 09:45:11 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 87102 invoked by uid 99); 4 Dec 2015 09:45:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2015 09:45:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EA6D82C1F6B for ; Fri, 4 Dec 2015 09:45:10 +0000 (UTC) Date: Fri, 4 Dec 2015 09:45:10 +0000 (UTC) From: "Ted Yu (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-14928) Start row should be set for query through HBase REST gateway involving globbing option MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Ted Yu created HBASE-14928: ------------------------------ Summary: Start row should be set for query through HBase REST gateway involving globbing option Key: HBASE-14928 URL: https://issues.apache.org/jira/browse/HBASE-14928 Project: HBase Issue Type: Bug Reporter: Ted Yu Assignee: Ted Yu As Ben Sutton reported in the thread, Slow response on HBase REST api using globbing option, query through the Rest API with a globbing option i.e. http://:/table/key\* executes extremely slowly. Jerry He pointed out that PrefixFilter is used for query involving globbing option. This issue is to fix this bug by setting start row for such queries. -- This message was sent by Atlassian JIRA (v6.3.4#6332)