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 06664200BF1 for ; Mon, 19 Dec 2016 15:33:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 052F3160B18; Mon, 19 Dec 2016 14:33:00 +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 73530160B30 for ; Mon, 19 Dec 2016 15:32:59 +0100 (CET) Received: (qmail 87260 invoked by uid 500); 19 Dec 2016 14:32:58 -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 87127 invoked by uid 99); 19 Dec 2016 14:32:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Dec 2016 14:32:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7DC332C03E7 for ; Mon, 19 Dec 2016 14:32:58 +0000 (UTC) Date: Mon, 19 Dec 2016 14:32:58 +0000 (UTC) From: "Vitaly Brodetskyi (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-19236) Stackadvisor: incorrect recommendations when only one of two dependencies was changed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 19 Dec 2016 14:33:00 -0000 [ https://issues.apache.org/jira/browse/AMBARI-19236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vitaly Brodetskyi updated AMBARI-19236: --------------------------------------- Attachment: AMBARI-19236.patch > Stackadvisor: incorrect recommendations when only one of two dependencies was changed > ------------------------------------------------------------------------------------- > > Key: AMBARI-19236 > URL: https://issues.apache.org/jira/browse/AMBARI-19236 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: 2.4.0 > Reporter: Vitaly Brodetskyi > Assignee: Vitaly Brodetskyi > Priority: Critical > Fix For: 2.5.0 > > Attachments: AMBARI-19236.patch > > > For example: > 'mapreduce.map.memory.mb' depends on 'yarn.scheduler.maximum-allocation-mb' and 'yarn.scheduler.minimum-allocation-mb'. > *The case:* > 'yarn.scheduler.minimum-allocation-mb' was changed, but 'yarn.scheduler.maximum-allocation-mb' not. In this case recommendations will use provided value for the first property and recommended value for the second. 'mapreduce.map.memory.mb' will be recalculated incorrectly. > *Expected:* > Use the provided values for both properties. -- This message was sent by Atlassian JIRA (v6.3.4#6332)