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 332651148A for ; Wed, 16 Jul 2014 22:27:08 +0000 (UTC) Received: (qmail 93605 invoked by uid 500); 16 Jul 2014 22:27:05 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 93516 invoked by uid 500); 16 Jul 2014 22:27:05 -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 93504 invoked by uid 99); 16 Jul 2014 22:27:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jul 2014 22:27:05 +0000 Date: Wed, 16 Jul 2014 22:27:05 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-2940) Improve behavior under partial failure of region servers 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-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-2940. ----------------------------------- Resolution: Done Superseded by the MTTR constellation of issues. > Improve behavior under partial failure of region servers > -------------------------------------------------------- > > Key: HBASE-2940 > URL: https://issues.apache.org/jira/browse/HBASE-2940 > Project: HBase > Issue Type: New Feature > Components: master, regionserver > Reporter: Todd Lipcon > > On larger clusters, we often see failure cases where a server is "up" (ie heartbeating) but unable to actually service requests properly (or at a reasonable speed). This can happen for any number of reasons including: > - failing disks or disk controllers respond, but do so very slowly > - the machine is swapping, so everything is still running but much more slowly than expected > - HBase or the DN on the machine has been misconfigured (eg missing lzo libs) so it fails to correctly open regions, perform flushes, etc. > Here are a few proposed features that are worth considering: > 1) Add a "blacklist" or "remote shutdown" functionality to the master. This is useful if the region server is up but for some reason the admin can't ssh in to shut it down (eg the root disk has failed). This feature would allow the admin to issue a command that will shut down any given RS. > 2) Periodically run a "health check" script on the region server node. If the script returns an error code, the RS could shut itself down gracefully and report an error message on the master console. > 3) Allow clients to report back RS-specific errors to the master. This would be useful for monitoring, and we could add heuristics to automatically shut down region servers if they have an elevated error count over some period of time. -- This message was sent by Atlassian JIRA (v6.2#6252)