[
https://issues.apache.org/jira/browse/FLINK-10283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-10283.
------------------------------------
Resolution: Fixed
master: 5990399ac5d6c16b136892af84fb54300126495c
1.6: 2866c8b90355e8525cc64215a791cbc55d14d7c6
> FileCache logs unnecessary warnings
> -----------------------------------
>
> Key: FLINK-10283
> URL: https://issues.apache.org/jira/browse/FLINK-10283
> Project: Flink
> Issue Type: Bug
> Components: Local Runtime
> Affects Versions: 1.6.0, 1.7.0
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.6.1, 1.7.0
>
>
> When running any job the {{FileCache}} will log the following warning:
> {code}
> improper use of releaseJob() without a matching number of createTmpFiles()
> calls for jobId 7d288909946d5eb4c8d40616ad1b20d2
> {code}
> This warning is misleading as {{createTmpFiles}} is only called when the
> {{DistributedCache}} was used, but {{releaseJob}} is always called as part of
> the task cleanup routine.
> The warning should simply be removed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)