From hdfs-issues-return-253829-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Thu Feb 28 21:43:05 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C2937180657 for ; Thu, 28 Feb 2019 22:43:04 +0100 (CET) Received: (qmail 52615 invoked by uid 500); 28 Feb 2019 21:43:03 -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 52604 invoked by uid 99); 28 Feb 2019 21:43:03 -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; Thu, 28 Feb 2019 21:43:03 +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 4CBA9C6E18 for ; Thu, 28 Feb 2019 21:43:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.501 X-Spam-Level: X-Spam-Status: No, score=-109.501 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id L7yZNilhlnEP for ; Thu, 28 Feb 2019 21:43:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id CA76B6109D for ; Thu, 28 Feb 2019 21:43:01 +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 EB33AE2801 for ; Thu, 28 Feb 2019 21:43:00 +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 8C76624581 for ; Thu, 28 Feb 2019 21:43:00 +0000 (UTC) Date: Thu, 28 Feb 2019 21:43:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Work logged] (HDDS-623) On SCM UI, Node Manager info is empty 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/HDDS-623?focusedWorklogId=206079&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-206079 ] ASF GitHub Bot logged work on HDDS-623: --------------------------------------- Author: ASF GitHub Bot Created on: 28/Feb/19 21:42 Start Date: 28/Feb/19 21:42 Worklog Time Spent: 10m Work Description: bharatviswa504 commented on issue #523: HDDS-623. On SCM UI, Node Manager info is empty URL: https://github.com/apache/hadoop/pull/523#issuecomment-468449859 +1 LGTM. (Not a frontend guy, but as this is not adding any code, so had taken a look at it) But one more thing I have observed is Block Manager: Open containers this is also broken, as currently in the code we have a TODO for this in BlockManagerImpl.java This also needs to be fixed. ``` @Override public int getOpenContainersNo() { return 0; // TODO : FIX ME : The open container being a single number does not make // sense. // We have to get open containers by Replication Type and Replication // factor. Hence returning 0 for now. // containers.get(HddsProtos.LifeCycleState.OPEN).size(); } ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 206079) Time Spent: 0.5h (was: 20m) > On SCM UI, Node Manager info is empty > ------------------------------------- > > Key: HDDS-623 > URL: https://issues.apache.org/jira/browse/HDDS-623 > Project: Hadoop Distributed Data Store > Issue Type: Bug > Reporter: Namit Maheshwari > Assignee: Elek, Marton > Priority: Major > Labels: pull-request-available > Attachments: Screen Shot 2018-10-10 at 4.19.59 PM.png > > Time Spent: 0.5h > Remaining Estimate: 0h > > Fields like below are empty > Node Manager: Minimum chill mode nodes > Node Manager: Out-of-node chill mode > Node Manager: Chill mode status > Node Manager: Manual chill mode > Please see attached screenshot !Screen Shot 2018-10-10 at 4.19.59 PM.png! -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org