1ssqq1lxr commented on issue #11605:
URL: https://github.com/apache/ignite/issues/11605#issuecomment-2428615246

   > It works as expected for me with Ignite 2.16:
   > 
   > ```java
   > package org.example;
   > 
   > import org.apache.ignite.Ignition;
   > import org.apache.ignite.configuration.IgniteConfiguration;
   > 
   > public class Main {
   >     public static void main(String[] args) {
   >         IgniteConfiguration igniteConfiguration = new 
IgniteConfiguration();
   >         
igniteConfiguration.setWorkDirectory(System.getProperty("user.home") + 
"/w/tests/ignite-work");
   > 
   >         Ignition.start(igniteConfiguration);
   >     }
   > }
   > ```
   > 
   > ```shell
   >  pavel > work > w > tests > ignite-work $ ls -la --recursive
   > .:
   > total 16
   > drwxrwxr-x  4 pavel pavel 4096 Oct 22 10:39 .
   > drwxrwxr-x 73 pavel pavel 4096 Oct 22 10:39 ..
   > drwxrwxr-x  4 pavel pavel 4096 Oct 22 10:39 db
   > drwxrwxr-x  2 pavel pavel 4096 Oct 22 10:39 diagnostic
   > 
   > ./db:
   > total 16
   > drwxrwxr-x 4 pavel pavel 4096 Oct 22 10:39 .
   > drwxrwxr-x 4 pavel pavel 4096 Oct 22 10:39 ..
   > drwxrwxr-x 2 pavel pavel 4096 Oct 22 10:39 
0_0_0_0_0_0_0_1_lo_127_0_0_1_172_17_0_1_192_168_13_151_47500
   > drwxrwxr-x 2 pavel pavel 4096 Oct 22 10:39 marshaller
   > 
   > ./db/0_0_0_0_0_0_0_1_lo_127_0_0_1_172_17_0_1_192_168_13_151_47500:
   > total 8
   > drwxrwxr-x 2 pavel pavel 4096 Oct 22 10:39 .
   > drwxrwxr-x 4 pavel pavel 4096 Oct 22 10:39 ..
   > 
   > ./db/marshaller:
   > total 8
   > drwxrwxr-x 2 pavel pavel 4096 Oct 22 10:39 .
   > drwxrwxr-x 4 pavel pavel 4096 Oct 22 10:39 ..
   > 
   > ./diagnostic:
   > total 8
   > drwxrwxr-x 2 pavel pavel 4096 Oct 22 10:39 .
   > drwxrwxr-x 4 pavel pavel 4096 Oct 22 10:39 ..
   > ```
   
   I am also using version 2.16, JDK 21, and a cluster deployment method with a 
total of 3 nodes. The data mainly consists of some external data sources and 
some in memory data sources. No problem found
   


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

Reply via email to