klion26 commented on issue #6498: [FLINK-10065] InstantiationUtil.deserializeObject(InputStream in, ClassLoader cl, boolean isFailureTolerant) will close the inputStream URL: https://github.com/apache/flink/pull/6498#issuecomment-411075093 @StephanEwen I tracked all the routes, except the following one place may be need close explicity,all the other cals are in try-with-resource or use finally to close the stream explicitly. `InternalTimersSnapshotReaderWriters.InternalTimersSnapshotReaderPreVersioned#restoreKeyAndNamespaceSerializers` Could you please help checking this, If this should close explicitly, I will add it.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services