> > Could you try to send minimalistic reproducer that > shows issue on clean setup?
I have reproduced a minimal project that shows this behaviour. Here it is https://bitbucket.org/lokesh_blue/bugdemo/src/master/ It's a simple application. It should execute function "test" when ran. See ( https://bitbucket.org/lokesh_blue/bugdemo/src/56fdf18154d08fd0d5330cf36a78c01cadcb8044/src/main/java/com/bluecoin/common/igniteserver/config/IgniteConfig.java#lines-97 ) It works fine when you run it with "mvn clean spring-boot:run". But when you enable persistent by uncommenting this line ( https://bitbucket.org/lokesh_blue/bugdemo/src/56fdf18154d08fd0d5330cf36a78c01cadcb8044/src/main/java/com/bluecoin/common/igniteserver/config/IgniteConfig.java#lines-66), it stops working as expected. The function "test" is executed no more on application startrup and also the application doesn't exit on Ctrl + C. On Sat, Sep 22, 2018 at 6:48 AM Denis Magda <[email protected]> wrote: > As a general recommendation, whenever you see a hang like that make a > thread dump to see why the threads are blocked. > > -- > Denis > > On Wed, Sep 19, 2018 at 12:59 PM akurbanov <[email protected]> wrote: > >> Hello, >> >> Could you also set correct path for IGNITE_HOME or set work directory in >> Ignite configuration to exclude chances for your /tmp directory to be >> wiped. >> >> Regards, >> >> >> >> >> -- >> Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >> >
