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 158FA181DD for ; Sun, 30 Aug 2015 19:17:26 +0000 (UTC) Received: (qmail 14143 invoked by uid 500); 30 Aug 2015 18:50:46 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 14084 invoked by uid 500); 30 Aug 2015 18:50:46 -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 14068 invoked by uid 99); 30 Aug 2015 18:50:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Aug 2015 18:50:46 +0000 Date: Sun, 30 Aug 2015 18:50:46 +0000 (UTC) From: "Vinod Kumar Vavilapalli (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (HDFS-7213) processIncrementalBlockReport performance degradation 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-7213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14717836#comment-14717836 ] Vinod Kumar Vavilapalli edited comment on HDFS-7213 at 8/30/15 6:50 PM: ------------------------------------------------------------------------ This wasn't originally in 2.6.1, must have been committed to 2.6, which was already 2.6.2. I just committed this to 2.6.1 taking [~sjlee0]'s cherry-pick, which must have come from branch-2.6. Ran compilation before the push. was (Author: vinodkv): This wasn't originally in 2.6.1, must have been committed to 2.6, which was already 2.6.2. I just committed this to 2.6.1 taking [~sjlee0]'s cherry-pick, which must have come from branch-2.6. Ran compilation and TestDFSClientRetries before the push. > processIncrementalBlockReport performance degradation > ----------------------------------------------------- > > Key: HDFS-7213 > URL: https://issues.apache.org/jira/browse/HDFS-7213 > Project: Hadoop HDFS > Issue Type: Bug > Components: namenode > Affects Versions: 2.4.0 > Reporter: Daryn Sharp > Assignee: Eric Payne > Priority: Critical > Labels: 2.6.1-candidate > Fix For: 2.7.0, 2.6.1 > > Attachments: HDFS-7213.1412804753, HDFS-7213.1412806496.txt > > > {{BlockManager#processIncrementalBlockReport}} has a debug line that is missing a {{isDebugEnabled}} check. The write lock is being held. Coupled with the increase in incremental block reports from receiving blocks, under heavy load this log line noticeably degrades performance. -- This message was sent by Atlassian JIRA (v6.3.4#6332)