Hello, What is the normal way to abort a statistical analysis SQL query that takes a long time while quitting the application while using ignite C++ client?
- Destructing the cache seems to be causing a fault. - Destructing the grid looks good enough but throws some exceptions in JVM side so it may not be the right way to do it I think. - Sending a custom signal does not seem to interrupt the query.
