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 0A6A4200CDD for ; Mon, 7 Aug 2017 17:37:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 05AEA1657FF; Mon, 7 Aug 2017 15:37:10 +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 49A701657F3 for ; Mon, 7 Aug 2017 17:37:09 +0200 (CEST) Received: (qmail 40784 invoked by uid 500); 7 Aug 2017 15:37:08 -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 40749 invoked by uid 99); 7 Aug 2017 15:37:08 -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; Mon, 07 Aug 2017 15:37:08 +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 D8437C5AED for ; Mon, 7 Aug 2017 15:37:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-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-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 W9Ex_tKu1z9b for ; Mon, 7 Aug 2017 15:37:03 +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 3179060E75 for ; Mon, 7 Aug 2017 15:37:02 +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 473E0E0044 for ; Mon, 7 Aug 2017 15:37:01 +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 37C7F2416D for ; Mon, 7 Aug 2017 15:37:00 +0000 (UTC) Date: Mon, 7 Aug 2017 15:37:00 +0000 (UTC) From: "Hadoop QA (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-21629) Update Include and Exclude Files for [HDFS]/Refreshnodes is called even if manage.include.files is set to false MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 07 Aug 2017 15:37:10 -0000 [ https://issues.apache.org/jira/browse/AMBARI-21629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16116761#comment-16116761 ] Hadoop QA commented on AMBARI-21629: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12880661/AMBARI-21629.patch against trunk revision . {color:red}-1 patch{color}. Top-level [trunk compilation|https://builds.apache.org/job/Ambari-trunk-test-patch/11945//artifact/patch-work/trunkJavacWarnings.txt] may be broken. Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/11945//console This message is automatically generated. > Update Include and Exclude Files for [HDFS]/Refreshnodes is called even if manage.include.files is set to false > --------------------------------------------------------------------------------------------------------------- > > Key: AMBARI-21629 > URL: https://issues.apache.org/jira/browse/AMBARI-21629 > Project: Ambari > Issue Type: Bug > Components: ambari-admin > Affects Versions: 2.5.2 > Reporter: Dhanya Balasundaran > Assignee: Dmytro Sen > Fix For: 2.5.2 > > Attachments: AMBARI-21629.patch > > > - Deploy a cluster > - manage.include.files property in Advanced hdfs-site is set to false by default > - Stop and Delete datanode from one of the hosts > - Check bgops to make sure we see Delete Datanode as the Operation > - But it shows "Update Include and Exclude Files for HDFS" > - As user chose not to manage this file by setting property to false, this operation should not have been shown. From logs of this operation looks like it called refreshnodes too -- This message was sent by Atlassian JIRA (v6.4.14#64029)