Mikhail Petrov created IGNITE-18713:
---------------------------------------

             Summary: 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


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)

Reply via email to