[
https://issues.apache.org/jira/browse/YARN-7124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16206648#comment-16206648
]
Hudson commented on YARN-7124:
------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #13092 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/13092/])
YARN-7124. LogAggregationTFileController deletes/renames while file is
(junping_du: rev 1fcbe7cf5f2f7c609cd4158912f151848268ca9e)
* (edit)
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/logaggregation/filecontroller/tfile/LogAggregationTFileController.java
> LogAggregationTFileController deletes/renames while file is open
> ----------------------------------------------------------------
>
> Key: YARN-7124
> URL: https://issues.apache.org/jira/browse/YARN-7124
> Project: Hadoop YARN
> Issue Type: Bug
> Components: nodemanager
> Affects Versions: 2.9.0, 3.0.0-beta1
> Reporter: Daryn Sharp
> Assignee: Jason Lowe
> Priority: Critical
> Fix For: 2.9.0, 3.0.0, 3.1.0
>
> Attachments: YARN-7124.001.patch
>
>
> YARN-6288 changes the log aggregation writer to be an autoclosable.
> Unfortunately the try-with-resources block for the writer will either rename
> or delete the log while open.
> Assuming the NM's behavior is correct, deleting open files only results in
> ominous WARNs in the nodemanager log and increases the rate of logging in the
> NN when the implicit try-with-resource close fails. These red herrings
> complicate debugging efforts.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]