You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/01/24 10:09:51 UTC

[GitHub] alamar commented on a change in pull request #5865: IGNITE-10944: Plugin discovery data from PluginProvider.provideDiscoveryData should be available in PluginProvider.validateNewNode

alamar commented on a change in pull request #5865: IGNITE-10944: Plugin discovery data from PluginProvider.provideDiscoveryData should be available in PluginProvider.validateNewNode
URL: https://github.com/apache/ignite/pull/5865#discussion_r250538048
 
 

 ##########
 File path: modules/core/src/test/java/org/apache/ignite/plugin/NodeValidationPluginProvider.java
 ##########
 @@ -0,0 +1,117 @@
+package org.apache.ignite.plugin;
+
+import java.io.Serializable;
+import java.util.UUID;
+import org.apache.ignite.IgniteCheckedException;
+import org.apache.ignite.cluster.ClusterNode;
+import org.apache.ignite.configuration.IgniteConfiguration;
+import org.jetbrains.annotations.Nullable;
+
+public class NodeValidationPluginProvider implements PluginProvider, IgnitePlugin {
 
 Review comment:
   Please add comments everywhere as per CC

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services