You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitriy Govorukhin (JIRA)" <ji...@apache.org> on 2018/09/07 14:53:00 UTC

[jira] [Updated] (IGNITE-9475) Closures that has been created on client does not provide real class name to TASK_* permissions

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

Dmitriy Govorukhin updated IGNITE-9475:
---------------------------------------
    Fix Version/s: 2.7

> Closures that has been created on client does not provide real class name to TASK_* permissions
> -----------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-9475
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9475
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Ivan Bessonov
>            Assignee: Ivan Bessonov
>            Priority: Major
>             Fix For: 2.7
>
>
> Broadcast job for example get org.apache.ignite.internal.processors.closure.GridClosureProcessor$T6 task name.
> This combination of java + xml config
> {code:java}
> ignite.compute(ignite.cluster().forServers()).broadcast(new DistributedJob(cacheName));
> {code}
> {code:java}
>                                                        {
>                                                            task:'org.apache.ignite.piclient.operations.DistributedChecksumOperation$DistributedJob',
>                                                            permissions:[TASK_EXECUTE]
>                                                        },
> {code}
> provides following error
> {code:java}
> Authorization failed [perm=TASK_EXECUTE, name=org.apache.ignite.internal.processors.closure.GridClosureProcessor$T6, ... ]
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)