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 8FC55188E2 for ; Fri, 21 Aug 2015 10:44:46 +0000 (UTC) Received: (qmail 63778 invoked by uid 500); 21 Aug 2015 10:44:46 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 63725 invoked by uid 500); 21 Aug 2015 10:44:46 -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 63710 invoked by uid 99); 21 Aug 2015 10:44:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Aug 2015 10:44:46 +0000 Date: Fri, 21 Aug 2015 10:44:46 +0000 (UTC) From: "Liu Shaohui (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-13996) Add write sniffing in canary 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-13996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liu Shaohui updated HBASE-13996: -------------------------------- Attachment: HBASE-13996-v004.diff Fix the checkstyle errors > Add write sniffing in canary > ---------------------------- > > Key: HBASE-13996 > URL: https://issues.apache.org/jira/browse/HBASE-13996 > Project: HBase > Issue Type: Improvement > Components: canary > Affects Versions: 0.98.13, 1.1.0.1 > Reporter: Liu Shaohui > Assignee: Liu Shaohui > Fix For: 2.0.0, 1.3.0, 0.98.15 > > Attachments: HBASE-13996-v001.diff, HBASE-13996-v002.diff, HBASE-13996-v003.diff, HBASE-13996-v004.diff > > > Currently the canary tool only sniff the read operations, it's hard to finding the problem in write path. > To support the write sniffing, we create a system table named '_canary_' in the canary tool. And the tool will make sure that the region number is large than the number of the regionserver and the regions will be distributed onto all regionservers. > Periodically, the tool will put data to these regions to calculate the write availability of HBase and send alerts if needed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)