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 E4DBF176A3 for ; Fri, 4 Sep 2015 19:25:46 +0000 (UTC) Received: (qmail 42219 invoked by uid 500); 4 Sep 2015 19:25:46 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 42169 invoked by uid 500); 4 Sep 2015 19:25: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 42152 invoked by uid 99); 4 Sep 2015 19:25:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2015 19:25:46 +0000 Date: Fri, 4 Sep 2015 19:25:46 +0000 (UTC) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-9012) Move o.a.h.hdfs.protocol.datatransfer.PipelineAck class to hadoop-hdfs-client module 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-9012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14731288#comment-14731288 ] Hudson commented on HDFS-9012: ------------------------------ FAILURE: Integrated in Hadoop-Yarn-trunk #1084 (See [https://builds.apache.org/job/Hadoop-Yarn-trunk/1084/]) HDFS-9012. Move o.a.h.hdfs.protocol.datatransfer.PipelineAck class to hadoop-hdfs-client module. Contributed by Mingliang Liu. (wheat9: rev d16c4eee186492608ffeb1c2e83f437000cc64f6) * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataNode.java * hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/util/LongBitFormat.java * hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocol/datatransfer/PipelineAck.java * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BlockReceiver.java * hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/datatransfer/PipelineAck.java * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/LongBitFormat.java > Move o.a.h.hdfs.protocol.datatransfer.PipelineAck class to hadoop-hdfs-client module > ------------------------------------------------------------------------------------ > > Key: HDFS-9012 > URL: https://issues.apache.org/jira/browse/HDFS-9012 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: build > Reporter: Mingliang Liu > Assignee: Mingliang Liu > Fix For: 2.8.0 > > Attachments: HDFS-9012.000.patch, HDFS-9012.001.patch, HDFS-9012.002.patch > > > The {{package org.apache.hadoop.hdfs.protocol.datatransfer.PipelineAck}} class is used in client module classes (e.g. {{DataStreamer$ResponseProcessor}} in {{DFSInputStream}} and {{DFSOutputStream}}). This jira tracks the effort of moving this class to {{hadoop-hdfs-client}} module. > We should keep the static attribute {{OOB_TIMEOUT}} and helper method {{getOOBTimeout}} in the {{hadoop-hdfs}} module as they're not used (by now) in {{hadoop-hdfs-client}} module. Meanwhile, we don't create the {{HdfsConfiguration}} statically if we can pass the correct {{conf}} object. > The checkstyle warnings can be addressed in [HDFS-8979|https://issues.apache.org/jira/browse/HDFS-8979]. -- This message was sent by Atlassian JIRA (v6.3.4#6332)