curcur commented on a change in pull request #14799:
URL: https://github.com/apache/flink/pull/14799#discussion_r575780943



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/state/StateBackendLoader.java
##########
@@ -47,6 +52,13 @@
     //  Configuration shortcut names
     // ------------------------------------------------------------------------
 
+    private static final Set<String> STATE_BACKEND_CAN_BE_PROXIED =
+            new HashSet<>(
+                    Arrays.asList(
+                            
"org.apache.flink.contrib.streaming.state.RocksDBStateBackend",

Review comment:
       The reason is because the RocksDBStateBackend is in a different module 
(dependency problem), you can not use "RocksDBStateBackend.class" directly.
   
   the loader is in runtime
   rocksdb module depends on runtime.




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


Reply via email to