[
https://issues.apache.org/jira/browse/IGNITE-12529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denis Garus updated IGNITE-12529:
---------------------------------
Description:
The Ignition#localIgnite method throws an exception while using inside the
ComputeJob#cancel method.
We can use the ComputeTaskCancelRemoteSecurityContextCheckTest as a test for
this task.
For this we should replace VERIFIER.register((IgniteEx)loc) to
VERIFIER.register() method call.
Additionally, we should do refactoring to encapsulate getting a local ignite
instance in the AbstractRemoteSecurityContextCheckTest.Verifier class.
was:The Ignition#localIgnite method throws an exception while using inside
the ComputeJob#cancel method.
> Getting local ignite instance inside ComputeJob#cancel
> ------------------------------------------------------
>
> Key: IGNITE-12529
> URL: https://issues.apache.org/jira/browse/IGNITE-12529
> Project: Ignite
> Issue Type: Bug
> Reporter: Denis Garus
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The Ignition#localIgnite method throws an exception while using inside the
> ComputeJob#cancel method.
>
> We can use the ComputeTaskCancelRemoteSecurityContextCheckTest as a test for
> this task.
> For this we should replace VERIFIER.register((IgniteEx)loc) to
> VERIFIER.register() method call.
> Additionally, we should do refactoring to encapsulate getting a local ignite
> instance in the AbstractRemoteSecurityContextCheckTest.Verifier class.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)