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_r258569797
 
 

 ##########
 File path: 
flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBStateBackend.java
 ##########
 @@ -283,11 +283,11 @@ public RocksDBStateBackend(AbstractStateBackend 
checkpointStreamBackend, boolean
         * @param original The state backend to re-configure.
         * @param config The configuration.
         */
-       private RocksDBStateBackend(RocksDBStateBackend original, Configuration 
config) {
+       private RocksDBStateBackend(RocksDBStateBackend original, 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