kangkaisen commented on a change in pull request #3681:
URL: https://github.com/apache/incubator-doris/pull/3681#discussion_r429973643
##########
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:
How to handle one machine,multi Doris FE instances. Do we need to add FE
port to feIdentity?
----------------------------------------------------------------
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]