iartiukhov commented on code in PR #7108:
URL: https://github.com/apache/ignite-3/pull/7108#discussion_r2588548264


##########
examples/java/src/main/java/org/apache/ignite/example/storage/PersistentPageMemoryStorageExample.java:
##########
@@ -30,6 +30,6 @@ public class PersistentPageMemoryStorageExample {
      * @throws Exception If failed.
      */
     public static void main(String[] args) throws Exception {
-        new StorageEngineExample("persistent").run();
+        new StorageEngineExample("default").run();

Review Comment:
   The 
[README.md](https://github.com/apache/ignite-3/blob/main/examples/java/README.md)
 states that before running an example one should start an ignite 3 node with 
the config provided with examples. That config has the `persistent` profile 
configured. When a node is started this way the `RocksDbStorageExample` and 
`VolatilePageMemoryStorageExample` also works as expected. 
   
   Hence there is no need to change this line.



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