[
https://issues.apache.org/jira/browse/IGNITE-7904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16426838#comment-16426838
]
Dmitriy Pavlov commented on IGNITE-7904:
----------------------------------------
Test failure probably introduced here, Test failures count is low < 3,
probably new test introduced
Compute (Grid) [ tests 1 ]
IgniteBinaryObjectsComputeGridTestSuite:
GridMultinodeRedeployPrivateModeSelfTest.testPrivateMode (master fail rate
0,0%)
I'm not sure about failures
Cache (Restarts) [1] [ tests 0 TIMEOUT , Exit Code ]
GridCacheReplicatedNodeRestartSelfTest.testRestartWithPutEightNodesTwoBackups
(last started)
&
Java Client [ tests 0 TIMEOUT , Out Of Memory Error , Exit Code ]
IgniteCache150ClientsTest.test150Clients (last started)
Please check 2 last failures and fix introduced failure
> ComputeTaskFuture.get() throws incorrect exception if ComputeTask.result()
> throws IgniteException
> -------------------------------------------------------------------------------------------------
>
> Key: IGNITE-7904
> URL: https://issues.apache.org/jira/browse/IGNITE-7904
> Project: Ignite
> Issue Type: Bug
> Reporter: Stanislav Lukyanov
> Assignee: Stanislav Lukyanov
> Priority: Major
> Fix For: 2.5
>
>
> ComputeTask.result() javadoc says: "Throws: IgniteException - If handling a
> job result caused an error effectively rejecting a failover. This exception
> will be thrown out of ComputeTaskFuture.get() method."
> However, GridFutureAdapter calls IgniteUtils.cast(Throwable) on the exception
> before throwing it from get(), and the latter method trims the stack trace to
> the first occurence of an IgniteCheckedException. Because of that, get()
> throws not the IgniteException thrown from the ComputeTask.result() but one
> of its causes.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)