Vladsz83 commented on code in PR #12474:
URL: https://github.com/apache/ignite/pull/12474#discussion_r2483717994
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/job/GridJobProcessor.java:
##########
@@ -1672,15 +1672,15 @@ private void handleException(ClusterNode node,
GridJobExecuteRequest req, Ignite
locNodeId,
req.getSessionId(),
req.getJobId(),
- loc ? null : U.marshal(marsh, ex),
ex,
- loc ? null : U.marshal(marsh, null),
null,
- loc ? null : U.marshal(marsh, null),
null,
false,
null);
+ if (!loc)
+ jobRes.marshallUserData(marsh, null);
Review Comment:
In the master it works in that way
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]