Hello, In my cluster, each node is running as web application. When web application has been stopped and servlet context has been destroyed, it needs to terminate the Ignite node. Unfortunately,
grid.cluster().stopNodes(Collections.singletonList(service.grid.cluster().localNode().id())); terminates the entire jvm by calling System.exit(). Could you advise how to terminate/exclude the node from cluster but to keep the web server process, and to be able to restart the node? Take care, Alexandre "Sasha" Boudnik call me via Google Voice: 1(405) BUDNIKA 1(405) 283-6452
