[
https://issues.apache.org/jira/browse/IGNITE-23824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vadim Pakhnushev updated IGNITE-23824:
--------------------------------------
Description:
When ComputeJob started from the client on remote node receives an argument of
non-native type (Tuple, POJO or custom marshalled) and 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}
was:
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}
> 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
> Priority: Major
> Labels: ignite-3
>
> When ComputeJob started from the client on remote node receives an argument
> of non-native type (Tuple, POJO or custom marshalled) and 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)