[
https://issues.apache.org/jira/browse/IGNITE-23794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ravil Zakirov updated IGNITE-23794:
-----------------------------------
Reviewer: Nikita Amelchev
Pull request: [https://github.com/apache/ignite/pull/11687]
> 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
> Assignee: Ravil Zakirov
> Priority: Major
> Labels: ise
> Fix For: 2.17
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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)