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



##########
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:
       You're right, thanks. I misread this part of code.




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