Alexey Goncharuk created IGNITE-14112:
-----------------------------------------
Summary: Revisit GridClosureProcessor#runLocalSafe(Runnable, byte) usages
Key: IGNITE-14112
URL:
https://issues.apache.org/jira/browse/IGNITE-14112 Project: Ignite
Issue Type: Improvement
Reporter: Alexey Goncharuk
If a simple {{Runnable}} is passed to the {{runLocalSafe}} method, not only will Ignite attempt to inject resources to the runnable, but it will also make a call to deployment, which may have various side effects.
Need to walk through the code and replace {{Runnable}} with {{GridPlainRunnable}} in all places where injection is not needed/expected.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)