Nico Kruber created FLINK-10313:
-----------------------------------
Summary: Wrong FileCache warning about improper use of releaseJob() when not using DistributedCache
Key: FLINK-10313
URL:
https://issues.apache.org/jira/browse/FLINK-10313 Project: Flink
Issue Type: Bug
Components: Distributed Coordination
Affects Versions: 1.6.0, 1.7.0
Reporter: Nico Kruber
Assignee: Nico Kruber
Fix For: 1.6.1, 1.7.0
Any Flink job which does not use the {{DistributedCache}} will currently print the following warning for each task when finishing it:
{code}
2018-09-10 10:24:52,584 WARN org.apache.flink.runtime.filecache.FileCache - improper use of releaseJob() without a matching number of createTmpFiles() calls for jobId 6e58cc5c5213ae3c78928268a2080185
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)