Sandor Magyari created AMBARI-16136:
---------------------------------------
Summary: Make temp filenames more 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
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)