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 EDC18195D2 for ; Sat, 16 Apr 2016 00:45:25 +0000 (UTC) Received: (qmail 69881 invoked by uid 500); 16 Apr 2016 00:45:25 -0000 Delivered-To: apmail-ambari-issues-archive@ambari.apache.org Received: (qmail 69848 invoked by uid 500); 16 Apr 2016 00:45:25 -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 69837 invoked by uid 99); 16 Apr 2016 00:45:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Apr 2016 00:45:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id AD1582C1F64 for ; Sat, 16 Apr 2016 00:45:25 +0000 (UTC) Date: Sat, 16 Apr 2016 00:45:25 +0000 (UTC) From: "jun aoki (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-15852) Changing HAWQ Ports through Ambari prevents HAWQ service from restarting 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-15852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jun aoki updated AMBARI-15852: ------------------------------ Resolution: Fixed Status: Resolved (was: Patch Available) > Changing HAWQ Ports through Ambari prevents HAWQ service from restarting > ------------------------------------------------------------------------ > > Key: AMBARI-15852 > URL: https://issues.apache.org/jira/browse/AMBARI-15852 > Project: Ambari > Issue Type: Bug > Components: stacks > Affects Versions: trunk, 2.2.2 > Reporter: Matt > Assignee: jun aoki > Priority: Blocker > Fix For: trunk, 2.2.2 > > Attachments: AMBARI-15852-branch-2.2.patch, AMBARI-15852-branch-2.2.v2.patch, AMBARI-15852-branch-2.2.v3.patch, AMBARI-15852-branch-2.2.v4.patch, AMBARI-15852-trunk.v1.patch > > > Steps to reproduce: > - The initial HAWQ masters port is set to 5432. > - Change port to 10432, and restart HAWQ service. > HAWQMASTER failed to start because it skipped stopping the process (it attempted to stop process on 10432, while the process was actually running on 5432). > Removing the only_if condition might fix this issue: https://github.com/apache/ambari/blob/trunk/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/common.py#L3 -- This message was sent by Atlassian JIRA (v6.3.4#6332)