NSAmelchev commented on code in PR #12060: URL: https://github.com/apache/ignite/pull/12060#discussion_r2095160008
########## modules/core/src/main/java/org/apache/ignite/configuration/DataStorageConfiguration.java: ########## @@ -568,6 +581,19 @@ public DataStorageConfiguration setStoragePath(String persistenceStorePath) { return this; } + /** + * Sets a pathes to the root directories where the Persistent Store can persist data and indexes. Review Comment: Let's add some info to javadoc - about different physical disks for paths; in which cases it is better to use this. Should it be marked as IgniteExperimental? -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org