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_r258568483
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/state/memory/MemoryStateBackend.java
 ##########
 @@ -273,8 +273,8 @@ public boolean isUsingAsynchronousSnapshots() {
         * @return The re-configured variant of the state backend
         */
        @Override
-       public MemoryStateBackend configure(Configuration config) {
-               return new MemoryStateBackend(this, config);
+       public MemoryStateBackend configure(Configuration config, 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:
[email protected]


With regards,
Apache Git Services

Reply via email to