Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 202AC18241 for ; Thu, 4 Feb 2016 10:58:41 +0000 (UTC) Received: (qmail 54065 invoked by uid 500); 4 Feb 2016 10:58:40 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 53970 invoked by uid 500); 4 Feb 2016 10:58:40 -0000 Mailing-List: contact dev-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 dev@ambari.apache.org Received: (qmail 53906 invoked by uid 99); 4 Feb 2016 10:58:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Feb 2016 10:58:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 230402C1F5C for ; Thu, 4 Feb 2016 10:58:40 +0000 (UTC) Date: Thu, 4 Feb 2016 10:58:40 +0000 (UTC) From: "Myroslav Papirkovskyy (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMBARI-14915) Ambari Server should not use /tmp for extraction MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Myroslav Papirkovskyy created AMBARI-14915: ---------------------------------------------- Summary: Ambari Server should not use /tmp for extraction Key: AMBARI-14915 URL: https://issues.apache.org/jira/browse/AMBARI-14915 Project: Ambari Issue Type: Bug Components: ambari-server Affects Versions: 2.2.0 Reporter: Myroslav Papirkovskyy Assignee: Myroslav Papirkovskyy Priority: Critical Fix For: 2.2.2 For example, Ambari Server extracts web assets (like views)=C2=A0to /tmp. /tmp should not be used as user systems sometimes have daemons that come al= ong and wipe tmp periodically. Therefore, use of /tmp can cause sporadic pr= oblems in user environments. We might need to be sure Ambari Server jetty is started to use server.tmp.d= ir from ambari.properties, so that jetty does not use /tmp. -- This message was sent by Atlassian JIRA (v6.3.4#6332)