Seaven opened a new pull request #2618: Add BE plugin framework (#2348)
URL: https://github.com/apache/incubator-doris/pull/2618
 
 
   support BE plugin framework, include:
   
   * update Plugin Manager, support Plugin find method
   
   * support Builtin-Plugin register method
   
   * plugin install/uninstall process
        * PluginLoader:
                * dynamic install and check Plugin .so file
                * dynamic uninstall and check Plugin status
                
        * PluginZip:
                * support plugin remote/local .zip file download and extract
   
   and Todo:
   
   * We should support a PluginContext to transmit necessary system variable 
when the plugin's init/close method invoke
   * Add the entry which is BE dynamic Plugin install/uninstall process, 
include:
   
        * The FE send install/uninstall Plugin statement (RPC way)
        * The FE meta update request with Plugin list information
        * The FE operation request(update/query) with Plugin (maybe don't need)
   * Add the plugin status upload way
   * Load already install Plugin when BE start

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


With regards,
Apache Git Services

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

Reply via email to