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

Xuan Gong commented on YARN-7194:
---------------------------------

It happens when we are *not* in partial log aggregation.  
When we are not in partial log aggregation, we will not create intermediate 
checksum file, so, when we do postWrite, we would call
{code}
deleteFileWithRetries(fc, ugi, remoteLogCheckSumFile);
{code}
which will throw out exception, and complain that the remoteLogCheckSumFile can 
not be found. So, we would mark the log aggregation status as Failed when we 
catch the exception.

> Log aggregation status is always Failed with the newly added log aggregation 
> IndexedFileFormat
> ----------------------------------------------------------------------------------------------
>
>                 Key: YARN-7194
>                 URL: https://issues.apache.org/jira/browse/YARN-7194
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Xuan Gong
>            Assignee: Xuan Gong
>




--
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