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 5831C10EF4 for ; Thu, 1 Jan 2015 01:22:13 +0000 (UTC) Received: (qmail 58922 invoked by uid 500); 1 Jan 2015 01:22:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 58867 invoked by uid 500); 1 Jan 2015 01:22:13 -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 58856 invoked by uid 99); 1 Jan 2015 01:22:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jan 2015 01:22:13 +0000 Date: Thu, 1 Jan 2015 01:22:13 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12787) Backport HBASE-12028 (Abort the RegionServer when it's handler threads die) to 0.98 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-12787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14262518#comment-14262518 ] Andrew Purtell commented on HBASE-12787: ---------------------------------------- >From Ted Yu on dev@hbase: {quote} In RSRpcServices, this (RSRpcServices) is passed to the create method: rpcSchedulerFactory.create(rs.conf, this)); RSRpcServices has reference to HRegionServer. If RSRpcServices implements Abortable and delegates to regionServer, RpcSchedulerFactory.create() would obtain the Abortable. Just my two cents. {quote} > Backport HBASE-12028 (Abort the RegionServer when it's handler threads die) to 0.98 > ----------------------------------------------------------------------------------- > > Key: HBASE-12787 > URL: https://issues.apache.org/jira/browse/HBASE-12787 > Project: HBase > Issue Type: Task > Reporter: Andrew Purtell > Assignee: Alicia Ying Shu > Labels: phoenix > Fix For: 0.98.10 > > > Backport HBASE-12028 (Abort the RegionServer when it's handler threads die) to 0.98. There are two 0.98-specific changes that should be addressed: > # The default configuration should preserve current behavior > # The interface change to RpcSchedulerFactory should be binary compatible for Phoenix if possible, and we can do this by detecting with reflection if an older implementation of the interface is missing the new 'create' method and by invoking the older deprecated 'create' method instead. We can cache the decision after making it once. -- This message was sent by Atlassian JIRA (v6.3.4#6332)