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_r258569847
 
 

 ##########
 File path: 
flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBStateBackend.java
 ##########
 @@ -347,8 +347,8 @@ private RocksDBStateBackend(RocksDBStateBackend original, 
Configuration config)
         * @return The re-configured variant of the state backend
         */
        @Override
-       public RocksDBStateBackend configure(Configuration config) {
-               return new RocksDBStateBackend(this, config);
+       public RocksDBStateBackend 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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to