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 D5312200BCD for ; Sun, 27 Nov 2016 18:20:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D3170160B12; Sun, 27 Nov 2016 17:20: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 4CE40160B01 for ; Sun, 27 Nov 2016 18:20:00 +0100 (CET) Received: (qmail 12650 invoked by uid 500); 27 Nov 2016 17:19:59 -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 12641 invoked by uid 99); 27 Nov 2016 17:19:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Nov 2016 17:19:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5FEB22C0086 for ; Sun, 27 Nov 2016 17:19:59 +0000 (UTC) Date: Sun, 27 Nov 2016 17:19:59 +0000 (UTC) From: "Vitaly Brodetskyi (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-18993) Perf: Status commands return INSTALLED even if component in STARTED state MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 27 Nov 2016 17:20:01 -0000 [ https://issues.apache.org/jira/browse/AMBARI-18993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vitaly Brodetskyi updated AMBARI-18993: --------------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) Committed to trunk and branch-2.5 > Perf: Status commands return INSTALLED even if component in STARTED state > ------------------------------------------------------------------------- > > Key: AMBARI-18993 > URL: https://issues.apache.org/jira/browse/AMBARI-18993 > Project: Ambari > Issue Type: Task > Components: ambari-agent > Affects Versions: 2.5.0 > Reporter: Vitaly Brodetskyi > Assignee: Vitaly Brodetskyi > Fix For: 2.5.0 > > Attachments: AMBARI-18993.patch > > > Problem is in file status_command.json which is located in /var/lib/ambari-agent/data/ directory. As of now all 50 agents on host are using the same status command file. As the result we are getting issues, because one agent trying to read it but another trying to rewrite or so. Decided to separate /var/lib/ambari-agent/data/ directory for each agent. -- This message was sent by Atlassian JIRA (v6.3.4#6332)