[ 
https://issues.apache.org/jira/browse/FLINK-16546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Metzger resolved FLINK-16546.
------------------------------------
    Resolution: Fixed

Thanks a lot for the fix!

Resolved in "master" with commit 81c48e51248239e8b57655616ebb061b4edb846a

> Fix logging bug in YarnClusterDescriptor#startAppMaster
> -------------------------------------------------------
>
>                 Key: FLINK-16546
>                 URL: https://issues.apache.org/jira/browse/FLINK-16546
>             Project: Flink
>          Issue Type: Improvement
>          Components: Deployment / YARN
>            Reporter: Canbin Zheng
>            Assignee: Canbin Zheng
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.11.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> It's a minor fixup of the warning in case of tmpJobGraphFile deletion failure.
> From
> {code:java}
> LOG.warn("Fail to delete temporary file {}.", tmpConfigurationFile.toPath());
> {code}
> to
> {code:java}
> LOG.warn("Fail to delete temporary file {}.", tmpJobGraphFile.toPath());
> {code}
> [https://github.com/apache/flink/blob/master/flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java#L854]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to