rmetzger commented on a change in pull request #13355:
URL: https://github.com/apache/flink/pull/13355#discussion_r488462398
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/operators/chaining/ChainedDriver.java
##########
@@ -64,12 +64,12 @@
public void setup(TaskConfig config, String taskName, Collector<OT>
outputCollector,
- AbstractInvokable parent,
UserCodeClassLoader userCodeClassLoader, ExecutionConfig executionConfig,
- Map<String, Accumulator<?,?>>
accumulatorMap)
+ AbstractInvokable parent, UserCodeClassLoader
userCodeClassLoader, ExecutionConfig executionConfig,
Review comment:
We need to pass `UserCodeClassLoader` into `ChainedDriver.setup()` so
that we can forward it to `DistributedRuntimeUDFContext` where
`UserCodeClassLoader.registerReleaseHookIfAbsent()` will be called.
----------------------------------------------------------------
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]