Hello Igniters. I have stumbled on the problem for which I have created a ticket https://issues.apache.org/jira/browse/IGNITE-7719
Basically it is an awful code smell. On thread interrupt, we wrap InterruptedException with some unrelated exception type, which prevents it from being handled properly by client code. Especially bad since we use thread interruption for client code workflow, e.g. in service grid. Hope to hear your opinions on this, -- Ilya Kasnacheev