You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/02/04 14:02:39 UTC

[jira] [Commented] (AMBARI-14915) Ambari Server should not use /tmp for extraction

    [ https://issues.apache.org/jira/browse/AMBARI-14915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15132265#comment-15132265 ] 

Hudson commented on AMBARI-14915:
---------------------------------

FAILURE: Integrated in Ambari-branch-2.2 #289 (See [https://builds.apache.org/job/Ambari-branch-2.2/289/])
AMBARI-14915. Ambari Server should not use /tmp for extraction. (mpapyrkovskyy: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=0734caf1de23a0a8f5c54a77141d32b2631f52cb])
* ambari-server/src/main/java/org/apache/ambari/server/configuration/Configuration.java
* ambari-server/src/test/java/org/apache/ambari/server/controller/AmbariServerTest.java
* ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariServer.java


> 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
>
>         Attachments: AMBARI-14915-branch-2.2.patch, AMBARI-14915-trunk.patch
>
>
> For example, Ambari Server extracts web assets (like views) to /tmp.
> /tmp should not be used as user systems sometimes have daemons that come along and wipe tmp periodically. Therefore, use of /tmp can cause sporadic problems in user environments.
> We might need to be sure Ambari Server jetty is started to use server.tmp.dir from ambari.properties, so that jetty does not use /tmp.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)