[
https://issues.apache.org/jira/browse/IGNITE-18713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mikhail Petrov resolved IGNITE-18713.
-------------------------------------
Resolution: Fixed
> 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)