Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2D1FB200C38 for ; Wed, 1 Mar 2017 02:30:51 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2BBB7160B7E; Wed, 1 Mar 2017 01:30:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 74188160B7C for ; Wed, 1 Mar 2017 02:30:50 +0100 (CET) Received: (qmail 91929 invoked by uid 500); 1 Mar 2017 01:30:49 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 91918 invoked by uid 99); 1 Mar 2017 01:30:49 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2017 01:30:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 184A6C6AE0 for ; Wed, 1 Mar 2017 01:30:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.651 X-Spam-Level: X-Spam-Status: No, score=0.651 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id H_PEY_dwuUsU for ; Wed, 1 Mar 2017 01:30:48 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 36A4A5FE0B for ; Wed, 1 Mar 2017 01:30:48 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id D20CEE0608 for ; Wed, 1 Mar 2017 01:30:45 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 60FB92415A for ; Wed, 1 Mar 2017 01:30:45 +0000 (UTC) Date: Wed, 1 Mar 2017 01:30:45 +0000 (UTC) From: "Anu Engineer (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-11447) Ozone: SCM: Send node report along with heartbeat to SCM MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 01 Mar 2017 01:30:51 -0000 [ https://issues.apache.org/jira/browse/HDFS-11447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889275#comment-15889275 ] Anu Engineer commented on HDFS-11447: ------------------------------------- A bunch of check style warnings: Checkstyle found 20 item(s) in 12 file(s) ContainerLocationManager.java : 1 item(s) First sentence should end with a period. (46:0) ContainerLocationManagerImpl.java : 1 item(s) Array brackets at illegal position. (105:34) ContainerManager.java : 2 item(s) Missing package-info.java file. (0:0) First sentence should end with a period. (128:0) ContainerManagerImpl.java : 1 item(s) First sentence should end with a period. (504:0) HeartbeatEndpointTask.java : 3 item(s) Unused import - org.apache.hadoop.ozone.protocol.proto.StorageContainerDatanodeProtocolProtos. (27:8) First sentence should end with a period. (161:0) 'context' hides a field. (166:44) NodeManager.java : 2 item(s) First sentence should end with a period. (138:0) First sentence should end with a period. (144:0) OzoneContainer.java : 1 item(s) First sentence should end with a period. (161:0) SCMNodeManager.java : 2 item(s) First sentence should end with a period. (707:0) First sentence should end with a period. (716:0) StateContext.java : 2 item(s) First sentence should end with a period. (117:0) First sentence should end with a period. (125:0) StorageContainerDatanodeProtocol.java : 1 item(s) Unused import - org.apache.hadoop.ozone.protocol.proto.StorageContainerDatanodeProtocolProtos. (21:8) StorageContainerDatanodeProtocolClientSideTranslatorPB.java : 3 item(s) Unused import - com.google.common.collect.Lists. (19:8) Unused import - java.util.ArrayList. (44:8) 'SCMNodeReport' have incorrect indentation level 4, expected level should be 6. (126:0) StorageContainerDatanodeProtocolServerSideTranslatorPB.java : 1 item(s) Unused import - java.util.List. (28:8) > Ozone: SCM: Send node report along with heartbeat to SCM > -------------------------------------------------------- > > Key: HDFS-11447 > URL: https://issues.apache.org/jira/browse/HDFS-11447 > Project: Hadoop HDFS > Issue Type: Sub-task > Reporter: Xiaoyu Yao > Assignee: Xiaoyu Yao > Attachments: HDFS-11447-HDFS-7240.001.patch > > > The storage utilization information on datanode should be reported to SCM to help decide container allocation. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org