nizhikov commented on a change in pull request #9490:
URL: https://github.com/apache/ignite/pull/9490#discussion_r755776607
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/service/GridServiceProxy.java
##########
@@ -486,7 +536,7 @@ private Object callService(Service srv, Method mtd) throws
Exception {
throw new GridServiceMethodNotFoundException(svcName, mtdName,
argTypes);
try {
- return mtd.invoke(srv, args);
+ return mtd.invoke(srv, BinaryUtils.rawArrayInArgs(args,
false));
Review comment:
Implemented. Changes in `GridTaskWorker` reverted.
--
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]