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 8B6CD1876F for ; Fri, 21 Aug 2015 22:14:47 +0000 (UTC) Received: (qmail 18121 invoked by uid 500); 21 Aug 2015 22:14:46 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 18021 invoked by uid 500); 21 Aug 2015 22:14: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 17786 invoked by uid 99); 21 Aug 2015 22:14:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Aug 2015 22:14:46 +0000 Date: Fri, 21 Aug 2015 22:14:46 +0000 (UTC) From: "Haohui Mai (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-8934) Move ShortCircuitShm to hdfs-client 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-8934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14707549#comment-14707549 ] Haohui Mai commented on HDFS-8934: ---------------------------------- Thanks for the work, Mingliang! It looks good to me overall. Some quick comments: 1. You can generate the patch using {{git diff -M}}. 2. The new patch should not introduce new trailing whitespace. +1 after a clean Jenkins run and addressed the above comments. Since this jira is mostly about moving the relevant classes to the {{hdfs-client}} package, it might be better to address the following comments might be addressed in separated jiras: 1. No guards are required when calling {{LOG.debug()}} and {{LOG.trace()}} in slf4j. 2. Fixing the checkstyle error. > Move ShortCircuitShm to hdfs-client > ----------------------------------- > > Key: HDFS-8934 > URL: https://issues.apache.org/jira/browse/HDFS-8934 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: build > Reporter: Mingliang Liu > Assignee: Mingliang Liu > Attachments: HDFS-8934.000.patch > > > This jira tracks the effort of moving the {{ShortCircuitShm}} class into the hdfs-client module. -- This message was sent by Atlassian JIRA (v6.3.4#6332)