StefanRRichter commented on a change in pull request #7779: [FLINK-11691] 
Introduce ClassLoader in the methods of StateBackendFactory and 
ConfigurableStateBackend
URL: https://github.com/apache/flink/pull/7779#discussion_r258568415
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/state/memory/MemoryStateBackend.java
 ##########
 @@ -226,7 +226,7 @@ public MemoryStateBackend(
         * @param original The state backend to re-configure
         * @param configuration The configuration
         */
-       private MemoryStateBackend(MemoryStateBackend original, Configuration 
configuration) {
+       private MemoryStateBackend(MemoryStateBackend original, Configuration 
configuration, ClassLoader classLoader) {
 
 Review comment:
   Please add the new parameter to the javadoc.

----------------------------------------------------------------
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

Reply via email to