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

Hadoop QA commented on YARN-7001:
---------------------------------

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue}  0m  
0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} docker {color} | {color:red}499m 
26s{color} | {color:red} Docker failed to build yetus/hadoop:tp-30407. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | YARN-7001 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12887873/YARN-7001.001.patch |
| Console output | 
https://builds.apache.org/job/PreCommit-YARN-Build/17513/console |
| Powered by | Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org |


This message was automatically generated.



> If shared cache upload is terminated in the middle, the temp file will never 
> be deleted
> ---------------------------------------------------------------------------------------
>
>                 Key: YARN-7001
>                 URL: https://issues.apache.org/jira/browse/YARN-7001
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: Miklos Szegedi
>            Assignee: Sen Zhao
>         Attachments: YARN-7001.001.patch
>
>
> There is a missing deleteTempFile(tempPath);
> {code}
>       tempPath = new Path(directoryPath, getTemporaryFileName(actualPath));
>       if (!uploadFile(actualPath, tempPath)) {
>         LOG.warn("Could not copy the file to the shared cache at " + 
> tempPath);
>         return false;
>       }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to