morningman commented on a change in pull request #3681:
URL: https://github.com/apache/incubator-doris/pull/3681#discussion_r430212984



##########
File path: fe/src/main/java/org/apache/doris/plugin/PluginContext.java
##########
@@ -17,10 +17,19 @@
 
 package org.apache.doris.plugin;
 
+import org.apache.doris.service.FrontendOptions;
+
 public class PluginContext {
 
     // the dir path where the plugin's files saved
     private String pluginPath;
+    // the identity of the FE which load this plugin. Some plugins need to 
know which FE is running with it.
+    // currently, we just use FE ip
+    private String feIdentity;

Review comment:
       Currently we do not support multi FE with same IP...
   But add a port is not a big deal. I will add it.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to