zoltar9264 commented on code in PR #22458:
URL: https://github.com/apache/flink/pull/22458#discussion_r1184659873


##########
flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBResourceContainer.java:
##########
@@ -114,14 +117,18 @@ public RocksDBResourceContainer(
         this.handlesToClose = new ArrayList<>();
     }
 
-    /** Gets the RocksDB {@link DBOptions} to be used for RocksDB instances. */
     public DBOptions getDbOptions() {
+        return getDbOptions(null);
+    }
+
+    /** Gets the RocksDB {@link DBOptions} to be used for RocksDB instances. */
+    public DBOptions getDbOptions(File instanceRocksDBPath) {

Review Comment:
   Thinks for your suggestion @Myasuka .



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to