Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DF3841089E for ; Fri, 28 Feb 2014 19:44:34 +0000 (UTC) Received: (qmail 26057 invoked by uid 500); 28 Feb 2014 19:44:23 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 25994 invoked by uid 500); 28 Feb 2014 19:44:22 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 25970 invoked by uid 99); 28 Feb 2014 19:44:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Feb 2014 19:44:21 +0000 Date: Fri, 28 Feb 2014 19:44:21 +0000 (UTC) From: "Jing Zhao (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HDFS-4200) Reduce the size of synchronized sections in PacketResponder 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/HDFS-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao resolved HDFS-4200. ----------------------------- Resolution: Fixed Fix Version/s: 2.4.0 I've merged the backported patch to branch-2 and branch-2.4.0. Thanks for the backporting, Andrew! > Reduce the size of synchronized sections in PacketResponder > ------------------------------------------------------------ > > Key: HDFS-4200 > URL: https://issues.apache.org/jira/browse/HDFS-4200 > Project: Hadoop HDFS > Issue Type: Improvement > Components: datanode > Affects Versions: 2.0.0-alpha > Reporter: Suresh Srinivas > Assignee: Andrew Wang > Fix For: 3.0.0, 2.4.0 > > Attachments: HDFS-4200.patch, HDFS-4200.patch, hdfs-4200-branch-2.patch > > > The size of synchronized sections can be reduced in PacketResponder. Also the methods in the PacketResponder are long and need refactoring. -- This message was sent by Atlassian JIRA (v6.1.5#6160)