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 EB717200D13 for ; Fri, 15 Sep 2017 19:08:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EA4F01609C9; Fri, 15 Sep 2017 17:08:05 +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 44B6A1609D1 for ; Fri, 15 Sep 2017 19:08:05 +0200 (CEST) Received: (qmail 98897 invoked by uid 500); 15 Sep 2017 17:08:04 -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 98874 invoked by uid 99); 15 Sep 2017 17:08: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; Fri, 15 Sep 2017 17:08: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 98BCD1A1110 for ; Fri, 15 Sep 2017 17:08: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 kjwJL9BS9NEG for ; Fri, 15 Sep 2017 17:08: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 7F0D25FC69 for ; Fri, 15 Sep 2017 17:08: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 EF468E0EB6 for ; Fri, 15 Sep 2017 17:08: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 20C6E25387 for ; Fri, 15 Sep 2017 17:08:00 +0000 (UTC) Date: Fri, 15 Sep 2017 17:08:00 +0000 (UTC) From: "Dmitry Lysnichenko (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-21935) Auto fix enhancement to remove more than 1 selected configs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 15 Sep 2017 17:08:06 -0000 [ https://issues.apache.org/jira/browse/AMBARI-21935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Lysnichenko updated AMBARI-21935: ---------------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) To https://git-wip-us.apache.org/repos/asf/ambari.git 3b55821fc2..e835ca8a78 branch-2.6 -> branch-2.6 fed32b85a6..d8e621e5ed trunk -> trunk > Auto fix enhancement to remove more than 1 selected configs > ----------------------------------------------------------- > > Key: AMBARI-21935 > URL: https://issues.apache.org/jira/browse/AMBARI-21935 > Project: Ambari > Issue Type: Task > Components: ambari-server > Reporter: Dmitry Lysnichenko > Assignee: Dmitry Lysnichenko > Priority: Blocker > Attachments: AMBARI-21935.patch > > > Sometimes Ambari is coming up with issues like more than 1 selected configs. > Error: > {noformat} > ERROR - You have config(s), in cluster BMOHDPQA01, that is(are) selected more than once in clusterconfigmapping table: falcon-startup.properties,zoo.cfg,zeppelin-config,zookeeper-log4j,tagsync-application-properties,storm-worker-log4j,hive-log4j2,admin-properties,oozie-env,ssl-server,hadoop-policy,infra-solr-log4j,oozie-log4j,core-site,mahout-log4j,kafka-broker,pig-log4j,livy-env,zeppelin-env,hive-log4j,slider-client,tez-env,storm-env,ranger-storm-plugin-properties,oozie-site,falcon-env,beeline-log4j2,ranger-storm-policymgr-ssl,falcon-runtime.properties,ranger-storm-security,hbase-policy,ams-env,capacity-scheduler,webhcat-log4j,atlas-log4j,livy-log4j-properties,spark-metrics-properties,hbase-env,ranger-atlas-security,flume-env,sqoop-atlas-application.properties,admin-log4j,hiveserver2-interactive-site,ranger-tagsync-site,application-properties,ranger-kafka-policymgr-ssl,ranger-admin-site,ranger-env,ranger-storm-audit,ranger-hbase-policymgr-ssl,hdfs-log4j > {noformat} > It is very difficult to fix these kind of issues with queries. including auto fix for this will be very helpful. -- This message was sent by Atlassian JIRA (v6.4.14#64029)