Hi,

On analyzing the heap dump of the JobManager process, I am seeing a lot of 
instances of java.util.zip.ZipFile$Source which includes open file handles to 
jar files. These instances are never garbage collected. I am also observing 
that the Resident Memory of the process never goes down. It could be because of 
the presence of so many instances of ZipFile$Source as well but I am not sure. 
We are not using RocksDb. Has anyone seen this issue or is this expected?

Flink Version: 1.13.1
JDK Version: OpenJDK version "11.0.11"

Thanks,
Pranjul

Reply via email to