Nikita Amelchev created IGNITE-23794:
----------------------------------------
Summary: 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: Nikita Amelchev
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)