alex-plekhanov commented on a change in pull request #8431:
URL: https://github.com/apache/ignite/pull/8431#discussion_r531015895



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/service/ServiceInfo.java
##########
@@ -37,6 +39,9 @@
     /** */
     private static final long serialVersionUID = 0L;
 
+    /** Context. */
+    private final GridKernalContext ctx;

Review comment:
       I have missed the point. `ctx` already passed to `ServiceInfo` 
constructor right before `registeredServices#put`. And this works fine, the 
only problem will show up if the user will serialize and deserialize 
`ServiceInfo` items in some circumstances. But this problem is not solved by 
your proposal either.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to