petrov-mg commented on PR #13440:
URL: https://github.com/apache/ignite/pull/13440#issuecomment-5234006485
Generated code for `GridEventStorageRequestMarshaller` looks confusing:
```
/** */
@Override public void unmarshal(GridEventStorageRequest msg,
GridKernalContext kctx, CacheObjectContext cacheObjCtx, ClassLoader clsLdr)
throws IgniteCheckedException {
CacheObjectContext ctx = cacheObjCtx;
clsLdr = kctx.deploy().classLoader(msg);
```
Why is `clsLdr` overwritten here?
--
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]