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 D0842188E2 for ; Mon, 4 Jan 2016 16:40:40 +0000 (UTC) Received: (qmail 17596 invoked by uid 500); 4 Jan 2016 16:40:40 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 17478 invoked by uid 500); 4 Jan 2016 16:40:40 -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 17168 invoked by uid 99); 4 Jan 2016 16:40:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2016 16:40:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E5DC22C1F5C for ; Mon, 4 Jan 2016 16:40:39 +0000 (UTC) Date: Mon, 4 Jan 2016 16:40:39 +0000 (UTC) From: "Enis Soztutar (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-15066) Small improvements to Canary tool MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Enis Soztutar created HBASE-15066: ------------------------------------- Summary: Small improvements to Canary tool Key: HBASE-15066 URL: https://issues.apache.org/jira/browse/HBASE-15066 Project: HBase Issue Type: Improvement Reporter: Enis Soztutar Assignee: Enis Soztutar Fix For: 2.0.0, 1.3.0 >From an internal request from a user: {quota} HBase comes with a canary tool which is very useful, but a few minor changes would make it substantially better. Specifically, you don't know what it's testing until it completes the test, so if it hangs, you can't tell where it's hanging. For example, if I run it with the -regionserver option, it sends get requests to each of the regionservers in some random order... And the same goes for the non-default mode, which hits each region for each table. If it would just print a message prior to each 'get', it would be extremely helpful. {quota} This patch: - Adds debug statements for pre-operation steps. - Adds bin/hbase canary support - Fixes table names with patterns where the pattern was not matched previously. -- This message was sent by Atlassian JIRA (v6.3.4#6332)