Vadim Pakhnushev created IGNITE-23824:
-----------------------------------------
Summary: Native compute job result type deserialization fails
Key: IGNITE-23824
URL: https://issues.apache.org/jira/browse/IGNITE-23824
Project: Ignite
Issue Type: Bug
Components: compute, networking
Reporter: Vadim Pakhnushev
Assignee: Vadim Pakhnushev
When ComputeJob started from the client on remote node returns a native type,
client handler node fails to unmarshal it:
{noformat}
Caused by: org.apache.ignite.lang.IgniteException: IGN-CLIENT-2
TraceId:d68bfe14-5f4a-4f1c-af46-10992b592c83 Unsupported type: 0
at
org.apache.ignite.internal.client.proto.ClientBinaryTupleUtils.unsupportedTypeException(ClientBinaryTupleUtils.java:479)
at
org.apache.ignite.internal.client.proto.ClientBinaryTupleUtils.readObject(ClientBinaryTupleUtils.java:121)
at
org.apache.ignite.internal.client.proto.ClientMessageUnpacker.unpackObjectFromBinaryTuple(ClientMessageUnpacker.java:858)
at
org.apache.ignite.internal.client.proto.ClientComputeJobUnpacker.unpackJobResult(ClientComputeJobUnpacker.java:68)
at
org.apache.ignite.internal.client.compute.ClientJobExecution.lambda$new$0(ClientJobExecution.java:74)
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)