[
https://issues.apache.org/jira/browse/AMBARI-20596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15976543#comment-15976543
]
Attila Magyar commented on AMBARI-20596:
----------------------------------------
commited to branch-2.4
{code}
commit 0f4adf610d8215953462777a68842f68250f33e4
Author: Attila Magyae <[email protected]>
Date: Thu Apr 20 13:51:13 2017 +0200
AMBARI-20596. Cleanup temporary files needed for downloading client
configurations response. (Attila Magyar via stoader)
{code}
> Cleanup temporary files needed for downloading client configurations response
> -----------------------------------------------------------------------------
>
> Key: AMBARI-20596
> URL: https://issues.apache.org/jira/browse/AMBARI-20596
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.2.2
> Reporter: Robert Levas
> Assignee: Attila Magyar
> Fix For: 2.5.1, 2.4.3
>
> Attachments: AMBARI-20596_2.patch, AMBARI-20596_branch-2.4.patch,
> AMBARI-20596.patch
>
>
> Cleanup temporary files needed for downloading client configurations response.
> While handling the REST API call used to request client configurations, some
> temporary files are created and never cleaned up. Also, since the created
> temporary files have names generated based on the request, the potential for
> collision exists. Thus, the temporary files should have random names to
> avoid conflicts.
> The request to generate the issue at hand is
> {noformat}
> GET
> /api/v1/clusters/c1/services/:SERVICE_NAME/components/:COMPONENT_NAME?format=client_config_tar
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)