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 9E0B6200CC2 for ; Wed, 5 Jul 2017 21:25:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9D0CF164321; Wed, 5 Jul 2017 19:25:04 +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 E13E2164320 for ; Wed, 5 Jul 2017 21:25:03 +0200 (CEST) Received: (qmail 30535 invoked by uid 500); 5 Jul 2017 19:25:03 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 30524 invoked by uid 99); 5 Jul 2017 19:25:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jul 2017 19:25:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 8CF7E1A028B for ; Wed, 5 Jul 2017 19:25:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id m9Wh8wqenUBn for ; Wed, 5 Jul 2017 19:25:01 +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 91E505F6C4 for ; Wed, 5 Jul 2017 19:25: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 A5029E00FE for ; Wed, 5 Jul 2017 19:25: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 0BD282462A for ; Wed, 5 Jul 2017 19:25:00 +0000 (UTC) Date: Wed, 5 Jul 2017 19:25:00 +0000 (UTC) From: "Hadoop QA (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-21345) Add host doesn't fully add a node when include/exclude files are used MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 05 Jul 2017 19:25:04 -0000 [ https://issues.apache.org/jira/browse/AMBARI-21345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16075270#comment-16075270 ] Hadoop QA commented on AMBARI-21345: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12875078/AMBARI-21345_2.patch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 23 new or modified test files. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:red}-1 core tests{color}. The patch failed these unit tests in ambari-server: org.apache.ambari.server.agent.TestHeartbeatHandler Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/11708//console This message is automatically generated. > Add host doesn't fully add a node when include/exclude files are used > --------------------------------------------------------------------- > > Key: AMBARI-21345 > URL: https://issues.apache.org/jira/browse/AMBARI-21345 > Project: Ambari > Issue Type: Bug > Components: stacks > Reporter: Paul Codding > Assignee: Dmytro Sen > Priority: Critical > Fix For: 2.5.2 > > Attachments: AMBARI-21345_2.patch > > > When using dfs.include/dfs.exclude files for HDFS and yarn.include/yarn.exclude for YARN, we need to ensure these files are updated whenever a host is added or removed, and we should also make sure su -l hdfs -c "hdfs dfsadmin -refreshNodes" for HDFS and su -l yarn -c "yarn rmadmin -refreshNodes" for YARN is run after the host has been added and the corresponding HDFS/YARN files are updated. > Options -- This message was sent by Atlassian JIRA (v6.4.14#64029)