[ 
https://issues.apache.org/jira/browse/IGNITE-23794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nikita Amelchev reassigned IGNITE-23794:
----------------------------------------

    Assignee:     (was: Nikita Amelchev)

> 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
>
> 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)

Reply via email to