You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Mikhail Petrov (Jira)" <ji...@apache.org> on 2023/02/07 11:33:00 UTC

[jira] [Updated] (IGNITE-18713) Compute "withXXX" modifiers are not applied if they came before withExecutor modifier.

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

Mikhail Petrov updated IGNITE-18713:
------------------------------------
    Ignite Flags:   (was: Docs Required,Release Notes Required)

> Compute "withXXX" modifiers are not applied if they came before withExecutor modifier.
> --------------------------------------------------------------------------------------
>
>                 Key: IGNITE-18713
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18713
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Mikhail Petrov
>            Assignee: Mikhail Petrov
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> After IGNITE-18545 the following code 
> {code:java}
> IgniteCompute compute = grid(0).compute().withTimeout(1000).withExecutor("executor").execute(<task>);
> {code}
> will result in task execution without timeout modifier applied.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)