[
https://issues.apache.org/jira/browse/AMBARI-16136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sandor Magyari updated AMBARI-16136:
------------------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
> Make temp filenames unique when creating files
> ----------------------------------------------
>
> Key: AMBARI-16136
> URL: https://issues.apache.org/jira/browse/AMBARI-16136
> Project: Ambari
> Issue Type: Bug
> Components: ambari-agent
> Affects Versions: 2.2.1.1
> Reporter: Sandor Magyari
> Assignee: Sandor Magyari
> Fix For: 2.2-next
>
> Attachments: AMBARI-16136.patch
>
>
> When creating files on linux, ambari-agent use create_file() in sudo.py. Here
> first a temp file created, copied over the right place later. The filename of
> this temp file currently is: tmpf_name = tempfile.gettempdir() + os.sep +
> tempfile.template + str(time.time()). This may cause problems in case of
> parallel executions, thread name or something random should be added to be
> more unique.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)