You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Goncharuk (Jira)" <ji...@apache.org> on 2021/02/02 12:51:00 UTC

[jira] [Assigned] (IGNITE-14112) Revisit GridClosureProcessor#runLocalSafe(Runnable, byte) usages

     [ https://issues.apache.org/jira/browse/IGNITE-14112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Goncharuk reassigned IGNITE-14112:
-----------------------------------------

    Assignee: Alexey Goncharuk

> 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
>            Assignee: Alexey Goncharuk
>            Priority: Major
>
> 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)