[
https://issues.apache.org/jira/browse/IGNITE-23794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikita Amelchev updated IGNITE-23794:
-------------------------------------
Labels: ise (was: )
> Thin client does not send a stack trace if task fails on map phase.
> -------------------------------------------------------------------
>
> Key: IGNITE-23794
> URL: https://issues.apache.org/jira/browse/IGNITE-23794
> Project: Ignite
> Issue Type: Bug
> Reporter: Nikita Amelchev
> Priority: Major
> Labels: ise
> Fix For: 2.17
>
>
> Thin client does not send a stack trace if task fails on map phase:
> {noformat}
> if (taskFut.isDone() && taskFut.error() != null)
> throw new IgniteClientException(ClientStatus.FAILED,
> taskFut.error().getMessage());
> {noformat}
> The ServerExceptionStackTraceToClient property is responsible for sending the
> stack trace.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)