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 1942C10158 for ; Sat, 12 Oct 2013 00:06:42 +0000 (UTC) Received: (qmail 66870 invoked by uid 500); 12 Oct 2013 00:06:41 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 66836 invoked by uid 500); 12 Oct 2013 00:06:41 -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 66828 invoked by uid 99); 12 Oct 2013 00:06:41 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Oct 2013 00:06:41 +0000 Date: Sat, 12 Oct 2013 00:06:41 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9749) Custom threadpool for Coprocessor obtained HTables 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-9749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13793151#comment-13793151 ] Ted Yu commented on HBASE-9749: ------------------------------- For 0.94, user coprocessor code would need to check whether the new method exists in CoprocessorEnvironment, right ? > Custom threadpool for Coprocessor obtained HTables > -------------------------------------------------- > > Key: HBASE-9749 > URL: https://issues.apache.org/jira/browse/HBASE-9749 > Project: HBase > Issue Type: Improvement > Components: Coprocessors > Affects Versions: 0.98.0, 0.94.13, 0.96.1 > Reporter: Jesse Yates > Assignee: Jesse Yates > Attachments: hbase-9749-0.94-v0.patch > > > Coprocessors currently can only use the default HTable constructor that takes a single thread-pool.This is overly constrictive for coprocessors that desire tighter control over their resources. -- This message was sent by Atlassian JIRA (v6.1#6144)