Skip to content

Commit

Permalink
[FLINK-10283][runtime] Remove misleading logging in FileCache
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Sep 6, 2018
1 parent 2c2aafd commit 5990399
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ public void releaseJob(JobID jobId, ExecutionAttemptID executionId) {
Set<ExecutionAttemptID> jobRefCounter = jobRefHolders.get(jobId);

if (jobRefCounter == null || jobRefCounter.isEmpty()) {
LOG.warn("improper use of releaseJob() without a matching number of createTmpFiles() calls for jobId " + jobId);
return;
}

Expand Down

0 comments on commit 5990399

Please sign in to comment.