ptupitsyn commented on code in PR #10145:
URL: https://github.com/apache/ignite/pull/10145#discussion_r922218900
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/platform/services/PlatformAbstractService.java:
##########
@@ -240,11 +243,13 @@ public void setIgniteInstance(Ignite ignite) {
@Override public void readExternal(ObjectInput in) throws IOException,
ClassNotFoundException {
svc = in.readObject();
srvKeepBinary = in.readBoolean();
+ interceptors = in.readObject();
Review Comment:
Ok, you are right.
--
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]