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 03C347D87 for ; Sun, 21 Aug 2011 03:30:00 +0000 (UTC) Received: (qmail 73542 invoked by uid 500); 21 Aug 2011 03:29:59 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 73405 invoked by uid 500); 21 Aug 2011 03:29:51 -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 73397 invoked by uid 99); 21 Aug 2011 03:29:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Aug 2011 03:29:48 +0000 X-ASF-Spam-Status: No, hits=-2001.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Aug 2011 03:29:47 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 37DBBC6B90 for ; Sun, 21 Aug 2011 03:29:27 +0000 (UTC) Date: Sun, 21 Aug 2011 03:29:27 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: <939173171.56256.1313897367225.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1470559689.56225.1313894127180.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4236) Don't lock the stream while serializing the response 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-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13088305#comment-13088305 ] Ted Yu commented on HBASE-4236: ------------------------------- +1 on patch. > Don't lock the stream while serializing the response > ---------------------------------------------------- > > Key: HBASE-4236 > URL: https://issues.apache.org/jira/browse/HBASE-4236 > Project: HBase > Issue Type: Improvement > Components: ipc > Affects Versions: 0.90.4 > Reporter: Benoit Sigoure > Assignee: Benoit Sigoure > Priority: Minor > > It is not necessary to hold the lock on the stream while the response is being serialized. This unnecessarily prevents serializing responses in parallel. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira