Return-Path: X-Original-To: apmail-ambari-issues-archive@minotaur.apache.org Delivered-To: apmail-ambari-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6DEB01973B for ; Sat, 19 Mar 2016 16:43:34 +0000 (UTC) Received: (qmail 35309 invoked by uid 500); 19 Mar 2016 16:43:33 -0000 Delivered-To: apmail-ambari-issues-archive@ambari.apache.org Received: (qmail 35281 invoked by uid 500); 19 Mar 2016 16:43:33 -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 35272 invoked by uid 99); 19 Mar 2016 16:43:33 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Mar 2016 16:43:33 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 822602C14FB for ; Sat, 19 Mar 2016 16:43:33 +0000 (UTC) Date: Sat, 19 Mar 2016 16:43:33 +0000 (UTC) From: "Sebastian Toader (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-15457) Topology host info is not cleared when a host is removed 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/AMBARI-15457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15202837#comment-15202837 ] Sebastian Toader commented on AMBARI-15457: ------------------------------------------- Committed to trunk: {noformat} commit a6dd447b0878029197f00b2f4cd34adba88e5d47 Author: Toader, Sebastian Date: Sat Mar 19 11:52:51 2016 +0100 AMBARI-15457. Topology host info is not cleared when a host is removed. (Daniel Gergely via stoader) {noformat} > Topology host info is not cleared when a host is removed > -------------------------------------------------------- > > Key: AMBARI-15457 > URL: https://issues.apache.org/jira/browse/AMBARI-15457 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Reporter: Daniel Gergely > Assignee: Daniel Gergely > Fix For: 2.4.0, 2.2.2 > > Attachments: AMBARI-15457.patch, AMBARI-15457_branch-2.2.patch > > > When a host is removed, a record is left in the topology_host_info table. As a result re-adding the same host is not possible, due to invalid topology. > Host removal should remove the corresponding record from topology_host_info as well. -- This message was sent by Atlassian JIRA (v6.3.4#6332)