sjwiesman commented on a change in pull request #13912:
URL: https://github.com/apache/flink/pull/13912#discussion_r574064508



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/state/StateBackendLoader.java
##########
@@ -131,7 +144,7 @@ public static StateBackend loadStateBackendFromConfig(
 
             case ROCKSDB_STATE_BACKEND_NAME:
                 factoryClassName =
-                        
"org.apache.flink.contrib.streaming.state.RocksDBStateBackendFactory";
+                        
"org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackendFactory";

Review comment:
       No, it doesn't. If you do not explicitly specify a checkpoint storage 
policy and a checkpoint directory is provided it will use 
FileSystemCheckpointStorage which is equivalent to the old RocksDBStateBackend. 




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