iemejia commented on a change in pull request #13633:
URL: https://github.com/apache/beam/pull/13633#discussion_r551226055
##########
File path:
runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkExecutionEnvironments.java
##########
@@ -375,4 +377,10 @@ private static void setManagedMemoryByFraction(final
Configuration config) {
config.setString("taskmanager.memory.managed.size",
String.valueOf(managedMemorySize));
}
}
+
+ private static void disableClassLoaderLeakCheck(final Configuration config) {
Review comment:
Just for pure curiosity, why is this needed?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]