Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2FFE1200B33 for ; Wed, 29 Jun 2016 16:31:19 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2E9D2160A6F; Wed, 29 Jun 2016 14:31:19 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A4AAC160A6E for ; Wed, 29 Jun 2016 16:31:18 +0200 (CEST) Received: (qmail 51465 invoked by uid 500); 29 Jun 2016 14:31:17 -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 51420 invoked by uid 99); 29 Jun 2016 14:31:17 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2016 14:31:17 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 889822C02A6 for ; Wed, 29 Jun 2016 14:31:17 +0000 (UTC) Date: Wed, 29 Jun 2016 14:31:17 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-7478) Create a multi-threaded responder MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 29 Jun 2016 14:31:19 -0000 [ https://issues.apache.org/jira/browse/HBASE-7478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15355326#comment-15355326 ] Ted Yu commented on HBASE-7478: ------------------------------- I experimented with multi-threaded responder. It was a bit slower for random read while a bit faster for range scan compared to single threaded Responder. > Create a multi-threaded responder > --------------------------------- > > Key: HBASE-7478 > URL: https://issues.apache.org/jira/browse/HBASE-7478 > Project: HBase > Issue Type: Sub-task > Reporter: Karthik Ranganathan > > Currently, we have multi-threaded readers and handlers, but a single threaded responder which is a bottleneck. > ipc.server.reader.count : number of reader threads to read data off the wire > ipc.server.handler.count : number of handler threads that process the request > We need to have the ability to specify a "ipc.server.responder.count" to be able to specify the number of responder threads. -- This message was sent by Atlassian JIRA (v6.3.4#6332)