Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/4358#discussion_r142139191
--- Diff:
flink-runtime/src/test/java/org/apache/flink/runtime/blob/BlobCacheCleanupTest.java
---
@@ -142,7 +128,64 @@ public void testJobCleanup() throws IOException,
InterruptedException {
}
/**
- * Tests that {@link BlobCache} cleans up after calling {@link
BlobCache#releaseJob(JobID)}
+ * Tests that {@link BlobCache} sets the expected reference counts and
cleanup timeouts when
--- End diff --
Rename `BlobCache` to `PermanentBlobCache`.
---