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/08 08:56:00 UTC

[jira] [Updated] (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 updated IGNITE-14112:
--------------------------------------
    Fix Version/s: 2.11

> 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
>             Fix For: 2.11
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)