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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17685128#comment-17685128 ] 

Ignite TC Bot commented on IGNITE-18713:
----------------------------------------

{panel:title=Branch: [pull/10517/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/10517/head] Base: [master] : New Tests (1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Compute (Grid){color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=7057149]]
* {color:#013220}IgniteBinaryObjectsComputeGridTestSuite: IgniteComputeCustomExecutorSelfTest.testMultipleTaskModifiersWithExecutorName - PASSED{color}

{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=7057226&amp;buildTypeId=IgniteTests24Java8_RunAll]

> 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: 10m
>  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)